SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  KEY `status_claim_id` (`status`,`claim_id`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=403 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (318, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2025-09-04 10:35:54', '2025-09-04 10:35:54', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982154;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982154;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-09-04 10:35:58', '2025-09-04 10:35:58', 1, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (319, 'action_scheduler/migration_hook', 'complete', '2025-09-04 10:36:58', '2025-09-04 10:36:58', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756982218;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756982218;}', 2, 1, '2025-09-04 10:37:49', '2025-09-04 10:37:49', 6, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (320, 'woocommerce_scheduled_sales', 'failed', '2025-09-05 00:00:00', '2025-09-05 00:00:00', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030400;s:18:\"\0*\0first_timestamp\";i:1757030400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-05 13:21:03', '2025-09-05 13:21:03', 350, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (321, 'woocommerce_cancel_unpaid_orders', 'failed', '2025-09-04 11:35:58', '2025-09-04 11:35:58', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756985758;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756985758;}', 3, 1, '2025-09-04 11:36:03', '2025-09-04 11:36:03', 67, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (322, 'woocommerce_cleanup_personal_data', 'complete', '2025-09-04 10:36:08', '2025-09-04 10:36:08', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982168;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-04 10:37:49', '2025-09-04 10:37:49', 6, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (323, 'woocommerce_cleanup_logs', 'failed', '2025-09-04 13:35:58', '2025-09-04 13:35:58', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992958;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992958;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-04 13:36:11', '2025-09-04 13:36:11', 160, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (324, 'woocommerce_cleanup_sessions', 'failed', '2025-09-04 16:35:58', '2025-09-04 16:35:58', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757003758;s:18:\"\0*\0first_timestamp\";i:1757003758;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757003758;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}', 3, 1, '2025-09-04 16:36:29', '2025-09-04 16:36:29', 327, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (325, 'woocommerce_geoip_updater', 'complete', '2025-09-04 10:36:58', '2025-09-04 10:36:58', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982218;s:18:\"\0*\0first_timestamp\";i:1756982218;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982218;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}', 3, 1, '2025-09-04 10:37:49', '2025-09-04 10:37:49', 6, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (326, 'woocommerce_cleanup_rate_limits_wrapper', 'failed', '2025-09-04 13:35:58', '2025-09-04 13:35:58', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992958;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992958;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-04 13:36:11', '2025-09-04 13:36:11', 160, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (327, 'wc_admin_daily_wrapper', 'complete', '2025-09-04 10:35:58', '2025-09-04 10:35:58', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982158;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982158;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-04 10:35:59', '2025-09-04 10:35:59', 2, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (328, 'generate_category_lookup_table_wrapper', 'complete', '2025-09-04 10:36:08', '2025-09-04 10:36:08', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756982168;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756982168;}', 3, 1, '2025-09-04 10:37:49', '2025-09-04 10:37:49', 6, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (330, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2025-09-05 10:35:58', '2025-09-05 10:35:58', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068558;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068558;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-09-05 13:21:03', '2025-09-05 13:21:03', 350, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (331, 'wc_admin_daily_wrapper', 'failed', '2025-09-05 10:35:59', '2025-09-05 10:35:59', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068559;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-05 13:21:03', '2025-09-05 13:21:03', 350, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (332, 'woocommerce_cleanup_draft_orders', 'complete', '2025-09-04 10:35:59', '2025-09-04 10:35:59', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982159;s:18:\"\0*\0first_timestamp\";i:1756982159;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982159;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 5, 1, '2025-09-04 10:36:00', '2025-09-04 10:36:00', 4, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (334, 'woocommerce_cleanup_personal_data', 'failed', '2025-09-05 10:37:49', '2025-09-05 10:37:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068669;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-05 13:21:03', '2025-09-05 13:21:03', 350, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (335, 'woocommerce_geoip_updater', 'pending', '2025-09-19 10:37:49', '2025-09-19 10:37:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758278269;s:18:\"\0*\0first_timestamp\";i:1756982218;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758278269;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (336, 'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications', 'failed', '2025-09-04 10:40:17', '2025-09-04 10:40:17', 10, '[]', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 5, 1, '2025-09-04 10:40:20', '2025-09-04 10:40:20', 11, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (337, 'action_scheduler/migration_hook', 'complete', '2025-09-04 10:53:02', '2025-09-04 10:53:02', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756983182;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756983182;}', 2, 1, '2025-09-04 10:53:12', '2025-09-04 10:53:12', 20, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (338, 'wpforms_process_forms_locator_scan', 'complete', '2025-09-04 10:53:12', '2025-09-04 10:53:12', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983192;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-04 10:53:34', '2025-09-04 10:53:34', 22, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (339, 'wpforms_process_purge_spam', 'complete', '2025-09-04 10:53:12', '2025-09-04 10:53:12', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983192;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-04 10:53:34', '2025-09-04 10:53:34', 22, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (340, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2025-09-02 02:43:53', '2025-09-02 02:43:53', 10, '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756781033;s:18:\"\0*\0first_timestamp\";i:1756781033;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756781033;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 6, 1, '2025-09-04 10:53:34', '2025-09-04 10:53:34', 22, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (341, 'wpforms_admin_notifications_update', 'complete', '2025-09-04 10:53:32', '2025-09-04 10:53:32', 10, '{\"tasks_meta_id\":3}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 6, 1, '2025-09-04 10:53:34', '2025-09-04 10:53:34', 22, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (342, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2025-09-11 10:53:34', '2025-09-11 10:53:34', 10, '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757588014;s:18:\"\0*\0first_timestamp\";i:1756781033;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757588014;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 6, 1, '2025-09-11 21:32:20', '2025-09-11 21:32:20', 515, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (343, 'wpforms_process_forms_locator_scan', 'complete', '2025-09-05 10:53:34', '2025-09-05 10:53:34', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069614;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-05 13:21:03', '2025-09-05 13:21:03', 350, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (344, 'wpforms_process_purge_spam', 'complete', '2025-09-05 10:53:34', '2025-09-05 10:53:34', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069614;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-05 13:21:03', '2025-09-05 13:21:03', 350, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (345, 'action_scheduler/migration_hook', 'complete', '2025-09-04 11:04:13', '2025-09-04 11:04:13', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756983853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756983853;}', 2, 1, '2025-09-04 11:04:18', '2025-09-04 11:04:18', 34, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (346, 'woocommerce_cleanup_logs', 'failed', '2025-09-05 13:36:11', '2025-09-05 13:36:11', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079371;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-05 18:00:57', '2025-09-05 18:00:57', 353, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (347, 'woocommerce_cleanup_rate_limits_wrapper', 'failed', '2025-09-05 13:36:11', '2025-09-05 13:36:11', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079371;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-05 18:00:57', '2025-09-05 18:00:57', 353, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (348, 'woocommerce_cleanup_sessions', 'failed', '2025-09-05 04:36:29', '2025-09-05 04:36:29', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757046989;s:18:\"\0*\0first_timestamp\";i:1757003758;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757046989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}', 3, 1, '2025-09-05 13:21:03', '2025-09-05 13:21:03', 350, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (349, 'woocommerce_scheduled_sales', 'failed', '2025-09-06 13:21:03', '2025-09-06 13:21:03', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164863;s:18:\"\0*\0first_timestamp\";i:1757030400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (350, 'woocommerce_cleanup_sessions', 'failed', '2025-09-06 01:21:03', '2025-09-06 01:21:03', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757121663;s:18:\"\0*\0first_timestamp\";i:1757003758;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757121663;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}', 3, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (351, 'wc_admin_daily_wrapper', 'failed', '2025-09-06 13:21:03', '2025-09-06 13:21:03', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164863;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (352, 'woocommerce_cleanup_personal_data', 'failed', '2025-09-06 13:21:03', '2025-09-06 13:21:03', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164863;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (353, 'wpforms_process_forms_locator_scan', 'complete', '2025-09-06 13:21:03', '2025-09-06 13:21:03', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164863;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (354, 'wpforms_process_purge_spam', 'complete', '2025-09-06 13:21:03', '2025-09-06 13:21:03', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164863;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (355, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2025-09-06 13:21:03', '2025-09-06 13:21:03', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164863;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (356, 'woocommerce_cleanup_logs', 'failed', '2025-09-06 18:00:57', '2025-09-06 18:00:57', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757181657;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757181657;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (357, 'woocommerce_cleanup_rate_limits_wrapper', 'failed', '2025-09-06 18:00:57', '2025-09-06 18:00:57', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757181657;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757181657;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-06 19:00:49', '2025-09-06 19:00:49', 356, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (358, 'woocommerce_cleanup_sessions', 'failed', '2025-09-07 07:00:49', '2025-09-07 07:00:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757228449;s:18:\"\0*\0first_timestamp\";i:1757003758;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757228449;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}', 3, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (359, 'woocommerce_scheduled_sales', 'failed', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1757030400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (360, 'wc_admin_daily_wrapper', 'failed', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (361, 'woocommerce_cleanup_personal_data', 'failed', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (362, 'wpforms_process_forms_locator_scan', 'complete', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (363, 'wpforms_process_purge_spam', 'complete', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (364, 'woocommerce_cleanup_logs', 'failed', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (365, 'woocommerce_cleanup_rate_limits_wrapper', 'failed', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (366, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2025-09-07 19:00:49', '2025-09-07 19:00:49', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271649;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-09-08 16:26:24', '2025-09-08 16:26:24', 358, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (367, 'woocommerce_cleanup_sessions', 'failed', '2025-09-09 04:26:24', '2025-09-09 04:26:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757391984;s:18:\"\0*\0first_timestamp\";i:1757003758;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757391984;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}', 3, 1, '2025-09-09 10:20:44', '2025-09-09 10:20:44', 360, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (368, 'woocommerce_scheduled_sales', 'failed', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1757030400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (369, 'wc_admin_daily_wrapper', 'failed', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (370, 'woocommerce_cleanup_personal_data', 'failed', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (371, 'wpforms_process_forms_locator_scan', 'complete', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (372, 'wpforms_process_purge_spam', 'complete', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (373, 'woocommerce_cleanup_logs', 'failed', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (374, 'woocommerce_cleanup_rate_limits_wrapper', 'failed', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1756992958;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (375, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2025-09-09 16:26:24', '2025-09-09 16:26:24', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757435184;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757435184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-09-09 20:56:10', '2025-09-09 20:56:10', 507, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (376, 'wpforms_admin_notifications_update', 'complete', '2025-09-09 10:57:51', '2025-09-09 10:57:51', 10, '{\"tasks_meta_id\":4}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 6, 1, '2025-09-09 10:57:53', '2025-09-09 10:57:53', 363, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (377, 'woocommerce_scheduled_sales', 'failed', '2025-09-10 20:56:10', '2025-09-10 20:56:10', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757537770;s:18:\"\0*\0first_timestamp\";i:1757030400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757537770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-10 21:03:17', '2025-09-10 21:03:17', 512, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (378, 'wc_admin_daily_wrapper', 'failed', '2025-09-10 20:56:10', '2025-09-10 20:56:10', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757537770;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757537770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-10 21:03:17', '2025-09-10 21:03:17', 512, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (379, 'woocommerce_cleanup_personal_data', 'failed', '2025-09-10 20:56:10', '2025-09-10 20:56:10', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757537770;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757537770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-10 21:03:17', '2025-09-10 21:03:17', 512, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (380, 'wpforms_process_forms_locator_scan', 'complete', '2025-09-10 20:56:10', '2025-09-10 20:56:10', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757537770;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757537770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-10 21:03:17', '2025-09-10 21:03:17', 512, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (381, 'wpforms_process_purge_spam', 'complete', '2025-09-10 20:56:10', '2025-09-10 20:56:10', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757537770;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757537770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-10 21:03:17', '2025-09-10 21:03:17', 512, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (382, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2025-09-10 20:56:10', '2025-09-10 20:56:10', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757537770;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757537770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-09-10 21:03:17', '2025-09-10 21:03:17', 512, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (383, 'wc_admin_daily_wrapper', 'failed', '2025-09-11 21:03:17', '2025-09-11 21:03:17', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757624597;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757624597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-11 21:32:20', '2025-09-11 21:32:20', 515, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (384, 'woocommerce_cleanup_personal_data', 'failed', '2025-09-11 21:03:17', '2025-09-11 21:03:17', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757624597;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757624597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2025-09-11 21:32:20', '2025-09-11 21:32:20', 515, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (385, 'wpforms_process_forms_locator_scan', 'complete', '2025-09-11 21:03:17', '2025-09-11 21:03:17', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757624597;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757624597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-11 21:32:20', '2025-09-11 21:32:20', 515, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (386, 'wpforms_process_purge_spam', 'complete', '2025-09-11 21:03:17', '2025-09-11 21:03:17', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757624597;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757624597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, 1, '2025-09-11 21:32:20', '2025-09-11 21:32:20', 515, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (387, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2025-09-11 21:03:17', '2025-09-11 21:03:17', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757624597;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757624597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2025-09-11 21:32:20', '2025-09-11 21:32:20', 515, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (388, 'wpforms_email_summaries_fetch_info_blocks', 'pending', '2025-09-18 21:32:20', '2025-09-18 21:32:20', 10, '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1758231140;s:18:\"\0*\0first_timestamp\";i:1756781033;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1758231140;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 6, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (389, 'wc_admin_daily_wrapper', 'pending', '2025-09-12 21:32:20', '2025-09-12 21:32:20', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757712740;s:18:\"\0*\0first_timestamp\";i:1756982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757712740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (390, 'woocommerce_cleanup_personal_data', 'pending', '2025-09-12 21:32:20', '2025-09-12 21:32:20', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757712740;s:18:\"\0*\0first_timestamp\";i:1756982168;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757712740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (391, 'wpforms_process_forms_locator_scan', 'pending', '2025-09-12 21:32:20', '2025-09-12 21:32:20', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757712740;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757712740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (392, 'wpforms_process_purge_spam', 'pending', '2025-09-12 21:32:20', '2025-09-12 21:32:20', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757712740;s:18:\"\0*\0first_timestamp\";i:1756983192;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757712740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 6, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (393, 'action_scheduler_run_recurring_actions_schedule_hook', 'pending', '2025-09-12 21:32:20', '2025-09-12 21:32:20', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757712740;s:18:\"\0*\0first_timestamp\";i:1756982154;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757712740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (394, 'wpforms_admin_notifications_update', 'complete', '2025-09-12 20:38:34', '2025-09-12 20:38:34', 10, '{\"tasks_meta_id\":5}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 6, 1, '2025-09-12 20:39:09', '2025-09-12 20:39:09', 519, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (395, 'instawp_send_heartbeat', 'complete', '2025-09-12 20:39:07', '2025-09-12 20:39:07', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757709547;s:18:\"\0*\0first_timestamp\";i:1757709547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757709547;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 7, 1, '2025-09-12 20:39:09', '2025-09-12 20:39:09', 519, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (396, 'instawp_handle_heartbeat', 'complete', '2025-09-12 20:39:07', '2025-09-12 20:39:07', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757709547;s:18:\"\0*\0first_timestamp\";i:1757709547;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757709547;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 7, 1, '2025-09-12 20:39:09', '2025-09-12 20:39:09', 519, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (397, 'instawp_prepare_large_files_list', 'complete', '2025-09-12 20:39:08', '2025-09-12 20:39:08', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757709548;s:18:\"\0*\0first_timestamp\";i:1757709548;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757709548;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 7, 1, '2025-09-12 20:39:22', '2025-09-12 20:39:22', 519, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (398, 'instawp_clean_migrate_files', 'complete', '2025-09-12 20:39:08', '2025-09-12 20:39:08', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757709548;s:18:\"\0*\0first_timestamp\";i:1757709548;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757709548;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 7, 1, '2025-09-12 20:39:22', '2025-09-12 20:39:22', 519, NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (399, 'instawp_send_heartbeat', 'pending', '2025-09-13 20:39:09', '2025-09-13 20:39:09', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757795949;s:18:\"\0*\0first_timestamp\";i:1757709547;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757795949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 7, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (400, 'instawp_handle_heartbeat', 'pending', '2025-09-13 00:39:09', '2025-09-13 00:39:09', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757723949;s:18:\"\0*\0first_timestamp\";i:1757709547;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757723949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 7, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (401, 'instawp_prepare_large_files_list', 'pending', '2025-09-12 21:39:22', '2025-09-12 21:39:22', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757713162;s:18:\"\0*\0first_timestamp\";i:1757709548;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757713162;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 7, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `iwp2d52_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (402, 'instawp_clean_migrate_files', 'pending', '2025-09-13 20:39:22', '2025-09-13 20:39:22', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757795962;s:18:\"\0*\0first_timestamp\";i:1757709548;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757795962;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 7, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=526 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_actionscheduler_groups` (`group_id`, `slug`) VALUES (1, 'ActionScheduler');

INSERT IGNORE INTO `iwp2d52_actionscheduler_groups` (`group_id`, `slug`) VALUES (2, 'action-scheduler-migration');

INSERT IGNORE INTO `iwp2d52_actionscheduler_groups` (`group_id`, `slug`) VALUES (3, 'woocommerce');

INSERT IGNORE INTO `iwp2d52_actionscheduler_groups` (`group_id`, `slug`) VALUES (4, 'count');

INSERT IGNORE INTO `iwp2d52_actionscheduler_groups` (`group_id`, `slug`) VALUES (5, '');

INSERT IGNORE INTO `iwp2d52_actionscheduler_groups` (`group_id`, `slug`) VALUES (6, 'wpforms');

INSERT IGNORE INTO `iwp2d52_actionscheduler_groups` (`group_id`, `slug`) VALUES (7, 'instawp-connect');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=236 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (1, 318, 'action created', '2025-09-04 10:35:54', '2025-09-04 10:35:54');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (2, 319, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (3, 318, 'action started via WP Cron', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (4, 320, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (5, 321, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6, 322, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (7, 323, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (8, 324, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (9, 325, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (10, 326, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11, 327, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (12, 328, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (14, 318, 'action complete via WP Cron', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (15, 330, 'action created', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (16, 327, 'action started via WP Cron', '2025-09-04 10:35:58', '2025-09-04 10:35:58');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (17, 327, 'action complete via WP Cron', '2025-09-04 10:35:59', '2025-09-04 10:35:59');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (18, 331, 'action created', '2025-09-04 10:35:59', '2025-09-04 10:35:59');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (19, 332, 'action created', '2025-09-04 10:35:59', '2025-09-04 10:35:59');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (20, 332, 'action started via Async Request', '2025-09-04 10:35:59', '2025-09-04 10:35:59');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (21, 332, 'action complete via Async Request', '2025-09-04 10:35:59', '2025-09-04 10:35:59');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (23, 322, 'action started via WP Cron', '2025-09-04 10:37:48', '2025-09-04 10:37:48');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (24, 322, 'action complete via WP Cron', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (25, 334, 'action created', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (26, 328, 'action started via WP Cron', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (27, 328, 'action complete via WP Cron', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (28, 319, 'action started via WP Cron', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (29, 319, 'action complete via WP Cron', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (30, 325, 'action started via WP Cron', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (31, 325, 'action complete via WP Cron', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (32, 335, 'action created', '2025-09-04 10:37:49', '2025-09-04 10:37:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (33, 336, 'action created', '2025-09-04 10:40:17', '2025-09-04 10:40:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (34, 336, 'action started via WP Cron', '2025-09-04 10:40:20', '2025-09-04 10:40:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (35, 336, 'action failed via WP Cron: Scheduled action for woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications will not be executed as no callbacks are registered.', '2025-09-04 10:40:20', '2025-09-04 10:40:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (38, 337, 'action created', '2025-09-04 10:52:02', '2025-09-04 10:52:02');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (39, 337, 'action started via WP Cron', '2025-09-04 10:53:12', '2025-09-04 10:53:12');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (40, 337, 'action complete via WP Cron', '2025-09-04 10:53:12', '2025-09-04 10:53:12');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (41, 338, 'action created', '2025-09-04 10:53:12', '2025-09-04 10:53:12');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (42, 339, 'action created', '2025-09-04 10:53:12', '2025-09-04 10:53:12');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (43, 340, 'action created', '2025-09-04 10:53:12', '2025-09-04 10:53:12');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (44, 341, 'action created', '2025-09-04 10:53:32', '2025-09-04 10:53:32');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (45, 340, 'action started via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (46, 340, 'action complete via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (47, 342, 'action created', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (48, 338, 'action started via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (49, 338, 'action complete via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (50, 343, 'action created', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (51, 339, 'action started via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (52, 339, 'action complete via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (53, 344, 'action created', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (54, 341, 'action started via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (55, 341, 'action complete via Async Request', '2025-09-04 10:53:34', '2025-09-04 10:53:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (56, 345, 'action created', '2025-09-04 11:03:13', '2025-09-04 11:03:13');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (57, 345, 'action started via WP Cron', '2025-09-04 11:04:18', '2025-09-04 11:04:18');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (58, 345, 'action complete via WP Cron', '2025-09-04 11:04:18', '2025-09-04 11:04:18');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (59, 321, 'action started via WP Cron', '2025-09-04 11:36:03', '2025-09-04 11:36:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (60, 321, 'action failed via WP Cron: Scheduled action for woocommerce_cancel_unpaid_orders will not be executed as no callbacks are registered.', '2025-09-04 11:36:03', '2025-09-04 11:36:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (61, 323, 'action started via WP Cron', '2025-09-04 13:36:11', '2025-09-04 13:36:11');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (62, 323, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_logs will not be executed as no callbacks are registered.', '2025-09-04 13:36:11', '2025-09-04 13:36:11');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (63, 346, 'action created', '2025-09-04 13:36:11', '2025-09-04 13:36:11');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (64, 326, 'action started via WP Cron', '2025-09-04 13:36:11', '2025-09-04 13:36:11');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (65, 326, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_rate_limits_wrapper will not be executed as no callbacks are registered.', '2025-09-04 13:36:11', '2025-09-04 13:36:11');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (66, 347, 'action created', '2025-09-04 13:36:11', '2025-09-04 13:36:11');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (67, 324, 'action started via WP Cron', '2025-09-04 16:36:29', '2025-09-04 16:36:29');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (68, 324, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_sessions will not be executed as no callbacks are registered.', '2025-09-04 16:36:29', '2025-09-04 16:36:29');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (69, 348, 'action created', '2025-09-04 16:36:29', '2025-09-04 16:36:29');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (70, 320, 'action started via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (71, 320, 'action failed via WP Cron: Scheduled action for woocommerce_scheduled_sales will not be executed as no callbacks are registered.', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (72, 349, 'action created', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (73, 348, 'action started via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (74, 348, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_sessions will not be executed as no callbacks are registered.', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (75, 350, 'action created', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (76, 331, 'action started via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (77, 331, 'action failed via WP Cron: Scheduled action for wc_admin_daily_wrapper will not be executed as no callbacks are registered.', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (78, 351, 'action created', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (79, 334, 'action started via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (80, 334, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_personal_data will not be executed as no callbacks are registered.', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (81, 352, 'action created', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (82, 343, 'action started via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (83, 343, 'action complete via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (84, 353, 'action created', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (85, 344, 'action started via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (86, 344, 'action complete via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (87, 354, 'action created', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (88, 330, 'action started via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (89, 330, 'action complete via WP Cron', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (90, 355, 'action created', '2025-09-05 13:21:03', '2025-09-05 13:21:03');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (91, 346, 'action started via WP Cron', '2025-09-05 18:00:57', '2025-09-05 18:00:57');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (92, 346, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_logs will not be executed as no callbacks are registered.', '2025-09-05 18:00:57', '2025-09-05 18:00:57');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (93, 356, 'action created', '2025-09-05 18:00:57', '2025-09-05 18:00:57');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (94, 347, 'action started via WP Cron', '2025-09-05 18:00:57', '2025-09-05 18:00:57');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (95, 347, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_rate_limits_wrapper will not be executed as no callbacks are registered.', '2025-09-05 18:00:57', '2025-09-05 18:00:57');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (96, 357, 'action created', '2025-09-05 18:00:57', '2025-09-05 18:00:57');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (97, 350, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (98, 350, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_sessions will not be executed as no callbacks are registered.', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (99, 358, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (100, 349, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (101, 349, 'action failed via WP Cron: Scheduled action for woocommerce_scheduled_sales will not be executed as no callbacks are registered.', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (102, 359, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (103, 351, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (104, 351, 'action failed via WP Cron: Scheduled action for wc_admin_daily_wrapper will not be executed as no callbacks are registered.', '2025-09-06 19:00:49', '2025-09-06 19:00:49');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (105, 360, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (106, 352, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (107, 352, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_personal_data will not be executed as no callbacks are registered.', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (108, 361, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (109, 353, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (110, 353, 'action complete via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (111, 362, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (112, 354, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (113, 354, 'action complete via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (114, 363, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (115, 356, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (116, 356, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_logs will not be executed as no callbacks are registered.', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (117, 364, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (118, 357, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (119, 357, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_rate_limits_wrapper will not be executed as no callbacks are registered.', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (120, 365, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (121, 355, 'action started via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (122, 355, 'action complete via WP Cron', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (123, 366, 'action created', '2025-09-06 19:00:49', '2025-09-06 19:00:49');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (124, 358, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (125, 358, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_sessions will not be executed as no callbacks are registered.', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (126, 367, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (127, 359, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (128, 359, 'action failed via WP Cron: Scheduled action for woocommerce_scheduled_sales will not be executed as no callbacks are registered.', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (129, 368, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (130, 360, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (131, 360, 'action failed via WP Cron: Scheduled action for wc_admin_daily_wrapper will not be executed as no callbacks are registered.', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (132, 369, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (133, 361, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (134, 361, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_personal_data will not be executed as no callbacks are registered.', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (135, 370, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (136, 362, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (137, 362, 'action complete via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (138, 371, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (139, 363, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (140, 363, 'action complete via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (141, 372, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (142, 364, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (143, 364, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_logs will not be executed as no callbacks are registered.', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (144, 373, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (145, 365, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (146, 365, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_rate_limits_wrapper will not be executed as no callbacks are registered.', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (147, 374, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (148, 366, 'action started via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (149, 366, 'action complete via WP Cron', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (150, 375, 'action created', '2025-09-08 16:26:24', '2025-09-08 16:26:24');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (151, 367, 'action started via WP Cron', '2025-09-09 10:20:44', '2025-09-09 10:20:44');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (152, 367, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_sessions will not be executed as no callbacks are registered.', '2025-09-09 10:20:44', '2025-09-09 10:20:44');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (153, 367, 'This action appears to be consistently failing. A new instance will not be scheduled.', '2025-09-09 10:20:44', '2025-09-09 10:20:44');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (154, 376, 'action created', '2025-09-09 10:57:51', '2025-09-09 10:57:51');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (155, 376, 'action started via Async Request', '2025-09-09 10:57:53', '2025-09-09 10:57:53');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (156, 376, 'action complete via Async Request', '2025-09-09 10:57:53', '2025-09-09 10:57:53');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (157, 368, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (158, 368, 'action failed via WP Cron: Scheduled action for woocommerce_scheduled_sales will not be executed as no callbacks are registered.', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (159, 377, 'action created', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (160, 369, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (161, 369, 'action failed via WP Cron: Scheduled action for wc_admin_daily_wrapper will not be executed as no callbacks are registered.', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (162, 378, 'action created', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (163, 370, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (164, 370, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_personal_data will not be executed as no callbacks are registered.', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (165, 379, 'action created', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (166, 371, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (167, 371, 'action complete via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (168, 380, 'action created', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (169, 372, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (170, 372, 'action complete via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (171, 381, 'action created', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (172, 373, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (173, 373, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_logs will not be executed as no callbacks are registered.', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (174, 373, 'This action appears to be consistently failing. A new instance will not be scheduled.', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (175, 374, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (176, 374, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_rate_limits_wrapper will not be executed as no callbacks are registered.', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (177, 374, 'This action appears to be consistently failing. A new instance will not be scheduled.', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (178, 375, 'action started via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (179, 375, 'action complete via WP Cron', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (180, 382, 'action created', '2025-09-09 20:56:10', '2025-09-09 20:56:10');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (181, 377, 'action started via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (182, 377, 'action failed via WP Cron: Scheduled action for woocommerce_scheduled_sales will not be executed as no callbacks are registered.', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (183, 377, 'This action appears to be consistently failing. A new instance will not be scheduled.', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (184, 378, 'action started via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (185, 378, 'action failed via WP Cron: Scheduled action for wc_admin_daily_wrapper will not be executed as no callbacks are registered.', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (186, 383, 'action created', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (187, 379, 'action started via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (188, 379, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_personal_data will not be executed as no callbacks are registered.', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (189, 384, 'action created', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (190, 380, 'action started via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (191, 380, 'action complete via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (192, 385, 'action created', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (193, 381, 'action started via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (194, 381, 'action complete via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (195, 386, 'action created', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (196, 382, 'action started via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (197, 382, 'action complete via WP Cron', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (198, 387, 'action created', '2025-09-10 21:03:17', '2025-09-10 21:03:17');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (199, 342, 'action started via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (200, 342, 'action complete via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (201, 388, 'action created', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (202, 383, 'action started via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (203, 383, 'action failed via WP Cron: Scheduled action for wc_admin_daily_wrapper will not be executed as no callbacks are registered.', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (204, 389, 'action created', '2025-09-11 21:32:20', '2025-09-11 21:32:20');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (205, 384, 'action started via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (206, 384, 'action failed via WP Cron: Scheduled action for woocommerce_cleanup_personal_data will not be executed as no callbacks are registered.', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (207, 390, 'action created', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (208, 385, 'action started via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (209, 385, 'action complete via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (210, 391, 'action created', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (211, 386, 'action started via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (212, 386, 'action complete via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (213, 392, 'action created', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (214, 387, 'action started via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (215, 387, 'action complete via WP Cron', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (216, 393, 'action created', '2025-09-11 21:32:20', '2025-09-11 21:32:20');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (217, 394, 'action created', '2025-09-12 20:38:34', '2025-09-12 20:38:34');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (218, 395, 'action created', '2025-09-12 20:39:07', '2025-09-12 20:39:07');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (219, 396, 'action created', '2025-09-12 20:39:07', '2025-09-12 20:39:07');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (220, 397, 'action created', '2025-09-12 20:39:08', '2025-09-12 20:39:08');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (221, 398, 'action created', '2025-09-12 20:39:08', '2025-09-12 20:39:08');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (222, 394, 'action started via WP Cron', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (223, 394, 'action complete via WP Cron', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (224, 395, 'action started via WP Cron', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (225, 395, 'action complete via WP Cron', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (226, 399, 'action created', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (227, 396, 'action started via WP Cron', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (228, 396, 'action complete via WP Cron', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (229, 400, 'action created', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (230, 397, 'action started via WP Cron', '2025-09-12 20:39:09', '2025-09-12 20:39:09');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (231, 397, 'action complete via WP Cron', '2025-09-12 20:39:22', '2025-09-12 20:39:22');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (232, 401, 'action created', '2025-09-12 20:39:22', '2025-09-12 20:39:22');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (233, 398, 'action started via WP Cron', '2025-09-12 20:39:22', '2025-09-12 20:39:22');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (234, 398, 'action complete via WP Cron', '2025-09-12 20:39:22', '2025-09-12 20:39:22');

INSERT IGNORE INTO `iwp2d52_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (235, 402, 'action created', '2025-09-12 20:39:22', '2025-09-12 20:39:22');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wxr_import_user', 1);

INSERT IGNORE INTO `iwp2d52_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (2, 3, '_wxr_import_user', 1);

INSERT IGNORE INTO `iwp2d52_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (3, 4, '_wxr_import_user', 1);

INSERT IGNORE INTO `iwp2d52_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (4, 5, '_wxr_import_user', 1);

INSERT IGNORE INTO `iwp2d52_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (5, 6, 'rating', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2025-09-03 16:35:52', '2025-09-03 16:35:52', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.', '0', 1, '', 'comment', '0', '0');

INSERT IGNORE INTO `iwp2d52_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (2, 66, 'Goaway', 'bograhost@gmail.com', '', '59.152.15.118', '2017-11-26 15:42:23', '2017-11-26 15:42:23', 'Lorem ipsum dolor sit amet', '0', 1, '', 'comment', '0', '0');

INSERT IGNORE INTO `iwp2d52_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (3, 66, 'Goaway', 'bograhost@gmail.com', '', '59.152.15.118', '2017-11-26 15:42:41', '2017-11-26 15:42:41', 'Maecenas at leo commodo', '0', 1, '', 'comment', 2, '0');

INSERT IGNORE INTO `iwp2d52_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (4, 66, 'Goaway', 'bograhost@gmail.com', '', '59.152.15.118', '2017-11-26 15:42:57', '2017-11-26 15:42:57', 'Proin sed sagittis turpis', '0', 1, '', 'comment', 2, '0');

INSERT IGNORE INTO `iwp2d52_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (5, 66, 'Goaway', 'bograhost@gmail.com', '', '59.152.15.118', '2017-11-26 15:44:02', '2017-11-26 15:44:02', 'Morbi eget facilisis erat.', '0', 1, '', 'comment', '0', '0');

INSERT IGNORE INTO `iwp2d52_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (6, 233, 'adada', 'jacopava@gmail.com', '', '190.28.98.61', '2024-06-19 22:29:37', '2024-06-19 22:29:37', 'adadad', '0', '0', '', 'review', '0', '0');

INSERT IGNORE INTO `iwp2d52_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (7, 285, 'WooCommerce', 'woocommerce@bestwpware.com', '', '', '2019-12-13 12:00:46', '2019-12-13 12:00:46', 'Awaiting check payment Order status changed from Pending payment to On hold.', '0', 1, '', 'order_note', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_e_events` (`id`, `event_data`, `created_at`) VALUES (1, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-09-04T11:18:57.391-01:00\"}', '2025-09-04 11:18:57');

INSERT IGNORE INTO `iwp2d52_e_events` (`id`, `event_data`, `created_at`) VALUES (2, '{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2025-09-04T11:18:59.952-01:00\"}', '2025-09-04 11:18:59');

INSERT IGNORE INTO `iwp2d52_e_events` (`id`, `event_data`, `created_at`) VALUES (3, '{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2025-09-04T11:19:00.763-01:00\"}', '2025-09-04 11:19:00');

INSERT IGNORE INTO `iwp2d52_e_events` (`id`, `event_data`, `created_at`) VALUES (4, '{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-09-04T11:19:04.374-01:00\"}', '2025-09-04 11:19:04');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1527 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'cron', 'a:16:{i:1757710141;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1757712953;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1757712957;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1757738262;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1757741752;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1757743552;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1757745352;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1757759757;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1757760703;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1757781352;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1757781461;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1757781463;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1757894400;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1758127580;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1758213352;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2, 'siteurl', 'https://denworldtravel.ma', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 'home', 'https://denworldtravel.ma', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4, 'blogname', 'denworld.instawp.dev', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5, 'blogdescription', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6, 'users_can_register', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7, 'admin_email', 'zakaria.tek@fycom.ma', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8, 'start_of_week', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9, 'use_balanceTags', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10, 'use_smilies', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11, 'require_name_email', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (12, 'comments_notify', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (13, 'posts_per_rss', 10, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14, 'rss_use_excerpt', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15, 'mailserver_url', 'mail.example.com', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16, 'mailserver_login', 'login@example.com', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (17, 'mailserver_pass', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (18, 'mailserver_port', 110, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19, 'default_category', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20, 'default_comment_status', 'open', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21, 'default_ping_status', 'open', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22, 'default_pingback_flag', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23, 'posts_per_page', 10, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (24, 'date_format', 'F j, Y', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25, 'time_format', 'g:i a', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26, 'links_updated_date_format', 'F j, Y g:i a', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27, 'comment_moderation', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28, 'moderation_notify', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (29, 'permalink_structure', '/%postname%/', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (30, 'rewrite_rules', 'a:164:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:16:\"custom-css-js/?$\";s:33:\"index.php?post_type=custom-css-js\";s:46:\"custom-css-js/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:41:\"custom-css-js/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:33:\"custom-css-js/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=custom-css-js&paged=$matches[1]\";s:17:\"^serve-instawp/?$\";s:25:\"index.php?instawp_serve=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:41:\"custom-css-js/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"custom-css-js/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"custom-css-js/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"custom-css-js/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"custom-css-js/([^/]+)/embed/?$\";s:61:\"index.php?post_type=custom-css-js&name=$matches[1]&embed=true\";s:34:\"custom-css-js/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=custom-css-js&name=$matches[1]&tb=1\";s:54:\"custom-css-js/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:49:\"custom-css-js/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:42:\"custom-css-js/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&paged=$matches[2]\";s:49:\"custom-css-js/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&cpage=$matches[2]\";s:38:\"custom-css-js/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&page=$matches[2]\";s:30:\"custom-css-js/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"custom-css-js/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"custom-css-js/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"custom-css-js/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=464&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31, 'hack_file', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (32, 'blog_charset', 'UTF-8', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33, 'moderation_keys', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (34, 'active_plugins', 'a:9:{i:0;s:31:\"custom-css-js/custom-css-js.php\";i:1;s:32:\"duplicate-page/duplicatepage.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:37:\"elementskit-lite/elementskit-lite.php\";i:4;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:5;s:35:\"instawp-connect/instawp-connect.php\";i:6;s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";i:7;s:43:\"template-kit-import/template-kit-import.php\";i:8;s:24:\"wpforms-lite/wpforms.php\";}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (35, 'category_base', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37, 'comment_max_links', 2, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38, 'gmt_offset', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (39, 'default_email_category', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40, 'recently_edited', 'a:3:{i:0;s:101:\"/home/riwixokule4095/web/denworld.instawp.dev/public_html/wp-content/themes/hello-elementor/style.css\";i:2;s:102:\"/home/riwixokule4095/web/denworld.instawp.dev/public_html/wp-content/themes/twentytwentyfive/style.css\";i:3;s:0:\"\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41, 'template', 'hello-elementor', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42, 'stylesheet', 'hello-elementor', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (43, 'comment_registration', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44, 'html_type', 'text/html', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45, 'use_trackback', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (46, 'default_role', 'subscriber', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (47, 'db_version', 60421, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (48, 'uploads_use_yearmonth_folders', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (49, 'upload_path', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (50, 'blog_public', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (51, 'default_link_category', 2, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (52, 'show_on_front', 'page', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (53, 'tag_base', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (54, 'show_avatars', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55, 'avatar_rating', 'G', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56, 'upload_url_path', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (57, 'thumbnail_size_w', 150, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (58, 'thumbnail_size_h', 150, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (59, 'thumbnail_crop', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60, 'medium_size_w', 300, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61, 'medium_size_h', 300, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (62, 'avatar_default', 'mystery', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63, 'large_size_w', 1024, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64, 'large_size_h', 1024, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65, 'image_default_link_type', 'none', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66, 'image_default_size', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67, 'image_default_align', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68, 'close_comments_for_old_posts', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (69, 'close_comments_days_old', 14, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (70, 'thread_comments', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (71, 'thread_comments_depth', 5, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (72, 'page_comments', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73, 'comments_per_page', 50, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (74, 'default_comments_page', 'newest', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (75, 'comment_order', 'asc', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (76, 'sticky_posts', 'a:0:{}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (77, 'widget_categories', 'a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (80, 'uninstall_plugins', 'a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (81, 'timezone_string', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82, 'page_for_posts', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (83, 'page_on_front', 464, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (84, 'default_post_format', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (85, 'link_manager_enabled', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (86, 'finished_splitting_shared_terms', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (87, 'site_icon', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (88, 'medium_large_size_w', 768, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (89, 'medium_large_size_h', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (90, 'wp_page_for_privacy_policy', 3, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (91, 'show_comments_cookies_opt_in', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (92, 'admin_email_lifespan', 1772469352, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (93, 'disallowed_keys', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (94, 'comment_previously_approved', 1, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (96, 'auto_update_core_dev', 'enabled', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (97, 'auto_update_core_minor', 'enabled', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (98, 'auto_update_core_major', 'enabled', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (100, 'wp_attachment_pages_enabled', '0', 'on');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'initial_db_version', 60421, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (102, 'iwp2d52_user_roles', 'a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:126:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:16:\"create_customers\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:19:\"access_kingcomposer\";b:1;s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:19:\"access_kingcomposer\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:16:\"create_customers\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:15:\"css_js_designer\";a:2:{s:4:\"name\";s:12:\"Web Designer\";s:12:\"capabilities\";a:10:{s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (103, 'fresh_site', '0', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (104, 'user_count', 2, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (105, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (106, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";i:5;s:8:\"search-1\";i:6;s:12:\"categories-2\";i:7;s:14:\"recent-posts-1\";i:8;s:11:\"tag_cloud-1\";}s:13:\"array_version\";i:3;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (115, 'widget_search', 'a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (116, 'widget_recent-posts', 'a:2:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (118, 'widget_tag_cloud', 'a:2:{i:1;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (121, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.8.2\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (125, 'recovery_keys', 'a:0:{}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (126, 'theme_mods_twentytwentyfive', 'a:4:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1756983031;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-1\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-1\";i:3;s:11:\"tag_cloud-1\";}}}s:19:\"wp_classic_sidebars\";a:1:{s:9:\"sidebar-1\";a:11:{s:4:\"name\";s:7:\"Sidebar\";s:2:\"id\";s:9:\"sidebar-1\";s:11:\"description\";s:17:\"Add widgets here.\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:39:\"<section id=\"%1$s\" class=\"widget %2$s\">\";s:12:\"after_widget\";s:10:\"</section>\";s:12:\"before_title\";s:25:\"<h3 class=\"widget-title\">\";s:11:\"after_title\";s:5:\"</h3>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}}s:18:\"nav_menu_locations\";a:0:{}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (127, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"1a7f8946efbf284a4c14585980ade540\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (132, 'WPLANG', '', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (133, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"6.8.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1757709474;s:15:\"version_checked\";s:5:\"6.8.2\";s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (152, 'can_compress_scripts', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (155, 'finished_updating_comment_type', 1, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (156, '_site_transient_wp_plugin_dependencies_plugin_data', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (157, 'recently_activated', 'a:13:{s:53:\"child-theme-configurator/child-theme-configurator.php\";i:1756983792;s:13:\"cmb2/init.php\";i:1756982813;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1756982813;s:23:\"elementor/elementor.php\";i:1756982813;s:31:\"envato-market/envato-market.php\";i:1756982813;s:29:\"kingcomposer/kingcomposer.php\";i:1756982813;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:1756982813;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:1756982813;s:35:\"redux-framework/redux-framework.php\";i:1756982813;s:29:\"vromon-plugin/plugin_hook.php\";i:1756982813;s:53:\"widget-importer-exporter/widget-importer-exporter.php\";i:1756982813;s:27:\"woocommerce/woocommerce.php\";i:1756982813;s:41:\"wordpress-importer/wordpress-importer.php\";i:1756982813;}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165, 'current_theme', 'Hello Elementor', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (166, 'theme_mods_hello-elementor', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1756980645;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}s:18:\"custom_css_post_id\";i:-1;}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (167, 'theme_switched', '', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (170, 'hello_theme_version', '3.4.4', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (171, 'elementor_connect_site_key', 'b59a51760c2d256b7477abe38da4048d', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (172, '_hello-elementor_notifications', 'a:2:{s:7:\"timeout\";i:1757752713;s:5:\"value\";s:7532:\"[{\"id\":\"hello-theme-3.4.4\",\"title\":\"3.4.4 - 2025-06-08\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Improve Header\\/Footer edit access from theme Home<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.3\",\"title\":\"3.4.3 - 2025-05-26\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Fix: Settings page empty after 3.4.0 in translated sites<\\/li>\\n\\t\\t\\t\\t<li>Fix: PHP 8.4 deprecation notice<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.2\",\"title\":\"3.4.2 - 2025-05-19\",\"description\":\"\\n            <ul>\\n\\t\\t\\t\\t<li>Tweak: Set Home links font weight to regular<\\/li>\\n  \\t\\t        <li>Tweak: Dart SASS 3.0.0 - resolve scss deprecated warnings<\\/li>\\n    \\t\\t    <li>Fix: Settings page empty after 3.4.0<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.4.0\",\"title\":\"3.4.0 - 2025-05-05\",\"description\":\"\\n            <ul>\\n                <li>New: Added Theme Home<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update theme settings page style<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Update tested up to version 6.8<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.3.0\",\"title\":\"3.3.0 - 2025-01-21\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Added changelog link in theme settings<\\/li>\\n\\t\\t\\t\\t<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n  \\t\\t        <li>Tweak: Update autoprefixer to latest versions<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.1\",\"title\":\"3.2.1 - 2024-12-16\",\"description\":\"\\n            <ul>\\n                <li>\\n                    Fix: Gutenberg editor expanded disproportionately after adding support for <code>theme.json<\\/code>\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/430\\\" target=\\\"_blank\\\">#430<\\/a>)\\n                <\\/li>\\n                <li>Fix: Use CSS logical properties in the theme<\\/li>\\n                <li>Fix: Add ARIA attributes to header nav menu<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.2.0\",\"title\":\"3.2.0 - 2024-12-15\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Convert classic to hybrid theme with block-editor support<\\/li>\\n                <li>Tweak: Added new design options to header\\/footer<\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.7<\\/code><\\/li>\\n                <li>\\n                    Fix: Minify JS files\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/419\\\" target=\\\"_blank\\\">#419<\\/a>)\\n                <\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.1\",\"title\":\"3.1.1 - 2024-07-30\",\"description\":\"\\n            <ul>\\n                <li>Fix: Use consistent <code>&lt;h2&gt;<\\/code> for comments title and comment form<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.1.0\",\"title\":\"3.1.0 - 2024-06-19\",\"description\":\"\\n            <ul>\\n                <li>Tweak: Update <code>Requires PHP 7.4<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.5<\\/code><\\/li>\\n                <li>Tweak: Add the ability to style the brand layout<\\/li>\\n                <li>Tweak: Remove deprecated Elementor code<\\/li>\\n                <li>Tweak: Restore default focus styling inside the theme<\\/li>\\n                <li>Tweak: Add <code>aria-label<\\/code> attribute to various <code>&lt;nav&gt;<\\/code> elements<\\/li>\\n                <li>Tweak: Improve mobile menu keyboard accessibility<\\/li>\\n                <li>Tweak: Semantic mobile menu toggle button<\\/li>\\n                <li>Fix: The header renders redundant <code>&lt;p&gt;<\\/code> when tagline is empty<\\/li>\\n                <li>Fix: Single post renders redundant wrapping <code>&lt;div&gt;<\\/code> when it has no tags<\\/li>\\n                <li>Fix: Remove redundant wrapping <code>&lt;div&gt;<\\/code> from <code>wp_nav_menu()<\\/code> output<\\/li>\\n                <li>Fix: Wrap page <code>&lt;h1&gt;<\\/code> with <code>&lt;div&gt;<\\/code>, not <code>&lt;header&gt;<\\/code><\\/li>\\n                <li>Fix: Use consistent <code>&lt;h3&gt;<\\/code> for comments title and comment form<\\/li>\\n                <li>Fix: Remove heading tags from dynamic header\\/footer<\\/li>\\n                <li>\\n                    Fix: Mobile Menu hamburger is not visible for logged-out users in some cases\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/369\\\" target=\\\"_blank\\\">#369<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove duplicate ID attributes in the header mobile menu<\\/li>\\n                <li>\\n                    Fix: Remove redundant table styles\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/311\\\" target=\\\"_blank\\\">#311<\\/a>)\\n                <\\/li>\\n                <li>Fix: Remove redundant space below Site Logo in the header\\/footer<\\/li>\\n                <li>Fix: Remove redundant CSS from dynamic header\\/footer layout<\\/li>\\n                <li>\\n                    Fix: Separate post tags in single post\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/304\\\" target=\\\"_blank\\\">#304<\\/a>)\\n                <\\/li>\\n                <li>Fix: Display <code>the_tags()<\\/code> after <code>wp_link_pages()<\\/code><\\/li>\\n                <li>Fix: Remove page break navigation from archives when using <code>&lt;!--nextpage--&gt;<\\/code><\\/li>\\n                <li>Fix: Style posts pagination component layout<\\/li>\\n                <li>Fix: Add RTL support to pagination arrows in archive pages<\\/li>\\n                <li>\\n                    Fix: Update pagination prev\\/next labels and positions\\n                    (<a href=\\\"https:\\/\\/github.com\\/elementor\\/hello-theme\\/issues\\/404\\\" target=\\\"_blank\\\">#404<\\/a>)\\n                <\\/li>\\n                <li>Fix: Check if Elementor is loaded when using dynamic header & footer<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.2\",\"title\":\"3.0.2 - 2024-05-28\",\"description\":\"\\n            <ul>\\n                <li>Internal: Version bump release to refresh WordPress repository<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.1\",\"title\":\"3.0.1 - 2024-01-24\",\"description\":\"\\n            <ul>\\n                <li>Fix: Harden security for admin notice dismiss button<\\/li>\\n                <li>Fix: Add <code>alt<\\/code> attribute to all the images in the dashboard<\\/li>\\n            <\\/ul>\"},{\"id\":\"hello-theme-3.0.0\",\"title\":\"3.0.0 - 2023-12-26\",\"description\":\"\\n            <ul>\\n                <li>New: Option to disable cross-site header & footer<\\/li>\\n                <li>Tweak: Update <code>Requires PHP 7.3<\\/code><\\/li>\\n                <li>Tweak: Update <code>Tested up to 6.4<\\/code><\\/li>\\n                <li>Tweak: Move cross-site header & footer styles to a separate CSS file<\\/li>\\n                <li>Tweak: Don\'t load <code>header-footer.min.css<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Don\'t load <code>hello-frontend.min.js<\\/code> when disabling header & footer<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in the frontend<\\/li>\\n                <li>Tweak: Replace jQuery code with vanilla JS in WordPress admin<\\/li>\\n                <li>Tweak: Remove unused JS code from the frontend<\\/li>\\n                <li>Tweak: Remove unused CSS code from the editor<\\/li>\\n                <li>Tweak: Remove unnecessary <code>role<\\/code> attributes from HTML landmark elements<\\/li>\\n                <li>Tweak: Link from Elementor Site Settings to Hello Theme Settings<\\/li>\\n                <li>Fix: Dynamic script version for better caching<\\/li>\\n            <\\/ul>\"}]\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (185, 'theme_mods_vromon', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:39;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1756982865;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-1\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-1\";i:3;s:11:\"tag_cloud-1\";}}}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (211, 'theme_mods_bramha', 'a:16:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1756981300;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:0:{}}}s:18:\"desktop_logo_image\";i:307;s:17:\"mobile_logo_image\";i:306;s:33:\"typography_font_color_body_bramha\";a:4:{s:11:\"start_color\";s:7:\"#ffa98d\";s:10:\"stop_color\";s:7:\"#ff81e4\";s:14:\"gradient_angle\";s:2:\"90\";s:11:\"is_gradient\";b:1;}s:19:\"bramha_h1_font_size\";s:3:\"128\";s:30:\"header_font_hover_color_bramha\";a:4:{s:11:\"start_color\";s:7:\"#ffa98d\";s:10:\"stop_color\";s:7:\"#ff81e4\";s:14:\"gradient_angle\";s:2:\"90\";s:11:\"is_gradient\";b:1;}s:21:\"menu_font_size_bramha\";s:2:\"64\";s:22:\"bramha_secondary_color\";s:7:\"#ffffff\";s:19:\"bramha_h1_font_list\";s:4:\"Syne\";s:21:\"bramha_h1_font_weight\";s:3:\"700\";s:28:\"bramha_header_menu_font_list\";s:10:\"Montserrat\";s:23:\"bramha_body_font_weight\";s:3:\"500\";s:21:\"bramha_body_font_list\";s:10:\"Montserrat\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (214, 'bramha_header_sidebar_title', 'Get In Touch', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (215, 'bramha_header_sidebar_image', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/header_sidebar_image.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (216, 'bramha_footer_copyright', 'Design By The_Krishna 2022', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (217, 'facebook_social_link', 'https://www.facebook.com', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (218, 'twitter_social_link', 'https://twitter.com', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (219, 'linkedin_social_link', 'https://www.linkedin.com', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (220, 'bramha_coming_soon_layout', 'layout_1', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (221, 'coming_soon_layout_bg_color', '#000000', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (222, 'bramha_background_type', 'Unable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (223, 'bramha_background_width', 'Disable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (224, 'bramha_background_animation', 'Unable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (225, 'bramha_animation_type', 'square-canvas', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (226, 'bramha_background_overlay', 'Unable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (227, 'bramha_bg_color_overlay', '#000000', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (228, 'bramha_back_slider_1', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/back_slider_1.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (229, 'bramha_back_slider_2', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/back_slider_2.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (230, 'bramha_back_slider_3', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/back_slider_3.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (231, 'bramha_back_slider_4', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/back_slider_4.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (232, 'bramha_back_slider_5', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/back_slider_5.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (233, 'bramha_more_bg_slide_button', 'Disable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (234, 'bramha_background_video_type', 'Unable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (235, 'bramha_back_video_file', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/videos/back_video_file.mp4', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (236, 'bramha_embed_url', 'https://www.youtube.com/embed/D0UnqGm_miA', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (237, 'bramha_heading_text', 'Coming Soon', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (238, 'bramha_small_text', 'WE ARE', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (239, 'bramha_subtitle_enable', 'Unable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (240, 'bramha_heading_subtitle', 'Our website is under construction. We are working very hard to give you the best experience with this one.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (241, 'bramha_countdown_enable', 'Unable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (242, 'bramha_launch_date', '2025-09-11T00:00', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (243, 'bramha_notify_button_text', 'NOTIFY ME', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (244, 'bramha_notify_form_shortcode', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (245, 'bramha_notify_form_tagline', 'STAY IN TOUCH', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (246, 'bramha_notify_form_heading', 'We Are Almost Here', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (247, 'bramha_notify_form_desc', 'Subscribe to our newsletter and we will send you a notification about the launch of our brand new site.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (248, 'bramha_sidebar_video_type', 'Unable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (249, 'bramha_sidebar_video_file', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/videos/sidebar_video_file.mp4', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (250, 'bramha_sidebar_embed_url', 'https://www.youtube.com/embed/D0UnqGm_miA', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (251, 'bramha_right_slider_1', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/right_slider_1.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (252, 'bramha_right_slide_text_1', 'Slide Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (253, 'bramha_right_slide_small_text_1', 'Slide Text', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (254, 'bramha_right_slider_2', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/right_slider_2.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (255, 'bramha_right_slide_text_2', 'Slide Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (256, 'bramha_right_slide_small_text_2', 'Slide Text', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (257, 'bramha_right_slider_3', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/right_slider_3.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (258, 'bramha_right_slide_text_3', 'Slide Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (259, 'bramha_right_slide_small_text_3', 'Slide Text', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (260, 'bramha_right_slider_4', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/right_slider_4.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (261, 'bramha_right_slide_text_4', 'Slide Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (262, 'bramha_right_slide_small_text_4', 'Slide Text', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (263, 'bramha_right_slider_5', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/right_slider_5.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (264, 'bramha_right_slide_text_5', 'Slide Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (265, 'bramha_right_slide_small_text_5', 'Slide Text', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (266, 'bramha_layout2_right_slide_button', 'Disable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (267, 'bramha_about_bg_image', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_bg_image.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (268, 'bramha_about_right_sidebar', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_right_sidebar_img.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (269, 'bramha_about_1_tageline', 'ABOUT US', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (270, 'bramha_about_1_heading', 'We’re­ a­ full­ service­ creative­ and­ digital­ agency,­ working­ globally­ with­ leargest­brands.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (271, 'bramha_about_1_award', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_1_award.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (272, 'bramha_about_1_description', 'Think of the worlds most iconica and successful brands easily findable, impactful. Interactional and exceptional designs. Our story takes beginning in 2020.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (273, 'bramha_about_1_video', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/videos/about_1_video.mp4', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (274, 'bramha_about_1_year', 2023, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (275, 'bramha_about_2_tageline', 'DIGITAL STUDIO', 'on');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (276, 'bramha_about_2_heading', 'Our Story', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (277, 'bramha_about_2_description', 'Your brand is the most important asset in your company let our team of professionals help you with a good strategy took the runway next with an edgy collection featuring dyed denim pieces. The collection included patchwork denim, a trend that has recently exploded in younger generations. Playing on aspects of sustainability, the pieces appeared to be upcycled to establish dimension and flair. This take on grunge and streetwear took sustainable fashion to an entirely new level.\r\n				ur specialized team of researchers, strategists, designers, developers, and project managers work with streamlined processes to break through organizational roadblocks. We translate research into solutions, crafting thoughtful and unified brands.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (278, 'bramha_about_2_story_img_1', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_2_story_img_1.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (279, 'bramha_about_2_story_img_2', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_2_story_img_2.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (280, 'bramha_about_2_story_img_3', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_2_story_img_3.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (281, 'bramha_about_2_story_img_4', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_2_story_img_4.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (282, 'bramha_about_3_tageline', 'OUR TEAM', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (283, 'bramha_about_3_heading', 'How We Work', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (284, 'bramha_about_3_team_image_1', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_1.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (285, 'bramha_about_3_team_name_1', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (286, 'bramha_about_3_team_position_1', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (287, 'bramha_about_3_team_image_2', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_2.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (288, 'bramha_about_3_team_name_2', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (289, 'bramha_about_3_team_position_2', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (290, 'bramha_about_3_team_image_3', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_3.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (291, 'bramha_about_3_team_name_3', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (292, 'bramha_about_3_team_position_3', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (293, 'bramha_about_3_team_image_4', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_4.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (294, 'bramha_about_3_team_name_4', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (295, 'bramha_about_3_team_position_4', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (296, 'bramha_about_3_team_image_5', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_5.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (297, 'bramha_about_3_team_name_5', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (298, 'bramha_about_3_team_position_5', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (299, 'bramha_about_3_team_image_6', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_6.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (300, 'bramha_about_3_team_name_6', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (301, 'bramha_about_3_team_position_6', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (302, 'bramha_about_3_team_image_7', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_7.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (303, 'bramha_about_3_team_name_7', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (304, 'bramha_about_3_team_position_7', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (305, 'bramha_about_3_team_image_8', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/about_3_team_image_8.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (306, 'bramha_about_3_team_name_8', 'Team Name', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (307, 'bramha_about_3_team_position_8', 'Team Position', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (308, 'bramha_more_team_mem_button', 'Disable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (309, 'bramha_portfolio_bg_image', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio_bg_image.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (310, 'bramha_portfolio_right_sidebar', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio_right_sidebar_image.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (311, 'bramha_portfolio_tageline', 'PORTFOLIO', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (312, 'bramha_portfolio_heading', 'We are creating unique staff. Meet our featured projects.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (313, 'bramha_portfolio_description', 'Be what you would seem to be – or, if you’d like it put more simply – never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (314, 'bramha_portfolio_image_1', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-1.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (315, 'bramha_portfolio_title_1', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (316, 'bramha_portfolio_type_1', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (317, 'bramha_portfolio_image_2', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-2.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (318, 'bramha_portfolio_title_2', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (319, 'bramha_portfolio_type_2', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (320, 'bramha_portfolio_image_3', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-3.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (321, 'bramha_portfolio_title_3', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (322, 'bramha_portfolio_type_3', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (323, 'bramha_portfolio_image_4', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-4.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (324, 'bramha_portfolio_title_4', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (325, 'bramha_portfolio_type_4', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (326, 'bramha_portfolio_image_5', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-5.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (327, 'bramha_portfolio_title_5', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (328, 'bramha_portfolio_type_5', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (329, 'bramha_portfolio_image_6', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-6.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (330, 'bramha_portfolio_title_6', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (331, 'bramha_portfolio_type_6', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (332, 'bramha_portfolio_image_7', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-7.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (333, 'bramha_portfolio_title_7', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (334, 'bramha_portfolio_type_7', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (335, 'bramha_portfolio_image_8', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-8.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (336, 'bramha_portfolio_title_8', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (337, 'bramha_portfolio_type_8', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (338, 'bramha_portfolio_image_9', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-9.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (339, 'bramha_portfolio_title_9', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (340, 'bramha_portfolio_type_9', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (341, 'bramha_portfolio_image_10', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-10.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (342, 'bramha_portfolio_title_10', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (343, 'bramha_portfolio_type_10', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (344, 'bramha_portfolio_image_11', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-11.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (345, 'bramha_portfolio_title_11', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (346, 'bramha_portfolio_type_11', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (347, 'bramha_portfolio_image_12', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/portfolio-12.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (348, 'bramha_portfolio_title_12', 'Portfolio Title', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (349, 'bramha_portfolio_type_12', 'Portfolio Type', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (350, 'bramha_more_portfolio_button', 'Disable', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (351, 'bramha_contact_bg_image', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/contact_bg_image.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (352, 'bramha_contact_right_sidebar', 'https://denworldtravel.ma/wp-content/themes/bramha/assets/images/contact_right_sidebar_img.png', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (353, 'bramha_contact_1_tageline', 'CONTACT US', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (354, 'bramha_contact_1_heading', 'Let’s get in touch. Welcome to the new office.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (355, 'bramha_contact_1_description', 'Our website is under construction but we are ready to go! You can call us or leave a request here. We are always glad to see you in our office from 9:00 to 18:00.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (356, 'bramha_email_title', 'Email', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (357, 'bramha_email', 'hello@bramha.com', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (358, 'bramha_email_phone_title', 'Call Any Time', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (359, 'bramha_phone_number', '+1 234 567 8899', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (360, 'bramha_email_location_title', 'Location', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (361, 'bramha_location', '230 Norman Street New York, QC (USA) H8R 1A1', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (362, 'bramha_form_title', 'Just Say Hello!', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (363, 'bramha_form_shortcode', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (364, 'bramha_map_iframe', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (369, '_transient_bramha_google_font_list', 'a:2:{s:4:\"kind\";s:20:\"webfonts#webfontList\";s:5:\"items\";a:1885:{i:0;a:9:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN6tKukbcHCpE.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/abeezee/v22/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN2tOklQ.ttf\";}i:1;a:9:{s:6:\"family\";s:13:\"ADLaM Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZECsHYkYBPY3o.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZEOsDSlQ.ttf\";}i:2;a:9:{s:6:\"family\";s:11:\"AR One Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/aronesans/v5/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9DW03no5mBF4.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/aronesans/v5/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWk39DW03no5mBF4.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/aronesans/v5/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWqH6DW03no5mBF4.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/aronesans/v5/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWpj6DW03no5mBF4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/aronesans/v5/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9PWw9mg.ttf\";}i:3;a:9:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6VhLPJp6qGI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE2VlBOA.ttf\";}i:4;a:9:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/abhayalibre/v17/e3tmeuGtX-Co5MNzeAOqinEQeknS.ttf\";}i:5;a:9:{s:6:\"family\";s:7:\"Aboreto\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8blKTeA2yuxSY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8bpKXUBw.ttf\";}i:6;a:9:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/abrilfatface/v24/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/abrilfatface/v24/zOL64pLDlL1D99S8g8PtiKchq-FmiA.ttf\";}i:7;a:9:{s:6:\"family\";s:14:\"Abyssinica SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/abyssinicasil/v8/oY1H8ezOqK7iI3rK_45WKoc8J6UZBFOVAXuI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/abyssinicasil/v8/oY1H8ezOqK7iI3rK_45WKoc8J5UYDlc.ttf\";}i:8;a:9:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/aclonica/v24/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/aclonica/v24/K2FyfZJVlfNNSEBXGY7SAoo.ttf\";}i:9;a:9:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/acme/v26/RrQfboBx-C5_bx3Lb23lzLk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/acme/v26/RrQfboBx-C5_XxzBaw.ttf\";}i:10;a:9:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO3ekXygtUMIO.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO0elVSw.ttf\";}i:11;a:9:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwi-vUFQ.ttf\";}i:12;a:9:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyJPTJoonw1aBA.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyNPTJoonw1aBA.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLHSNPTJoonw1aBA.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyNPTJoonw1aBA.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLcSNPTJoonw1aBA.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLnSRPTJoonw1aBA.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLpCRPTJoonw1aBA.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyRPTJoonw1aBA.ttf\";i:900;s:112:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpL6iRPTJoonw1aBA.ttf\";s:9:\"100italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnDpAsvQhKBH4C.ttf\";s:9:\"200italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnD5AsvQhKBH4C.ttf\";s:9:\"300italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2D5D5AsvQhKBH4C.ttf\";s:6:\"italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnD5AsvQhKBH4C.ttf\";s:9:\"500italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CVD5AsvQhKBH4C.ttf\";s:9:\"600italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2B5CJAsvQhKBH4C.ttf\";s:9:\"700italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2BACJAsvQhKBH4C.ttf\";s:9:\"800italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnCJAsvQhKBH4C.ttf\";s:9:\"900italic\";s:114:\"https://fonts.gstatic.com/s/adventpro/v32/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AOCJAsvQhKBH4C.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/adventpro/v32/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyN_TZAs.ttf\";}i:13;a:9:{s:6:\"family\";s:6:\"Afacad\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/afacad/v2/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtWmA08mCgdfM.ttf\";i:500;s:85:\"https://fonts.gstatic.com/s/afacad/v2/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfiftWmA08mCgdfM.ttf\";i:600;s:85:\"https://fonts.gstatic.com/s/afacad/v2/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfsvqWmA08mCgdfM.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/afacad/v2/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfvLqWmA08mCgdfM.ttf\";s:6:\"italic\";s:88:\"https://fonts.gstatic.com/s/afacad/v2/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92usiM-9kKlZfNfuw.ttf\";s:9:\"500italic\";s:88:\"https://fonts.gstatic.com/s/afacad/v2/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ugCM-9kKlZfNfuw.ttf\";s:9:\"600italic\";s:88:\"https://fonts.gstatic.com/s/afacad/v2/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ubCQ-9kKlZfNfuw.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/afacad/v2/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92uVSQ-9kKlZfNfuw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/afacad/v2/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtamE-9g.ttf\";}i:14;a:9:{s:6:\"family\";s:11:\"Afacad Flux\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsUwWZaRqQsJr67E.ttf\";i:200;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edscwXZaRqQsJr67E.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsRIXZaRqQsJr67E.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsUwXZaRqQsJr67E.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsX4XZaRqQsJr67E.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsZIQZaRqQsJr67E.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsasQZaRqQsJr67E.ttf\";i:800;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edscwQZaRqQsJr67E.ttf\";i:900;s:113:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edseUQZaRqQsJr67E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/afacadflux/v3/9oRgNYYQryMlneUPykRmTuH4ET0fri4I5rJVT_CWHKDZnskVK5edsUwXVaVgRg.ttf\";}i:15;a:9:{s:6:\"family\";s:8:\"Agbalumo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"ethiopic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/agbalumo/v6/55xvey5uMdT2N37KZcMFirl08KDJ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/agbalumo/v6/55xvey5uMdT2N37KZfMEgL0.ttf\";}i:16;a:9:{s:6:\"family\";s:8:\"Agdasima\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/agdasima/v5/PN_zRfyxp2f1fUCgAMg6rzjb_-Da.ttf\";i:700;s:76:\"https://fonts.gstatic.com/s/agdasima/v5/PN_0Rfyxp2f1fUCgAPCGgBzT1PzTz2Mi.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/agdasima/v5/PN_zRfyxp2f1fUCgAPg7pTw.ttf\";}i:17;a:9:{s:6:\"family\";s:11:\"Agu Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/agudisplay/v2/iJWXBXKbbi6BeMC1_RX7qF_V5E7aciGRRWUwX4ftka9LM6y8Zg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/agudisplay/v2/iJWXBXKbbi6BeMC1_RX7qF_V5E7aciGRRWUwX4fdkKVP.ttf\";}i:18;a:9:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/aguafinascript/v24/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/aguafinascript/v24/If2QXTv_ZzSxGIO30LemWEOmt1b3q8Qt.ttf\";}i:19;a:9:{s:6:\"family\";s:6:\"Akatab\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tifinagh\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-13\";s:5:\"files\";a:6:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/akatab/v8/VuJwdNrK3Z7gqJEPWIz5NIh-YA.ttf\";i:500;s:72:\"https://fonts.gstatic.com/s/akatab/v8/VuJzdNrK3Z7gqJE3rKXdPKNiaRpFvg.ttf\";i:600;s:72:\"https://fonts.gstatic.com/s/akatab/v8/VuJzdNrK3Z7gqJE3gKLdPKNiaRpFvg.ttf\";i:700;s:72:\"https://fonts.gstatic.com/s/akatab/v8/VuJzdNrK3Z7gqJE35KPdPKNiaRpFvg.ttf\";i:800;s:72:\"https://fonts.gstatic.com/s/akatab/v8/VuJzdNrK3Z7gqJE3-KDdPKNiaRpFvg.ttf\";i:900;s:72:\"https://fonts.gstatic.com/s/akatab/v8/VuJzdNrK3Z7gqJE33KHdPKNiaRpFvg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/akatab/v8/VuJwdNrK3Z7gqJE_WYb9.ttf\";}i:20;a:9:{s:6:\"family\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/akayakanadaka/v17/N0bM2S5CPO5oOQqvazoRRb-8-PfRS5VBBSSF.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/akayakanadaka/v17/N0bM2S5CPO5oOQqvazoRRb-8-MfQQZE.ttf\";}i:21;a:9:{s:6:\"family\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/akayatelivigala/v28/lJwc-oo_iG9wXqU3rCTD395tp0uifdLdsIH0YH8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/akayatelivigala/v28/lJwc-oo_iG9wXqU3rCTD395tp0uiTdPXtA.ttf\";}i:22;a:9:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRpygF7lA.ttf\";}i:23;a:9:{s:6:\"family\";s:6:\"Akshar\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:86:\"https://fonts.gstatic.com/s/akshar/v16/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSSgFy9CY94XsnPc.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/akshar/v16/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYFy9CY94XsnPc.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/akshar/v16/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSUQFy9CY94XsnPc.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/akshar/v16/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSagCy9CY94XsnPc.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/akshar/v16/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSZECy9CY94XsnPc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/akshar/v16/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYF-9GS8w.ttf\";}i:24;a:9:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/aladin/v25/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/aladin/v25/ZgNSjPJFPrvJV5fF6C38.ttf\";}i:25;a:9:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/alata/v11/PbytFmztEwbIofe6xKcRQEOX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/alata/v11/PbytFmztEwbIoce7zqM.ttf\";}i:26;a:9:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/alatsi/v13/TK3iWkUJAxQ2nLN2Hz8D.ttf\";}i:27;a:9:{s:6:\"family\";s:11:\"Albert Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5L_rI32TxAj1g.ttf\";i:200;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5P_rI32TxAj1g.ttf\";i:300;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSH9ZP_rI32TxAj1g.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_rI32TxAj1g.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHmZP_rI32TxAj1g.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_rI32TxAj1g.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_rI32TxAj1g.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5T_rI32TxAj1g.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHApT_rI32TxAj1g.ttf\";s:9:\"100italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX7ofybRUz1r5t.ttf\";s:9:\"200italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX74fybRUz1r5t.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9BJ74fybRUz1r5t.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX74fybRUz1r5t.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Al74fybRUz1r5t.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/albertsans/v3/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9C-6IfybRUz1r5t.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5PPrYfy.ttf\";}i:28;a:9:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/aldrich/v22/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/aldrich/v22/MCoTzAn-1s3IGyJMVaEY2g.ttf\";}i:29;a:9:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/alef/v23/FeVfS0NQpLYgrjJbC5FxxbU.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/alef/v23/FeVQS0NQpLYglo50L5la2bxii28.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/alef/v23/FeVfS0NQpLYgnjNRDw.ttf\";}i:30;a:9:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v38\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hUI_KCisSGVrw.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGxBUI_KCisSGVrw.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGKBII_KCisSGVrw.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGERII_KCisSGVrw.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGdhII_KCisSGVrw.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGXxII_KCisSGVrw.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/alegreya/v38/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbgv6qmkySFr9V9.ttf\";s:9:\"500italic\";s:93:\"https://fonts.gstatic.com/s/alegreya/v38/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbSv6qmkySFr9V9.ttf\";s:9:\"600italic\";s:93:\"https://fonts.gstatic.com/s/alegreya/v38/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlY-uKqmkySFr9V9.ttf\";s:9:\"700italic\";s:93:\"https://fonts.gstatic.com/s/alegreya/v38/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlYHuKqmkySFr9V9.ttf\";s:9:\"800italic\";s:93:\"https://fonts.gstatic.com/s/alegreya/v38/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZguKqmkySFr9V9.ttf\";s:9:\"900italic\";s:93:\"https://fonts.gstatic.com/s/alegreya/v38/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZJuKqmkySFr9V9.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/alegreya/v38/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hU4_aqm.ttf\";}i:31;a:9:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf\";s:9:\"900italic\";s:86:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-Z6p2ZU.ttf\";}i:32;a:9:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:100;s:87:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf\";s:9:\"100italic\";s:89:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf\";s:9:\"300italic\";s:91:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf\";s:6:\"italic\";s:87:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf\";s:9:\"500italic\";s:91:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf\";s:9:\"800italic\";s:91:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf\";s:9:\"900italic\";s:91:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/alegreyasans/v25/5aUz9_-1phKLFgshYDvh6Vwt7VxtuA.ttf\";}i:33;a:9:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:100;s:93:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf\";s:9:\"100italic\";s:95:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf\";i:300;s:94:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf\";s:9:\"300italic\";s:97:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf\";s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf\";s:9:\"500italic\";s:97:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf\";s:9:\"700italic\";s:97:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf\";s:9:\"800italic\";s:97:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf\";i:900;s:94:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf\";s:9:\"900italic\";s:97:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bk9l8g.ttf\";}i:34;a:9:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KJ3G2P9HI4qCBtJ.ttf\";i:200;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KL3GmP9HI4qCBtJ.ttf\";i:300;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KIpGmP9HI4qCBtJ.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GmP9HI4qCBtJ.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KJFGmP9HI4qCBtJ.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KKpHWP9HI4qCBtJ.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KKQHWP9HI4qCBtJ.ttf\";i:800;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KL3HWP9HI4qCBtJ.ttf\";i:900;s:81:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KLeHWP9HI4qCBtJ.ttf\";s:9:\"100italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WYu_FooIDQtJbok.ttf\";s:9:\"200italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WQu-FooIDQtJbok.ttf\";s:9:\"300italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WdW-FooIDQtJbok.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WYu-FooIDQtJbok.ttf\";s:9:\"500italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_Wbm-FooIDQtJbok.ttf\";s:9:\"600italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WVW5FooIDQtJbok.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WWy5FooIDQtJbok.ttf\";s:9:\"800italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WQu5FooIDQtJbok.ttf\";s:9:\"900italic\";s:84:\"https://fonts.gstatic.com/s/aleo/v15/c4m81nF8G8_swAjT3z2dShrG-7e_WSK5FooIDQtJbok.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/aleo/v15/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GlP8Foo.ttf\";}i:35;a:9:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EhUPz6A.ttf\";}i:36;a:9:{s:6:\"family\";s:10:\"Alexandria\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf\";i:200;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf\";i:300;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf\";i:900;s:94:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/alexandria/v5/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TpbGFps.ttf\";}i:37;a:9:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/alfaslabone/v20/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/alfaslabone/v20/6NUQ8FmMKwSEKjnm5-4v-4Jh2dRhfg.ttf\";}i:38;a:9:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6FcJpA_chzJ0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcIrgs.ttf\";}i:39;a:9:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/alike/v21/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/alike/v21/HI_EiYEYI6BIoHjAQ5E.ttf\";}i:40;a:9:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/alikeangular/v26/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/alikeangular/v26/3qTrojWunjGQtEBlIcwMbSoI7kIwaA.ttf\";}i:41;a:9:{s:6:\"family\";s:8:\"Alkalami\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/alkalami/v7/zOL_4pfDmqRL95WXi5eLw8BMuvhH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/alkalami/v7/zOL_4pfDmqRL95WXi6eKycQ.ttf\";}i:42;a:9:{s:6:\"family\";s:7:\"Alkatra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:7:\"bengali\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:5:\"oriya\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/alkatra/v4/r05EGLZA5qhCYsyJbuChFuK48Medzngmu7cPrNDVemxE.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/alkatra/v4/r05EGLZA5qhCYsyJbuChFuK48MedzngUu7cPrNDVemxE.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/alkatra/v4/r05EGLZA5qhCYsyJbuChFuK48Medznj4vLcPrNDVemxE.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/alkatra/v4/r05EGLZA5qhCYsyJbuChFuK48MedznjBvLcPrNDVemxE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/alkatra/v4/r05EGLZA5qhCYsyJbuChFuK48Medzngmu4cOptQ.ttf\";}i:43;a:9:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/allan/v25/ea8XadU7WuTxEtb2P9SF8nZE.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/allan/v25/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/allan/v25/ea8XadU7WuTxEub3NdA.ttf\";}i:44;a:9:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940YnAXTQ.ttf\";}i:45;a:9:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/allertastencil/v23/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/allertastencil/v23/HTx0L209KT-LmIE9N7OR6eiycOe1-jbz.ttf\";}i:46;a:9:{s:6:\"family\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/allison/v12/X7nl4b88AP2nkbvZOCaQ4MTgAgk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/allison/v12/X7nl4b88AP2nkbvZCCea5A.ttf\";}i:47;a:9:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/allura/v23/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/allura/v23/9oRPNYsQpS4zjuA_jQgT.ttf\";}i:48;a:9:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{i:300;s:75:\"https://fonts.gstatic.com/s/almarai/v19/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/almarai/v19/tsstApxBaigK_hnnc1qPonC3vqc.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/almarai/v19/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/almarai/v19/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/almarai/v19/tsstApxBaigK_hnnQ1uFpg.ttf\";}i:49;a:9:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/almendra/v27/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/almendra/v27/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/almendra/v27/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/almendra/v27/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/almendra/v27/H4ckBXKAlMnTn0CskxY7yLs.ttf\";}i:50;a:9:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/almendradisplay/v32/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/almendradisplay/v32/0FlPVOGWl1Sb4O3tETtADHRRlZhzbS7USw.ttf\";}i:51;a:9:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/almendrasc/v30/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/almendrasc/v30/Iure6Yx284eebowr7hbyTaZIrLE.ttf\";}i:52;a:9:{s:6:\"family\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:18:{i:100;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO5QqFsJ3C8qng.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uO9QqFsJ3C8qng.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Zu9QqFsJ3C8qng.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9QqFsJ3C8qng.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Cu9QqFsJ3C8qng.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd95uhQqFsJ3C8qng.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd93-hQqFsJ3C8qng.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uOhQqFsJ3C8qng.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9kehQqFsJ3C8qng.ttf\";s:9:\"100italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky46lEN_io6npfB.ttf\";s:9:\"200italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw461EN_io6npfB.ttf\";s:9:\"300italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky461EN_io6npfB.ttf\";s:9:\"500italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KyK61EN_io6npfB.ttf\";s:9:\"600italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf\";s:9:\"700italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf\";s:9:\"800italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf\";s:9:\"900italic\";s:99:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/alumnisans/v20/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9gqVEN.ttf\";}i:53;a:9:{s:6:\"family\";s:26:\"Alumni Sans Collegiate One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/alumnisanscollegiateone/v6/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhjdayDiPw2ta.ttf\";s:6:\"italic\";s:114:\"https://fonts.gstatic.com/s/alumnisanscollegiateone/v6/MQpD-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdYwjytxntaDFU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/alumnisanscollegiateone/v6/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdbwjw.ttf\";}i:54;a:9:{s:6:\"family\";s:22:\"Alumni Sans Inline One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/alumnisansinlineone/v6/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpD3AZcr7xbYw.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/alumnisansinlineone/v6/RrQDbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ITdpz0fYxcrQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/alumnisansinlineone/v6/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ETdg.ttf\";}i:55;a:9:{s:6:\"family\";s:21:\"Alumni Sans Pinstripe\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/alumnisanspinstripe/v7/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObhezYrVIpcDA5w.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/alumnisanspinstripe/v7/ZgNDjOFFPq_AUJD1umyS30W-Xub8zD1ObheDYL9Mh8XQ5_cY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/alumnisanspinstripe/v7/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObheDY79M.ttf\";}i:56;a:9:{s:6:\"family\";s:14:\"Alumni Sans SC\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIteaLxWgMKfbBlLNQ.ttf\";i:200;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIte6L1WgMKfbBlLNQ.ttf\";i:300;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIteNr1WgMKfbBlLNQ.ttf\";s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIteaL1WgMKfbBlLNQ.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIteWr1WgMKfbBlLNQ.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdItetrpWgMKfbBlLNQ.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdItej7pWgMKfbBlLNQ.ttf\";i:800;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIte6LpWgMKfbBlLNQ.ttf\";i:900;s:102:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdItewbpWgMKfbBlLNQ.ttf\";s:9:\"100italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP6-wsibThxbNRJQ.ttf\";s:9:\"200italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP4-w8ibThxbNRJQ.ttf\";s:9:\"300italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP7gw8ibThxbNRJQ.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP6-w8ibThxbNRJQ.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP6Mw8ibThxbNRJQ.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP5gxMibThxbNRJQ.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP5ZxMibThxbNRJQ.ttf\";s:9:\"800italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP4-xMibThxbNRJQ.ttf\";s:9:\"900italic\";s:104:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GdYaxzVjArrOeNFYbCvkZ8C0UB-pPxss6d2oxLoP4XxMibThxbNRJQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/alumnisanssc/v2/Y4GfYaxzVjArrOeNFYbCvkZ8C28IyGwp26UHdIteaL1mgcib.ttf\";}i:57;a:9:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/amarante/v29/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/amarante/v29/xMQXuF1KTa6EvGx9bp-2AX4.ttf\";}i:58;a:9:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zPnCF9GqwnzW.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/amaranth/v18/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/amaranth/v18/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zMnDHdU.ttf\";}i:59;a:9:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/amaticsc/v27/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/amaticsc/v27/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/amaticsc/v27/TUZyzwprpvBS1izr_vOEDOSa.ttf\";}i:60;a:9:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfW4GT-G.ttf\";}i:61;a:9:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/amiko/v14/WwkQxPq1DFK04tqlc17MMZgJ.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/amiko/v14/WwkQxPq1DFK04uqkeVo.ttf\";}i:62;a:9:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/amiri/v30/J7aRnpd8CGxBHqUpvrIw74NL.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/amiri/v30/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/amiri/v30/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf\";s:9:\"700italic\";s:73:\"https://fonts.gstatic.com/s/amiri/v30/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/amiri/v30/J7aRnpd8CGxBHpUotLY.ttf\";}i:63;a:9:{s:6:\"family\";s:11:\"Amiri Quran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/amiriquran/v19/_Xmo-Hk0rD6DbUL4_vH8Zq5t7Cycsu-2.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/amiriquran/v19/_Xmo-Hk0rD6DbUL4_vH8Zp5s5ig.ttf\";}i:64;a:9:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/amita/v19/HhyaU5si9Om7PQlvAfSKEZZL.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/amita/v19/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/amita/v19/HhyaU5si9Om7PTluC_A.ttf\";}i:65;a:9:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/anaheim/v16/8vIX7w042Wp87g4Gy0_24JbCiPrl-h5sLqrFIkJQb7zU.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/anaheim/v16/8vIX7w042Wp87g4Gy0_24JbCiPrl-h5eLqrFIkJQb7zU.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/anaheim/v16/8vIX7w042Wp87g4Gy0_24JbCiPrl-h6yKarFIkJQb7zU.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/anaheim/v16/8vIX7w042Wp87g4Gy0_24JbCiPrl-h6LKarFIkJQb7zU.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/anaheim/v16/8vIX7w042Wp87g4Gy0_24JbCiPrl-h7sKarFIkJQb7zU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/anaheim/v16/8vIX7w042Wp87g4Gy0_24JbCiPrl-h5sLprEKEY.ttf\";}i:66;a:9:{s:6:\"family\";s:12:\"Ancizar Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:18:{i:100;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMyzipBpIu30AZbUY.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMy7ioBpIu30AZbUY.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMy2aoBpIu30AZbUY.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMyzioBpIu30AZbUY.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMywqoBpIu30AZbUY.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMy-avBpIu30AZbUY.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMy9-vBpIu30AZbUY.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMy7ivBpIu30AZbUY.ttf\";i:900;s:98:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMy5GvBpIu30AZbUY.ttf\";s:9:\"100italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDr7tAk22IcfUZgBQ.ttf\";s:9:\"200italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDrbtEk22IcfUZgBQ.ttf\";s:9:\"300italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDrsNEk22IcfUZgBQ.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDr7tEk22IcfUZgBQ.ttf\";s:9:\"500italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDr3NEk22IcfUZgBQ.ttf\";s:9:\"600italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDrMNYk22IcfUZgBQ.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDrCdYk22IcfUZgBQ.ttf\";s:9:\"800italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDrbtYk22IcfUZgBQ.ttf\";s:9:\"900italic\";s:101:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC11PYtHY2vX3wj8IbE7Pxe8VRLOpqx1999L3vDrR9Yk22IcfUZgBQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/ancizarsans/v7/fC1zPYtHY2vX3wj8IbE7PxeWXCAxfsUebXFMyzioNpMk2w.ttf\";}i:67;a:9:{s:6:\"family\";s:13:\"Ancizar Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:14:{i:300;s:100:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN2H_fAQtYfaQ_ao.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN3Z_fAQtYfaQ_ao.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN3r_fAQtYfaQ_ao.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN0H-vAQtYfaQ_ao.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN0--vAQtYfaQ_ao.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN1Z-vAQtYfaQ_ao.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN1w-vAQtYfaQ_ao.ttf\";s:9:\"300italic\";s:103:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_nRfmxrmD9dEi_Qbtf91W17vrhxXPXDxqnV8gRvkZTv4P4Ruao7Y0.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_nRfmxrmD9dEi_Qbtf91W17vrhxXPXDxqnV8gRvhhTv4P4Ruao7Y0.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_nRfmxrmD9dEi_Qbtf91W17vrhxXPXDxqnV8gRvipTv4P4Ruao7Y0.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_nRfmxrmD9dEi_Qbtf91W17vrhxXPXDxqnV8gRvsZUv4P4Ruao7Y0.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_nRfmxrmD9dEi_Qbtf91W17vrhxXPXDxqnV8gRvv9Uv4P4Ruao7Y0.ttf\";s:9:\"800italic\";s:103:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_nRfmxrmD9dEi_Qbtf91W17vrhxXPXDxqnV8gRvphUv4P4Ruao7Y0.ttf\";s:9:\"900italic\";s:103:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_nRfmxrmD9dEi_Qbtf91W17vrhxXPXDxqnV8gRvrFUv4P4Ruao7Y0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/ancizarserif/v7/PN_lRfmxrmD9dEi_Qbtf91W1xPPTOqu-ZIAJUN3Z_cARv4M.ttf\";}i:68;a:9:{s:6:\"family\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/andadapro/v23/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBY8cFLzvIt2S.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/andadapro/v23/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DP7BY8cFLzvIt2S.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/andadapro/v23/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMXAo8cFLzvIt2S.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/andadapro/v23/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMuAo8cFLzvIt2S.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/andadapro/v23/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DNJAo8cFLzvIt2S.ttf\";s:6:\"italic\";s:97:\"https://fonts.gstatic.com/s/andadapro/v23/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRmdfHrjNJ82Stjw.ttf\";s:9:\"500italic\";s:97:\"https://fonts.gstatic.com/s/andadapro/v23/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRlVfHrjNJ82Stjw.ttf\";s:9:\"600italic\";s:97:\"https://fonts.gstatic.com/s/andadapro/v23/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRrlYHrjNJ82Stjw.ttf\";s:9:\"700italic\";s:97:\"https://fonts.gstatic.com/s/andadapro/v23/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRoBYHrjNJ82Stjw.ttf\";s:9:\"800italic\";s:97:\"https://fonts.gstatic.com/s/andadapro/v23/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRudYHrjNJ82Stjw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/andadapro/v23/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBb8dHrg.ttf\";}i:69;a:9:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/andika/v26/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/andika/v26/mem9Ya6iyW-Lwqgwb7YVeLkWVNBt.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/andika/v26/mem8Ya6iyW-Lwqg40ZM1UpcaXcl0Aw.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/andika/v26/mem6Ya6iyW-Lwqgwb46pV50ef8xkA76a.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/andika/v26/mem_Ya6iyW-LwqgwbLYV.ttf\";}i:70;a:9:{s:6:\"family\";s:11:\"Anek Bangla\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9YIocg56yyvt0.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9ZIocg56yyvt0.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfjFZIocg56yyvt0.ttf\";s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZIocg56yyvt0.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofl1ZIocg56yyvt0.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfrFeIocg56yyvt0.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfoheIocg56yyvt0.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9eIocg56yyvt0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/anekbangla/v15/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZEoYq4w.ttf\";}i:71;a:9:{s:6:\"family\";s:15:\"Anek Devanagari\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtk-9nFk0LjZ7E.ttf\";i:200;s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtku9nFk0LjZ7E.ttf\";i:300;s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLCzku9nFk0LjZ7E.ttf\";s:7:\"regular\";s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtku9nFk0LjZ7E.ttf\";i:500;s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDfku9nFk0LjZ7E.ttf\";i:600;s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAzle9nFk0LjZ7E.ttf\";i:700;s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAKle9nFk0LjZ7E.ttf\";i:800;s:123:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtle9nFk0LjZ7E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:118:\"https://fonts.gstatic.com/s/anekdevanagari/v16/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtkt9mHEk.ttf\";}i:72;a:9:{s:6:\"family\";s:13:\"Anek Gujarati\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5G7w0KgB7Lm7g.ttf\";i:200;s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5C7w0KgB7Lm7g.ttf\";i:300;s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0SZC7w0KgB7Lm7g.ttf\";s:7:\"regular\";s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5C7w0KgB7Lm7g.ttf\";i:500;s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0JZC7w0KgB7Lm7g.ttf\";i:600;s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0yZe7w0KgB7Lm7g.ttf\";i:700;s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-08Je7w0KgB7Lm7g.ttf\";i:800;s:119:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5e7w0KgB7Lm7g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:113:\"https://fonts.gstatic.com/s/anekgujarati/v16/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5CLwkik.ttf\";}i:73;a:9:{s:6:\"family\";s:13:\"Anek Gurmukhi\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:8:{i:100;s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5ppXK41H6DjbA.ttf\";i:200;s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95tpXK41H6DjbA.ttf\";i:300;s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbKZtpXK41H6DjbA.ttf\";s:7:\"regular\";s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tpXK41H6DjbA.ttf\";i:500;s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbRZtpXK41H6DjbA.ttf\";i:600;s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbqZxpXK41H6DjbA.ttf\";i:700;s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbkJxpXK41H6DjbA.ttf\";i:800;s:119:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95xpXK41H6DjbA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:113:\"https://fonts.gstatic.com/s/anekgurmukhi/v12/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tZXaQx.ttf\";}i:74;a:9:{s:6:\"family\";s:12:\"Anek Kannada\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEAukVReA1oef.ttf\";i:200;s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDEQukVReA1oef.ttf\";i:300;s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dEdEQukVReA1oef.ttf\";s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEQukVReA1oef.ttf\";i:500;s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFxEQukVReA1oef.ttf\";i:600;s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGdFgukVReA1oef.ttf\";i:700;s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGkFgukVReA1oef.ttf\";i:800;s:116:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDFgukVReA1oef.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/anekkannada/v14/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDETulXxM.ttf\";}i:75;a:9:{s:6:\"family\";s:10:\"Anek Latin\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{i:100;s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7EZKdClWL3kgw.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7AZKdClWL3kgw.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuGbAZKdClWL3kgw.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7AZKdClWL3kgw.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PudbAZKdClWL3kgw.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PumbcZKdClWL3kgw.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuoLcZKdClWL3kgw.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7cZKdClWL3kgw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/aneklatin/v10/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7ApKNqh.ttf\";}i:76;a:9:{s:6:\"family\";s:14:\"Anek Malayalam\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu_HMr5PDO71Qs.ttf\";i:200;s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu-HMr5PDO71Qs.ttf\";i:300;s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUcW-HMr5PDO71Qs.ttf\";s:7:\"regular\";s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-HMr5PDO71Qs.ttf\";i:500;s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUam-HMr5PDO71Qs.ttf\";i:600;s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUUW5HMr5PDO71Qs.ttf\";i:700;s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUXy5HMr5PDO71Qs.ttf\";i:800;s:121:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu5HMr5PDO71Qs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:116:\"https://fonts.gstatic.com/s/anekmalayalam/v17/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-LMvzOA.ttf\";}i:77;a:9:{s:6:\"family\";s:9:\"Anek Odia\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZf63mXZAtm_es.ttf\";i:200;s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZfq3mXZAtm_es.ttf\";i:300;s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnnHfq3mXZAtm_es.ttf\";s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfq3mXZAtm_es.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmrfq3mXZAtm_es.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnlHea3mXZAtm_es.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnl-ea3mXZAtm_es.ttf\";i:800;s:109:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZea3mXZAtm_es.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/anekodia/v16/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfp3nV5Q.ttf\";}i:78;a:9:{s:6:\"family\";s:10:\"Anek Tamil\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQiZ6q4v4oegjOQ.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwid6q4v4oegjOQ.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNHCd6q4v4oegjOQ.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQid6q4v4oegjOQ.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNcCd6q4v4oegjOQ.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNnCB6q4v4oegjOQ.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNpSB6q4v4oegjOQ.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwiB6q4v4oegjOQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/anektamil/v17/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQidKqoH8.ttf\";}i:79;a:9:{s:6:\"family\";s:11:\"Anek Telugu\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y-_oE2G2ep10_8.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136--oE2G2ep10_8.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i133G-oE2G2ep10_8.ttf\";s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--oE2G2ep10_8.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13x2-oE2G2ep10_8.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13_G5oE2G2ep10_8.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i138i5oE2G2ep10_8.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136-5oE2G2ep10_8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/anektelugu/v12/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--kEyM3Q.ttf\";}i:80;a:9:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/angkor/v34/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/angkor/v34/H4cmBXyAlsPdnlbO8yY6.ttf\";}i:81;a:9:{s:6:\"family\";s:13:\"Annapurna SIL\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/annapurnasil/v2/yYLv0hDY0f2iu9tPmRWtllid8NN9dZT_PZs.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/annapurnasil/v2/yYLy0hDY0f2iu9tPmRWtllidyG9SUZzUIZJ008A.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/annapurnasil/v2/yYLv0hDY0f2iu9tPmRWtllidwNJ3cQ.ttf\";}i:82;a:9:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/annieuseyourtelescope/v19/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/annieuseyourtelescope/v19/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGTlT3F.ttf\";}i:83;a:9:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf\";s:6:\"italic\";s:87:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pHl028A.ttf\";}i:84;a:9:{s:6:\"family\";s:4:\"Anta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:63:\"https://fonts.gstatic.com/s/anta/v1/gyBzhwQ3KsIyZFwxPFimIo0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:58:\"https://fonts.gstatic.com/s/anta/v1/gyBzhwQ3KsIyVF07OA.ttf\";}i:85;a:9:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRaZLodgzydtk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRZZKq9w.ttf\";}i:86;a:9:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDSqIEC.ttf\";}i:87;a:9:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IacNcWQ.ttf\";}i:88;a:9:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/anton/v26/1Ptgg87LROyAm0K08i4gS7lu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/anton/v26/1Ptgg87LROyAm3K1-Co.ttf\";}i:89;a:9:{s:6:\"family\";s:8:\"Anton SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/antonsc/v1/4UaBrEBBsgltGn71sxLmzanB44N1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/antonsc/v1/4UaBrEBBsgltGn71syLnx60.ttf\";}i:90;a:9:{s:6:\"family\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:100;s:88:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8BtIY2DwSXlM.ttf\";i:200;s:88:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVzx8RtIY2DwSXlM.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVwv8RtIY2DwSXlM.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8RtIY2DwSXlM.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxD8RtIY2DwSXlM.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyv9htIY2DwSXlM.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyW9htIY2DwSXlM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/antonio/v21/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8StJaWQ.ttf\";}i:91;a:9:{s:6:\"family\";s:7:\"Anuphan\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:100;s:87:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9A4kGmW927Gu.ttf\";i:200;s:87:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCmY9Q4kGmW927Gu.ttf\";i:300;s:87:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZClG9Q4kGmW927Gu.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9Q4kGmW927Gu.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkq9Q4kGmW927Gu.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCnG8g4kGmW927Gu.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCn_8g4kGmW927Gu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/anuphan/v5/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9T4lEGE.ttf\";}i:92;a:9:{s:6:\"family\";s:7:\"Anybody\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12HPrsXD_nBPpQ.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2DPrsXD_nBPpQ.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JiWDPrsXD_nBPpQ.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12DPrsXD_nBPpQ.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J5WDPrsXD_nBPpQ.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JCWfPrsXD_nBPpQ.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JMGfPrsXD_nBPpQ.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2fPrsXD_nBPpQ.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JfmfPrsXD_nBPpQ.ttf\";s:9:\"100italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7M_H3HVfpcHY.ttf\";s:9:\"200italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn7c_H3HVfpcHY.ttf\";s:9:\"300italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyN57c_H3HVfpcHY.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7c_H3HVfpcHY.ttf\";s:9:\"500italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMV7c_H3HVfpcHY.ttf\";s:9:\"600italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyP56s_H3HVfpcHY.ttf\";s:9:\"700italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyPA6s_H3HVfpcHY.ttf\";s:9:\"800italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn6s_H3HVfpcHY.ttf\";s:9:\"900italic\";s:108:\"https://fonts.gstatic.com/s/anybody/v12/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOO6s_H3HVfpcHY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/anybody/v12/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12D_r8_H.ttf\";}i:93;a:9:{s:6:\"family\";s:11:\"Aoboshi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/aoboshione/v12/Gg8xN5kXaAXtHQrFxwl10ysLBmZX_UEg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/aoboshione/v12/Gg8xN5kXaAXtHQrFxwl10xsKDGI.ttf\";}i:94;a:9:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/arapey/v17/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/arapey/v17/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/arapey/v17/-W__XJn-UDDA2RCKZtoY.ttf\";}i:95;a:9:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/arbutus/v29/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/arbutus/v29/NaPYcZ7dG_5J3pooX9Nnqw.ttf\";}i:96;a:9:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZlaqUZ.ttf\";}i:97;a:9:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/architectsdaughter/v19/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/architectsdaughter/v19/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvTY9g5g.ttf\";}i:98;a:9:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJp8B1oJ0vyVQ.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDNp8B1oJ0vyVQ.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTajNp8B1oJ0vyVQ.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp8B1oJ0vyVQ.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp8B1oJ0vyVQ.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp8B1oJ0vyVQ.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp8B1oJ0vyVQ.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDRp8B1oJ0vyVQ.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp8B1oJ0vyVQ.ttf\";s:9:\"100italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBshdsBU7iVdxQ.ttf\";s:9:\"200italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABsxdsBU7iVdxQ.ttf\";s:9:\"300italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HDfsxdsBU7iVdxQ.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsxdsBU7iVdxQ.ttf\";s:9:\"500italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCzsxdsBU7iVdxQ.ttf\";s:9:\"600italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBftBdsBU7iVdxQ.ttf\";s:9:\"700italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBmtBdsBU7iVdxQ.ttf\";s:9:\"800italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABtBdsBU7iVdxQ.ttf\";s:9:\"900italic\";s:108:\"https://fonts.gstatic.com/s/archivo/v24/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HAotBdsBU7iVdxQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/archivo/v24/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNZ8Rds.ttf\";}i:99;a:9:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/archivoblack/v22/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/archivoblack/v22/HTxqL289NzCGg4MzN6KJ7eW6CYqF-w.ttf\";}i:100;a:9:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKpHOtFCQ76Q.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvHlGKpHOtFCQ76Q.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhv8laKpHOtFCQ76Q.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvy1aKpHOtFCQ76Q.ttf\";s:6:\"italic\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJi53mpNiEr6T6Y.ttf\";s:9:\"500italic\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJQ53mpNiEr6T6Y.ttf\";s:9:\"600italic\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BK84HmpNiEr6T6Y.ttf\";s:9:\"700italic\";s:106:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BKF4HmpNiEr6T6Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/archivonarrow/v34/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFG6pXmp.ttf\";}i:101;a:9:{s:6:\"family\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/areyouserious/v13/ll8kK2GVSSr-PtjQ5nONVcNn4306hT9nCGRayg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/areyouserious/v13/ll8kK2GVSSr-PtjQ5nONVcNn430KhDVj.ttf\";}i:102;a:9:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/arefruqaa/v25/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/arefruqaa/v25/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/arefruqaa/v25/WwkbxPW1E165rajQKDulIIEoUA.ttf\";}i:103;a:10:{s:6:\"family\";s:14:\"Aref Ruqaa Ink\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/arefruqaaink/v11/1q2fY5WOGUFlt84GTOkP6Kdx72ThVIGpgnxL.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/arefruqaaink/v11/1q2cY5WOGUFlt84GTOkP6Kdx71xde6WhqWBCyxWn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/arefruqaaink/v11/1q2fY5WOGUFlt84GTOkP6Kdx71TgXoU.ttf\";s:17:\"colorCapabilities\";a:2:{i:0;s:6:\"COLRv1\";i:1;s:3:\"SVG\";}}i:104;a:9:{s:6:\"family\";s:5:\"Arima\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:9:\"malayalam\";i:5;s:5:\"tamil\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:100;s:83:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTE-pQGOyYw2fw.ttf\";i:200;s:83:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX14TA-pQGOyYw2fw.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1PzA-pQGOyYw2fw.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTA-pQGOyYw2fw.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1UzA-pQGOyYw2fw.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1vzc-pQGOyYw2fw.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1hjc-pQGOyYw2fw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/arima/v6/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTAOpAuK.ttf\";}i:105;a:9:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/arimo/v34/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBxDAVQI4aA.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/arimo/v34/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBxDAVQI4aA.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/arimo/v34/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBxDAVQI4aA.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/arimo/v34/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBxDAVQI4aA.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/arimo/v34/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrEdwcoaKww.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/arimo/v34/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrEdwcoaKww.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/arimo/v34/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrEdwcoaKww.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/arimo/v34/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrEdwcoaKww.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/arimo/v34/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcBhrE.ttf\";}i:106;a:9:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/arizonia/v22/neIIzCemt4A5qa7mv6WGHK06UY30.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/arizonia/v22/neIIzCemt4A5qa7mv5WHFqk.ttf\";}i:107;a:9:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/armata/v20/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/armata/v20/gokvH63_HV5jQ-ENlTRz.ttf\";}i:108;a:9:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/arsenal/v12/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/arsenal/v12/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/arsenal/v12/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D517cBQ.ttf\";}i:109;a:9:{s:6:\"family\";s:10:\"Arsenal SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3dlckLHea6e5BEtsfxiXNossybsHQI.ttf\";s:6:\"italic\";s:79:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3dnckLHea6e5BEtsfxibNgmtwTpDQIrGg.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3dmckLHea6e5BEtsfxiZGYDly7HAQsyA2Y.ttf\";s:9:\"700italic\";s:83:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3d4ckLHea6e5BEtsfxibNgeCyvNBSk3E2YljQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/arsenalsc/v1/x3dlckLHea6e5BEtsfxibNsmtw.ttf\";}i:110;a:9:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/artifika/v21/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/artifika/v21/VEMyRoxzronptCuxu5Ws7DQ.ttf\";}i:111;a:9:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/arvo/v23/tDbD2oWUg0MKmSAa7Lzr7vs.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/arvo/v23/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/arvo/v23/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf\";s:9:\"700italic\";s:71:\"https://fonts.gstatic.com/s/arvo/v23/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/arvo/v23/tDbD2oWUg0MKqSEQ6A.ttf\";}i:112;a:9:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/arya/v21/ga6CawNG-HJd9Ub1-beqdFE.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/arya/v21/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/arya/v21/ga6CawNG-HJdxUf__Q.ttf\";}i:113;a:9:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:18:{i:100;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqQsLmOXoA7Glw.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqUsLmOXoA7Glw.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYzKUsLmOXoA7Glw.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUsLmOXoA7Glw.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYoKUsLmOXoA7Glw.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYTKIsLmOXoA7Glw.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYdaIsLmOXoA7Glw.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqIsLmOXoA7Glw.ttf\";i:900;s:99:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYO6IsLmOXoA7Glw.ttf\";s:9:\"100italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmTggvWl0Qn.ttf\";s:9:\"200italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmTggvWl0Qn.ttf\";s:9:\"300italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmTggvWl0Qn.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmTggvWl0Qn.ttf\";s:9:\"500italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmTggvWl0Qn.ttf\";s:9:\"600italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammTggvWl0Qn.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammTggvWl0Qn.ttf\";s:9:\"800italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammTggvWl0Qn.ttf\";s:9:\"900italic\";s:101:\"https://fonts.gstatic.com/s/asap/v33/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammTggvWl0Qn.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/asap/v33/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUcL2mT.ttf\";}i:114;a:9:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:16:{i:200;s:90:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxieypY1o9NHyXh3WvSbGSggdO9DSWlEgGqgp-pO.ttf\";s:9:\"200italic\";s:93:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxiYypY1o9NHyXh3WvSbGSggdOeJUIFFim6CovpOkXA.ttf\";i:300;s:90:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxieypY1o9NHyXh3WvSbGSggdO8nSmlEgGqgp-pO.ttf\";s:9:\"300italic\";s:93:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxiYypY1o9NHyXh3WvSbGSggdOeJUOVGim6CovpOkXA.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf\";s:9:\"500italic\";s:93:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf\";i:600;s:90:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf\";s:9:\"600italic\";s:93:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf\";s:9:\"700italic\";s:93:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf\";i:800;s:90:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxieypY1o9NHyXh3WvSbGSggdO8rTmlEgGqgp-pO.ttf\";s:9:\"800italic\";s:93:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxiYypY1o9NHyXh3WvSbGSggdOeJUOlCim6CovpOkXA.ttf\";i:900;s:90:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxieypY1o9NHyXh3WvSbGSggdO8PT2lEgGqgp-pO.ttf\";s:9:\"900italic\";s:93:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxiYypY1o9NHyXh3WvSbGSggdOeJUM1Dim6CovpOkXA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/asapcondensed/v18/pxidypY1o9NHyXh3WvSbGSggdOeKaEk.ttf\";}i:115;a:9:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/asar/v23/sZlLdRyI6TBIXkYQDLlTW6E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/asar/v23/sZlLdRyI6TBIbkcaCA.ttf\";}i:116;a:9:{s:6:\"family\";s:9:\"Asimovian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/asimovian/v2/oY1c8evOub78P2XN94MXCv5xY4QBLw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/asimovian/v2/oY1c8evOub78P2XN94MnC_R1.ttf\";}i:117;a:9:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/asset/v29/SLXGc1na-mM4cWImRJqExst1.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/asset/v29/SLXGc1na-mM4cVInTp4.ttf\";}i:118;a:9:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:7:{i:200;s:93:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZnEGGf3qGuvM4.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtrhnEGGf3qGuvM4.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZgEGGf3qGuvM4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/assistant/v23/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGCV2g.ttf\";}i:119;a:9:{s:6:\"family\";s:9:\"Asta Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:91:\"https://fonts.gstatic.com/s/astasans/v2/XoH32Y74XaWovvhMb0c3tN_dRqdT9zveo6r_mVnvqYRoVr0.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/astasans/v2/XoH32Y74XaWovvhMb0c3tN_dRqdT9zveo_T_mVnvqYRoVr0.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/astasans/v2/XoH32Y74XaWovvhMb0c3tN_dRqdT9zveo8b_mVnvqYRoVr0.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/astasans/v2/XoH32Y74XaWovvhMb0c3tN_dRqdT9zveoyr4mVnvqYRoVr0.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/astasans/v2/XoH32Y74XaWovvhMb0c3tN_dRqdT9zveoxP4mVnvqYRoVr0.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/astasans/v2/XoH32Y74XaWovvhMb0c3tN_dRqdT9zveo3T4mVnvqYRoVr0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/astasans/v2/XoH32Y74XaWovvhMb0c3tN_dRqdT9zveo_T_qVjlrQ.ttf\";}i:120;a:9:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/astloch/v26/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjm90byA.ttf\";}i:121;a:9:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/asul/v22/VuJ-dNjKxYr46fMFXK78JIg.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/asul/v22/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/asul/v22/VuJ-dNjKxYr42fIPWA.ttf\";}i:122;a:9:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:6:{i:200;s:73:\"https://fonts.gstatic.com/s/athiti/v13/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/athiti/v13/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/athiti/v13/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/athiti/v13/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/athiti/v13/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/athiti/v13/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/athiti/v13/pe0vMISdLIZIv1wIDRJS.ttf\";}i:123;a:9:{s:6:\"family\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45GE5ZgpewSSbQ.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt43C1KxNDXMspQ1lPyU89-1h6ONRlW45G055ItWQGCbUWn.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8WbcNcy-OZFy-FA.ttf\";s:9:\"700italic\";s:109:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt93C1KxNDXMspQ1lPyU89-1h6ONRlW45G056qRdiWKRlmuFH24.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45G05JIt.ttf\";}i:124;a:9:{s:6:\"family\";s:26:\"Atkinson Hyperlegible Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:200;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZnNeiDSkb2qzelw.ttf\";i:300;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZQteiDSkb2qzelw.ttf\";s:7:\"regular\";s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZHNeiDSkb2qzelw.ttf\";i:500;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZLteiDSkb2qzelw.ttf\";i:600;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZwtCiDSkb2qzelw.ttf\";i:700;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZ-9CiDSkb2qzelw.ttf\";i:800;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZnNCiDSkb2qzelw.ttf\";s:9:\"200italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssPAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiwKonlKh6PW-UyGM1JTKTiMf-KnOlxYs.ttf\";s:9:\"300italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssPAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiwKonlKh6PW-UyGM1JQUTiMf-KnOlxYs.ttf\";s:6:\"italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssPAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiwKonlKh6PW-UyGM1JRKTiMf-KnOlxYs.ttf\";s:9:\"500italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssPAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiwKonlKh6PW-UyGM1JR4TiMf-KnOlxYs.ttf\";s:9:\"600italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssPAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiwKonlKh6PW-UyGM1JSUSSMf-KnOlxYs.ttf\";s:9:\"700italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssPAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiwKonlKh6PW-UyGM1JStSSMf-KnOlxYs.ttf\";s:9:\"800italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssPAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiwKonlKh6PW-UyGM1JTKSSMf-KnOlxYs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v7/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZHNeSDCMf.ttf\";}i:125;a:9:{s:6:\"family\";s:26:\"Atkinson Hyperlegible Next\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:200;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW3bLQhtNl93TwPEQ.ttf\";i:300;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW3srQhtNl93TwPEQ.ttf\";s:7:\"regular\";s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW37LQhtNl93TwPEQ.ttf\";i:500;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW33rQhtNl93TwPEQ.ttf\";i:600;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW3MrMhtNl93TwPEQ.ttf\";i:700;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW3C7MhtNl93TwPEQ.ttf\";i:800;s:130:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW3bLMhtNl93TwPEQ.ttf\";s:9:\"200italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP6cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGseiMhXSWUJ7iyGKiJPdJ99N5_zkfEYNP.ttf\";s:9:\"300italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP6cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGseiMhXSWUJ7iyGKiJPeX99N5_zkfEYNP.ttf\";s:6:\"italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP6cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGseiMhXSWUJ7iyGKiJPfJ99N5_zkfEYNP.ttf\";s:9:\"500italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP6cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGseiMhXSWUJ7iyGKiJPf799N5_zkfEYNP.ttf\";s:9:\"600italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP6cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGseiMhXSWUJ7iyGKiJPcX8NN5_zkfEYNP.ttf\";s:9:\"700italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP6cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGseiMhXSWUJ7iyGKiJPcu8NN5_zkfEYNP.ttf\";s:9:\"800italic\";s:132:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP6cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGseiMhXSWUJ7iyGKiJPdJ8NN5_zkfEYNP.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/atkinsonhyperlegiblenext/v6/NaP4cYPdHfdVxJw0IfIP0lvYFqijb-UxCtm5_wdGscKFt4tOOfV4ZmW37LQRtdN5.ttf\";}i:126;a:9:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:5:{i:300;s:68:\"https://fonts.gstatic.com/s/atma/v18/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf\";s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/atma/v18/uK_84rqWc-Eom25bDj8WIv4.ttf\";i:500;s:68:\"https://fonts.gstatic.com/s/atma/v18/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf\";i:600;s:68:\"https://fonts.gstatic.com/s/atma/v18/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/atma/v18/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/atma/v18/uK_84rqWc-Eoq29RCg.ttf\";}i:127;a:9:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/atomicage/v28/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/atomicage/v28/f0Xz0eug6sdmRFkYZZGL18Dn8Q.ttf\";}i:128;a:9:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7vugNsCxVEgA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7fuwlo.ttf\";}i:129;a:9:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/audiowide/v21/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/audiowide/v21/l7gdbjpo0cum0ckerWCdkA_L.ttf\";}i:130;a:9:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbo5hcUg.ttf\";}i:131;a:9:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/average/v18/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/average/v18/fC1hPYBHe23MxA7rEeN6UQ.ttf\";}i:132;a:9:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJ_BNCe.ttf\";}i:133;a:9:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZYmiDxw.ttf\";}i:134;a:9:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:6:{i:300;s:86:\"https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf\";s:9:\"300italic\";s:88:\"https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf\";s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/averialibre/v16/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjESA6nN.ttf\";}i:135;a:9:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:96:\"https://fonts.gstatic.com/s/averiasanslibre/v20/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf\";s:9:\"300italic\";s:99:\"https://fonts.gstatic.com/s/averiasanslibre/v20/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf\";s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/averiasanslibre/v20/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf\";s:6:\"italic\";s:95:\"https://fonts.gstatic.com/s/averiasanslibre/v20/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/averiasanslibre/v20/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf\";s:9:\"700italic\";s:99:\"https://fonts.gstatic.com/s/averiasanslibre/v20/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/averiasanslibre/v20/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEdVIEoc.ttf\";}i:136;a:9:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:99:\"https://fonts.gstatic.com/s/averiaseriflibre/v19/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf\";s:9:\"300italic\";s:101:\"https://fonts.gstatic.com/s/averiaseriflibre/v19/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf\";s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/averiaseriflibre/v19/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf\";s:6:\"italic\";s:97:\"https://fonts.gstatic.com/s/averiaseriflibre/v19/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/averiaseriflibre/v19/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/averiaseriflibre/v19/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/averiaseriflibre/v19/neIWzD2ms4wxr6GvjeD0X88SHPyX2xYOpAuK.ttf\";}i:137;a:9:{s:6:\"family\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPRh0raa-5s3AA.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPVh0raa-5s3AA.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh0raa-5s3AA.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh0raa-5s3AA.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfrvVh0raa-5s3AA.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfQvJh0raa-5s3AA.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh0raa-5s3AA.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPJh0raa-5s3AA.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfNfJh0raa-5s3AA.ttf\";s:9:\"100italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkLye2Z4nAN7J.ttf\";s:9:\"200italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJkbye2Z4nAN7J.ttf\";s:9:\"300italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLbXkbye2Z4nAN7J.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbye2Z4nAN7J.ttf\";s:9:\"500italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLa7kbye2Z4nAN7J.ttf\";s:9:\"600italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZXlrye2Z4nAN7J.ttf\";s:9:\"700italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulrye2Z4nAN7J.ttf\";s:9:\"800italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJlrye2Z4nAN7J.ttf\";s:9:\"900italic\";s:99:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYglrye2Z4nAN7J.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/azeretmono/v20/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVR07ye.ttf\";}i:138;a:9:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz32jm4GDigUXw.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/b612/v12/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/b612/v12/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf\";s:9:\"700italic\";s:71:\"https://fonts.gstatic.com/s/b612/v12/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz36jiyHA.ttf\";}i:139;a:9:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/b612mono/v15/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf\";s:6:\"italic\";s:77:\"https://fonts.gstatic.com/s/b612mono/v15/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/b612mono/v15/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf\";s:9:\"700italic\";s:81:\"https://fonts.gstatic.com/s/b612mono/v15/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/b612mono/v15/kmK_Zq85QVWbN1eW6lJV1g7Y.ttf\";}i:140;a:9:{s:6:\"family\";s:12:\"BIZ UDGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/bizudgothic/v12/daafSTouBF7RUjnbt8p3LuKttQN98z_MbQ.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/bizudgothic/v12/daaASTouBF7RUjnbt8p3LuKVCSxZ-xTQZMhbaA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/bizudgothic/v12/daafSTouBF7RUjnbt8p3LuKdtAl5.ttf\";}i:141;a:9:{s:6:\"family\";s:12:\"BIZ UDMincho\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/bizudmincho/v11/EJRRQgI6eOxFjBdKs38yhtW1dwT7rcpY8Q.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/bizudmincho/v11/EJROQgI6eOxFjBdKs38yhtWNyyvfpeFE-IyCrw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/bizudmincho/v11/EJRRQgI6eOxFjBdKs38yhtWFdg7_.ttf\";}i:142;a:9:{s:6:\"family\";s:13:\"BIZ UDPGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/bizudpgothic/v14/hES36X5pHAIBjmS84VL0Bue83nUMQWkMUAk.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/bizudpgothic/v14/hESq6X5pHAIBjmS84VL0Bue85skjZWEnTABCSQo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/bizudpgothic/v14/hES36X5pHAIBjmS84VL0Bue87nQGRQ.ttf\";}i:143;a:9:{s:6:\"family\";s:13:\"BIZ UDPMincho\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/bizudpmincho/v11/ypvfbXOBrmYppy7oWWTg1_58nhhYtUb0gZk.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/bizudpmincho/v11/ypvCbXOBrmYppy7oWWTg1_58pqR3kU7fnZAy57k.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/bizudpmincho/v11/ypvfbXOBrmYppy7oWWTg1_58rhlSsQ.ttf\";}i:144;a:9:{s:6:\"family\";s:10:\"Babylonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/babylonica/v6/5aUw9_i2qxWVCAE2aHjTqDJ0-VVMoEw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/babylonica/v6/5aUw9_i2qxWVCAE2aHjTmDN-_Q.ttf\";}i:145;a:9:{s:6:\"family\";s:16:\"Bacasime Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/bacasimeantique/v1/tDbX2pGXkFYEykldjZSrmI6T_XWZOwStSUrV_BE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/bacasimeantique/v1/tDbX2pGXkFYEykldjZSrmI6T_XWZCwWnTQ.ttf\";}i:146;a:9:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/badscript/v18/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/badscript/v18/6NUT8F6PJgbFWQn47_x7pO0kyQ.ttf\";}i:147;a:9:{s:6:\"family\";s:14:\"Badeen Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/badeendisplay/v1/pxidypY2sdZSjFU4cPmNBzckadeLYk1Mq3ap.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/badeendisplay/v1/pxidypY2sdZSjFU4cPmNBzckaeeKaEk.ttf\";}i:148;a:9:{s:6:\"family\";s:13:\"Bagel Fat One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/bagelfatone/v2/hYkPPucsQOr5dy02WmQr5Zkd0B5mvv0dSbM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/bagelfatone/v2/hYkPPucsQOr5dy02WmQr5Zkd4B9sug.ttf\";}i:149;a:9:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/bahiana/v24/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/bahiana/v24/uU9PCBUV4YenPWJU3xLR2g.ttf\";}i:150;a:9:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/bahianita/v22/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/bahianita/v22/yYLr0hTb3vuqqsBUgxWdxDHR.ttf\";}i:151;a:9:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:12:{i:200;s:86:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf\";s:9:\"200italic\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf\";s:9:\"300italic\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf\";s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf\";s:9:\"500italic\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf\";s:9:\"600italic\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/baijamjuree/v12/LDI1apSCOBt_aeQQ7ftydoa8WMLO.ttf\";}i:152;a:9:{s:6:\"family\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/bakbakone/v10/zOL54pXAl6RI-p_ardnuycRuv-hHkOs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/bakbakone/v10/zOL54pXAl6RI-p_ardnu-cVkuw.ttf\";}i:153;a:9:{s:6:\"family\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/ballet/v29/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3C4G-EiAou6Y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/ballet/v29/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3O4C0Fg.ttf\";}i:154;a:9:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/baloo2/v22/wXK0E3kTposypRydzVT08TS3JnAmtdgazapv9Fat7WcN.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/baloo2/v22/wXK0E3kTposypRydzVT08TS3JnAmtdgozapv9Fat7WcN.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/baloo2/v22/wXK0E3kTposypRydzVT08TS3JnAmtdjEyqpv9Fat7WcN.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/baloo2/v22/wXK0E3kTposypRydzVT08TS3JnAmtdj9yqpv9Fat7WcN.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/baloo2/v22/wXK0E3kTposypRydzVT08TS3JnAmtdiayqpv9Fat7WcN.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/baloo2/v22/wXK0E3kTposypRydzVT08TS3JnAmtdgazZpu_lI.ttf\";}i:155;a:9:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/baloobhai2/v29/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighMXeCo-jsZzo.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/baloobhai2/v29/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNhohMXeCo-jsZzo.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/baloobhai2/v29/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNvYmMXeCo-jsZzo.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/baloobhai2/v29/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNs8mMXeCo-jsZzo.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/baloobhai2/v29/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNqgmMXeCo-jsZzo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/baloobhai2/v29/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighAXaIpw.ttf\";}i:156;a:9:{s:6:\"family\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/baloobhaijaan2/v20/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSqP4L4ppfcyC.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/baloobhaijaan2/v20/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyjSqP4L4ppfcyC.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/baloobhaijaan2/v20/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TxPTaP4L4ppfcyC.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/baloobhaijaan2/v20/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8Tx2TaP4L4ppfcyC.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/baloobhaijaan2/v20/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TwRTaP4L4ppfcyC.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/baloobhaijaan2/v20/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSpP5JY4.ttf\";}i:157;a:9:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/baloobhaina2/v29/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPvRfRLYWmZSA.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/baloobhaina2/v29/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEgMPvRfRLYWmZSA.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/baloobhaina2/v29/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEbMTvRfRLYWmZSA.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/baloobhaina2/v29/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEVcTvRfRLYWmZSA.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/baloobhaina2/v29/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEMsTvRfRLYWmZSA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/baloobhaina2/v29/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPfRP5P.ttf\";}i:158;a:9:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/baloochettan2/v22/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTO1oeH9xI2gc.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/baloochettan2/v22/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CdCTO1oeH9xI2gc.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/baloochettan2/v22/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CTyUO1oeH9xI2gc.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/baloochettan2/v22/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CQWUO1oeH9xI2gc.ttf\";i:800;s:105:\"https://fonts.gstatic.com/s/baloochettan2/v22/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CWKUO1oeH9xI2gc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/baloochettan2/v22/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTC1sUGw.ttf\";}i:159;a:9:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/balooda2/v25/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsTNe55aRa7UE.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/balooda2/v25/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjA5sTNe55aRa7UE.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/balooda2/v25/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDVtjNe55aRa7UE.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/balooda2/v25/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDstjNe55aRa7UE.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/balooda2/v25/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjCLtjNe55aRa7UE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/balooda2/v25/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsQNf7ZI.ttf\";}i:160;a:9:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/baloopaaji2/v28/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX74fybRUz1r5t.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/baloopaaji2/v28/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Al74fybRUz1r5t.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/baloopaaji2/v28/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/baloopaaji2/v28/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/baloopaaji2/v28/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/baloopaaji2/v28/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX77fzZxE.ttf\";}i:161;a:9:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/balootamma2/v19/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPp-0IF71SGC5.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/balootamma2/v19/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMsuPp-0IF71SGC5.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/balootamma2/v19/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMvCOZ-0IF71SGC5.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/balootamma2/v19/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMv7OZ-0IF71SGC5.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/balootamma2/v19/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMucOZ-0IF71SGC5.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/balootamma2/v19/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPq-1Klo.ttf\";}i:162;a:9:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/balootammudu2/v26/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e4c6PZSlGmAA.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/balootammudu2/v26/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jc0e4c6PZSlGmAA.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/balootammudu2/v26/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JSEZ4c6PZSlGmAA.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/balootammudu2/v26/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JRgZ4c6PZSlGmAA.ttf\";i:800;s:105:\"https://fonts.gstatic.com/s/balootammudu2/v26/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JX8Z4c6PZSlGmAA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/balootammudu2/v26/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e0c-FYQ.ttf\";}i:163;a:9:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/baloothambi2/v21/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIzaQRG_n4osQ.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/baloothambi2/v21/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbK_8IzaQRG_n4osQ.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/baloothambi2/v21/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKE8UzaQRG_n4osQ.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/baloothambi2/v21/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKKsUzaQRG_n4osQ.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/baloothambi2/v21/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKTcUzaQRG_n4osQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/baloothambi2/v21/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIDaA5C.ttf\";}i:164;a:9:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sEzZiAbNrN8SB3lQQX7Pnc8dkdIYdNHzs.ttf\";s:6:\"italic\";s:87:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sazZiAbNrN8SB3lQQX7PncwdsXJaVIDzvcXA.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sZzZiAbNrN8SB3lQQX7PncyWUyBY9mAzLFRQI.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sfzZiAbNrN8SB3lQQX7PncwdsvmYpsBxDAVQI4aA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/balsamiqsans/v14/P5sEzZiAbNrN8SB3lQQX7PncwdgXJQ.ttf\";}i:165;a:9:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEfyB7s.ttf\";}i:166;a:9:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACL5la2bxii28.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACH5hQ3Q.ttf\";}i:167;a:9:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:71:\"https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf\";s:9:\"100italic\";s:74:\"https://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf\";i:200;s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf\";s:9:\"200italic\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf\";s:9:\"300italic\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf\";s:9:\"500italic\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf\";s:9:\"600italic\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf\";i:800;s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf\";s:9:\"800italic\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf\";i:900;s:73:\"https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf\";s:9:\"900italic\";s:75:\"https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Css8.ttf\";}i:168;a:9:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:94:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf\";s:9:\"100italic\";s:96:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf\";i:200;s:95:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf\";s:9:\"200italic\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf\";i:300;s:95:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf\";s:6:\"italic\";s:94:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf\";i:500;s:95:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf\";i:600;s:95:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf\";i:800;s:95:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf\";i:900;s:95:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xfT3w.ttf\";}i:169;a:9:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:104:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf\";s:9:\"100italic\";s:107:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf\";s:9:\"200italic\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf\";s:9:\"300italic\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf\";s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf\";s:9:\"500italic\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf\";s:9:\"600italic\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf\";s:9:\"700italic\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf\";s:9:\"800italic\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf\";s:9:\"900italic\";s:108:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfoqv.ttf\";}i:170;a:9:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_GdQoZw.ttf\";}i:171;a:9:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDi0dAwl.ttf\";}i:172;a:9:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKQN34lDVyR7D.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKTN26FQ.ttf\";}i:173;a:9:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Br0yU4l_XOrogbkun3kQ6vLFYXmpq8sRsYuDrugOydR1FLkw.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Br0yU4l_XOrogbkun3kQ6vLFYXmpq8sRsYtLrugOydR1FLkw.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Br0yU4l_XOrogbkun3kQ6vLFYXmpq8sRsYj7sugOydR1FLkw.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Br0yU4l_XOrogbkun3kQ6vLFYXmpq8sRsYgfsugOydR1FLkw.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Hr0yU4l_XOrogbkun3kQQtYOnhgMBaGprdyioUkC4cT9APkyagA.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Hr0yU4l_XOrogbkun3kQQtYOnhgMBaGprdyioYEC4cT9APkyagA.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Hr0yU4l_XOrogbkun3kQQtYOnhgMBaGprdyiojEe4cT9APkyagA.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Hr0yU4l_XOrogbkun3kQQtYOnhgMBaGprdyiotUe4cT9APkyagA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/baskervville/v19/YA9Br0yU4l_XOrogbkun3kQ6vLFYXmpq8sRsYuDrigK4cQ.ttf\";}i:174;a:9:{s:6:\"family\";s:15:\"Baskervville SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:4:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/baskervvillesc/v3/X7ny4bc_DeKlh6bBbk_WiKnBSUvL5HaHbrgS1MXKHjziXM3kPWntDsg.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/baskervvillesc/v3/X7ny4bc_DeKlh6bBbk_WiKnBSUvL5HaHbrgS1MXKHg7iXM3kPWntDsg.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/baskervvillesc/v3/X7ny4bc_DeKlh6bBbk_WiKnBSUvL5HaHbrgS1MXKHuLlXM3kPWntDsg.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/baskervvillesc/v3/X7ny4bc_DeKlh6bBbk_WiKnBSUvL5HaHbrgS1MXKHtvlXM3kPWntDsg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/baskervvillesc/v3/X7ny4bc_DeKlh6bBbk_WiKnBSUvL5HaHbrgS1MXKHjzibMzuOQ.ttf\";}i:175;a:9:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:100;s:81:\"https://fonts.gstatic.com/s/battambang/v25/uk-kEGe7raEw-HjkzZabNhGp5w50_o9T7Q.ttf\";i:300;s:82:\"https://fonts.gstatic.com/s/battambang/v25/uk-lEGe7raEw-HjkzZabNtmLxyRa8oZK9I0.ttf\";s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/battambang/v25/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf\";i:700;s:82:\"https://fonts.gstatic.com/s/battambang/v25/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf\";i:900;s:82:\"https://fonts.gstatic.com/s/battambang/v25/uk-lEGe7raEw-HjkzZabNvGOxyRa8oZK9I0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/battambang/v25/uk-mEGe7raEw-HjkzZabPnSp5w.ttf\";}i:176;a:9:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3Qfpd_s4bg.ttf\";}i:177;a:9:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/bayon/v35/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/bayon/v35/9XUrlJNmn0LPFm-oMBI.ttf\";}i:178;a:9:{s:6:\"family\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:88:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HRUBX8YYbAiah8.ttf\";s:9:\"100italic\";s:91:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVLSTAyLFyeg_IDWvOJmVES_HwyPRsSZZIneh-waA.ttf\";i:200;s:89:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HT4JF8yT7wrcwap.ttf\";s:9:\"200italic\";s:92:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPbczRbgJdhapcUU.ttf\";i:300;s:89:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ18yT7wrcwap.ttf\";s:9:\"300italic\";s:92:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPdMwRbgJdhapcUU.ttf\";s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf\";s:6:\"italic\";s:88:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HwyBX8YYbAiah8.ttf\";i:500;s:89:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf\";s:9:\"500italic\";s:92:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRbgJdhapcUU.ttf\";i:600;s:89:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIV8yT7wrcwap.ttf\";s:9:\"600italic\";s:92:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPac2RbgJdhapcUU.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF8yT7wrcwap.ttf\";s:9:\"700italic\";s:92:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3RbgJdhapcUU.ttf\";i:800;s:89:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSQI18yT7wrcwap.ttf\";s:9:\"800italic\";s:92:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPd80RbgJdhapcUU.ttf\";i:900;s:89:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HS0Il8yT7wrcwap.ttf\";s:9:\"900italic\";s:92:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPfs1RbgJdhapcUU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_HwxBX8.ttf\";}i:179;a:9:{s:6:\"family\";s:11:\"Beau Rivage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUlmg3NZp8K2sL.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUllg2P54.ttf\";}i:180;a:9:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/bebasneue/v15/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/bebasneue/v15/JTUSjIg69CK48gW7PXoo9W9hzg.ttf\";}i:181;a:9:{s:6:\"family\";s:7:\"Beiruti\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:200;s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Y95wujgWg2SGdV.ttf\";i:300;s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9bj5wujgWg2SGdV.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9a95wujgWg2SGdV.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9aP5wujgWg2SGdV.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Zj4AujgWg2SGdV.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Za4AujgWg2SGdV.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9Y94AujgWg2SGdV.ttf\";i:900;s:87:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9YU4AujgWg2SGdV.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/beiruti/v4/JTUIjIU69Cmr9FGcYgRFEb7cdQn2-9a95zuii2w.ttf\";}i:182;a:9:{s:6:\"family\";s:10:\"Belanosima\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/belanosima/v4/3y9k6bI8ejDo_3MfCDSLxABbF3JBg54.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/belanosima/v4/3y9n6bI8ejDo_3MfCDSL_Nh1M3pqn5cdJ-4.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/belanosima/v4/3y9n6bI8ejDo_3MfCDSL_Lx0M3pqn5cdJ-4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/belanosima/v4/3y9k6bI8ejDo_3MfCDSL9AFREw.ttf\";}i:183;a:9:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZfMEgL0.ttf\";}i:184;a:9:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG1N_voy.ttf\";}i:185;a:9:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4Bhcf4bw.ttf\";}i:186;a:9:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:6:{i:300;s:75:\"https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAID55kGMViblPtXs.ttf\";s:9:\"300italic\";s:78:\"https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjHGEfjZtKpXulTQ.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/bellota/v16/MwQ0bhXl3_qEpiwAKJBbsEk7hbBWrA.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAIC5-kGMViblPtXs.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjDGYfjZtKpXulTQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAKJNbsA.ttf\";}i:187;a:9:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:86:\"https://fonts.gstatic.com/s/bellotatext/v19/0FlMVP2VnlWS4f3-UE9hHXM5VfsqfQXwQy6yxg.ttf\";s:9:\"300italic\";s:88:\"https://fonts.gstatic.com/s/bellotatext/v19/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_0YSuixmYK.ttf\";s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/bellotatext/v19/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/bellotatext/v19/0FlNVP2VnlWS4f3-UE9hHXMx-9kKVyv8Sjer.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/bellotatext/v19/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQXwQy6yxg.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/bellotatext/v19/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0YSuixmYK.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/bellotatext/v19/0FlTVP2VnlWS4f3-UE9hHXMx-NkK.ttf\";}i:188;a:9:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:80:\"https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf\";s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosbVslx.ttf\";}i:189;a:9:{s:6:\"family\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/benne/v23/L0xzDFAhn18E6Vjxlt6qTDBN.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/benne/v23/L0xzDFAhn18E6WjwnNo.ttf\";}i:190;a:9:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/bentham/v19/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/bentham/v19/VdGeAZQPEpYfmHglGW0xDA.ttf\";}i:191;a:9:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/berkshireswash/v21/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/berkshireswash/v21/ptRRTi-cavZOGqCvnNJDl5m5XmN_rM42.ttf\";}i:192;a:9:{s:6:\"family\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/besley/v21/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBSdRoFPOl8-E.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/besley/v21/PlIhFlO1MaNwaNGWUC92IOH_mtG4fYTBSdRoFPOl8-E.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/besley/v21/PlIhFlO1MaNwaNGWUC92IOH_mtG4fWjGSdRoFPOl8-E.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/besley/v21/PlIhFlO1MaNwaNGWUC92IOH_mtG4fVHGSdRoFPOl8-E.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/besley/v21/PlIhFlO1MaNwaNGWUC92IOH_mtG4fTbGSdRoFPOl8-E.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/besley/v21/PlIhFlO1MaNwaNGWUC92IOH_mtG4fR_GSdRoFPOl8-E.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/besley/v21/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CoZdiENGg4-E04A.ttf\";s:9:\"500italic\";s:89:\"https://fonts.gstatic.com/s/besley/v21/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Ck5diENGg4-E04A.ttf\";s:9:\"600italic\";s:89:\"https://fonts.gstatic.com/s/besley/v21/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Cf5BiENGg4-E04A.ttf\";s:9:\"700italic\";s:89:\"https://fonts.gstatic.com/s/besley/v21/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CRpBiENGg4-E04A.ttf\";s:9:\"800italic\";s:89:\"https://fonts.gstatic.com/s/besley/v21/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CIZBiENGg4-E04A.ttf\";s:9:\"900italic\";s:89:\"https://fonts.gstatic.com/s/besley/v21/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CCJBiENGg4-E04A.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/besley/v21/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBedViEA.ttf\";}i:193;a:9:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/bethellen/v21/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/bethellen/v21/WwkbxPW2BE-3rb_JNT-qIIEoUA.ttf\";}i:194;a:9:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/bevan/v25/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/bevan/v25/4iCt6KZ0a9NXjG8YWC7Zs0SJD4U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/bevan/v25/4iCj6KZ0a9NXjG8bWC4.ttf\";}i:195;a:9:{s:6:\"family\";s:20:\"BhuTuka Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/bhutukaexpandedone/v8/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJCyX8pg_RVH1.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/bhutukaexpandedone/v8/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJByW-Jw.ttf\";}i:196;a:9:{s:6:\"family\";s:13:\"Big Shoulders\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:9:{i:100;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9SOL9ANM1LlZAtA.ttf\";i:200;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9yOP9ANM1LlZAtA.ttf\";i:300;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9FuP9ANM1LlZAtA.ttf\";s:7:\"regular\";s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9SOP9ANM1LlZAtA.ttf\";i:500;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9euP9ANM1LlZAtA.ttf\";i:600;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9luT9ANM1LlZAtA.ttf\";i:700;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9r-T9ANM1LlZAtA.ttf\";i:800;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9yOT9ANM1LlZAtA.ttf\";i:900;s:118:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko94eT9ANM1LlZAtA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:112:\"https://fonts.gstatic.com/s/bigshoulders/v4/qFdk35CPh40oITJ69S3GFqy5-BQAcbz7z7beObrv_PytqyTi33thrko9SOPNAdkx.ttf\";}i:197;a:9:{s:6:\"family\";s:20:\"Big Shoulders Inline\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1nHb-oUTA-kSKkM.ttf\";i:200;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1vHa-oUTA-kSKkM.ttf\";i:300;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1i_a-oUTA-kSKkM.ttf\";s:7:\"regular\";s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1nHa-oUTA-kSKkM.ttf\";i:500;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1kPa-oUTA-kSKkM.ttf\";i:600;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1q_d-oUTA-kSKkM.ttf\";i:700;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1pbd-oUTA-kSKkM.ttf\";i:800;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1vHd-oUTA-kSKkM.ttf\";i:900;s:133:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1tjd-oUTA-kSKkM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:128:\"https://fonts.gstatic.com/s/bigshouldersinline/v3/bx68NwSCkev-8u0YNXAF6gArLyznvspgMZDcnsTZieUyOqQzOiBfauOMaRhGeKwO1nHayoQZBw.ttf\";}i:198;a:9:{s:6:\"family\";s:21:\"Big Shoulders Stencil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp2x5OZJnqtwIp4I.ttf\";i:200;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp0x5eZJnqtwIp4I.ttf\";i:300;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp3v5eZJnqtwIp4I.ttf\";s:7:\"regular\";s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp2x5eZJnqtwIp4I.ttf\";i:500;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp2D5eZJnqtwIp4I.ttf\";i:600;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp1v4uZJnqtwIp4I.ttf\";i:700;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp1W4uZJnqtwIp4I.ttf\";i:800;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp0x4uZJnqtwIp4I.ttf\";i:900;s:135:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp0Y4uZJnqtwIp4I.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:130:\"https://fonts.gstatic.com/s/bigshouldersstencil/v3/TwM2-JIEQ1Je5sI6Bx1TKHD83rT3u3NSCfbFxqa9oQbR_CiZMgOzPB7iSLKdsgE9Sp2x5dZIlK8.ttf\";}i:199;a:9:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/bigelowrules/v30/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/bigelowrules/v30/RrQWboly8iR_I3KWSzeRuN0zf4YIGw.ttf\";}i:200;a:9:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/bigshotone/v30/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/bigshotone/v30/u-470qukhRkkO6BD_7cM_jxvWwY.ttf\";}i:201;a:9:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ210hpIRz4wxE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ220groA.ttf\";}i:202;a:9:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/bilboswashcaps/v23/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/bilboswashcaps/v23/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdmALiog.ttf\";}i:203;a:9:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:108:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIimiaki-gkRDE.ttf\";i:300;s:108:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4Omwimiaki-gkRDE.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OjIimiaki-gkRDE.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OgAimiaki-gkRDE.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4Ouwlmiaki-gkRDE.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OtUlmiaki-gkRDE.ttf\";i:800;s:108:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIlmiaki-gkRDE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/biorhyme/v20/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OjIiqieujw.ttf\";}i:204;a:9:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:200;s:97:\"https://fonts.gstatic.com/s/biorhymeexpanded/v22/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/biorhymeexpanded/v22/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/biorhymeexpanded/v22/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/biorhymeexpanded/v22/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/biorhymeexpanded/v22/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/biorhymeexpanded/v22/i7dQIE1zZzytGswgU577CDY9LjbffxSVT3Q.ttf\";}i:205;a:9:{s:6:\"family\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/birthstone/v15/8AtsGs2xO4yLRhy87sv_HLn5jRfZHzM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/birthstone/v15/8AtsGs2xO4yLRhy87sv_LLjziQ.ttf\";}i:206;a:9:{s:6:\"family\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/birthstonebounce/v12/ga6XaxZF43lIvTWrktHOTBJZGH7dEeVJGIMYDo_8.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/birthstonebounce/v12/ga6SaxZF43lIvTWrktHOTBJZGH7dEd29MacQJZP1LmD9.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/birthstonebounce/v12/ga6XaxZF43lIvTWrktHOTBJZGH7dEdVIEoc.ttf\";}i:207;a:9:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:7:{i:200;s:75:\"https://fonts.gstatic.com/s/biryani/v14/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/biryani/v14/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/biryani/v14/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/biryani/v14/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/biryani/v14/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/biryani/v14/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf\";i:900;s:75:\"https://fonts.gstatic.com/s/biryani/v14/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/biryani/v14/hv-WlzNxIFoO84YdfU0TOQ.ttf\";}i:208;a:9:{s:6:\"family\";s:8:\"Bitcount\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-16\";s:5:\"files\";a:9:{i:100;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJVvr06JyZBdg54o.ttf\";i:200;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJdvq06JyZBdg54o.ttf\";i:300;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJQXq06JyZBdg54o.ttf\";s:7:\"regular\";s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJVvq06JyZBdg54o.ttf\";i:500;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJWnq06JyZBdg54o.ttf\";i:600;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJYXt06JyZBdg54o.ttf\";i:700;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJbzt06JyZBdg54o.ttf\";i:800;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJdvt06JyZBdg54o.ttf\";i:900;s:159:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJfLt06JyZBdg54o.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:154:\"https://fonts.gstatic.com/s/bitcount/v1/ijxXs53kQsE1Y5J-lI1wubXnlQH-1-E1LhaU1dJRZZaHU0slfybi9GQwiTv06bjtugLjdPqK3d9XKDqRc2jrJlC4ZRsgxqxP-aVoJVvq46N4YA.ttf\";}i:209;a:9:{s:6:\"family\";s:20:\"Bitcount Grid Double\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:9:{i:100;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZDxleZEXi_Ul10k.ttf\";i:200;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZLxkeZEXi_Ul10k.ttf\";i:300;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZGJkeZEXi_Ul10k.ttf\";s:7:\"regular\";s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZDxkeZEXi_Ul10k.ttf\";i:500;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZA5keZEXi_Ul10k.ttf\";i:600;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZOJjeZEXi_Ul10k.ttf\";i:700;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZNtjeZEXi_Ul10k.ttf\";i:800;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZLxjeZEXi_Ul10k.ttf\";i:900;s:185:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZJVjeZEXi_Ul10k.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:180:\"https://fonts.gstatic.com/s/bitcountgriddouble/v1/WBK7rFjbakJVFOargiWSKQysDITG_S0VtG0x3HD2FYHVdlZI-rLlahmEAPp8wjYMvkPq48MVQo5RQf2svjnxa5Anx8-Y-pHdkVb0ByRHaxzbXaLbA9wfZDxkSZAdjw.ttf\";}i:210;a:9:{s:6:\"family\";s:20:\"Bitcount Grid Single\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-16\";s:5:\"files\";a:9:{i:100;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanohqZUINrmJ9z94.ttf\";i:200;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanghrZUINrmJ9z94.ttf\";i:300;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGantZrZUINrmJ9z94.ttf\";s:7:\"regular\";s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanohrZUINrmJ9z94.ttf\";i:500;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanrprZUINrmJ9z94.ttf\";i:600;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanlZsZUINrmJ9z94.ttf\";i:700;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanm9sZUINrmJ9z94.ttf\";i:800;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanghsZUINrmJ9z94.ttf\";i:900;s:185:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGaniFsZUINrmJ9z94.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:180:\"https://fonts.gstatic.com/s/bitcountgridsingle/v1/cY8bfi2OU1tLpjaqQveNvbC2qfsuQPDVASHjTcBszBsXfC5C9kAKu8QoqnfqMiS4gVij5yxO41San7UnNMBH-Y9u33JUGFdHpUYahAAdbgvnnHmmgUGanohrVUMHqg.ttf\";}i:211;a:9:{s:6:\"family\";s:20:\"Bitcount Prop Double\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-16\";s:5:\"files\";a:9:{i:100;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWck5Kx91m1YFsiM.ttf\";i:200;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWUk4Kx91m1YFsiM.ttf\";i:300;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWZc4Kx91m1YFsiM.ttf\";s:7:\"regular\";s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWck4Kx91m1YFsiM.ttf\";i:500;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWfs4Kx91m1YFsiM.ttf\";i:600;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWRc_Kx91m1YFsiM.ttf\";i:700;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWS4_Kx91m1YFsiM.ttf\";i:800;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWUk_Kx91m1YFsiM.ttf\";i:900;s:185:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWWA_Kx91m1YFsiM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:180:\"https://fonts.gstatic.com/s/bitcountpropdouble/v1/K2EvfY5Wn-tBSVxaDL6DUOXQJ26dEAnh698zMFjGZaPCtbJHl1TFmDKfGe4_bKUh3sC1Q7DxZ5-3PQRHsSZEX9ctiFN1ZosZvKyl3LzeFmQvK5hIm0nBWck4Gx5_nw.ttf\";}i:212;a:9:{s:6:\"family\";s:20:\"Bitcount Prop Single\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-16\";s:5:\"files\";a:9:{i:100;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GXZkLGUYg0NjZiU.ttf\";i:200;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GfZlLGUYg0NjZiU.ttf\";i:300;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GShlLGUYg0NjZiU.ttf\";s:7:\"regular\";s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GXZlLGUYg0NjZiU.ttf\";i:500;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GURlLGUYg0NjZiU.ttf\";i:600;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GahiLGUYg0NjZiU.ttf\";i:700;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GZFiLGUYg0NjZiU.ttf\";i:800;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GfZiLGUYg0NjZiU.ttf\";i:900;s:185:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921Gd9iLGUYg0NjZiU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:180:\"https://fonts.gstatic.com/s/bitcountpropsingle/v1/-W-gXIv9SyXT0xz0E9pIHCxbW8ZMGEVdhz4VoumsGFhzYseFqK9f_KOwYjYsHSocfu1DlxztzQH877SgJ2SUzQ4SJdODLz0JoLU3vXFrqXQooCdbs921GXZlHGQShw.ttf\";}i:213;a:9:{s:6:\"family\";s:15:\"Bitcount Single\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-16\";s:5:\"files\";a:9:{i:100;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8jKC4tYzXjwevWm.ttf\";i:200;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8hKCotYzXjwevWm.ttf\";i:300;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8iUCotYzXjwevWm.ttf\";s:7:\"regular\";s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8jKCotYzXjwevWm.ttf\";i:500;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8j4CotYzXjwevWm.ttf\";i:600;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8gUDYtYzXjwevWm.ttf\";i:700;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8gtDYtYzXjwevWm.ttf\";i:800;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8hKDYtYzXjwevWm.ttf\";i:900;s:174:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8hjDYtYzXjwevWm.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:169:\"https://fonts.gstatic.com/s/bitcountsingle/v1/or25Q6T72-iP2RY6OLSkb95a817cjULDyyhvb6tTxCxtAOObpH9NnfLjSWiXv_OGqtjRD0BNzrItMZWC-9SK8R6EpA2l9RAyOs8BbxT7gd3xw8jKCrtZx3w.ttf\";}i:214;a:9:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v39\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCL_EXFh2reU.ttf\";i:200;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCL_EXFh2reU.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCL_EXFh2reU.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL_EXFh2reU.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL_EXFh2reU.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCL_EXFh2reU.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL_EXFh2reU.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL_EXFh2reU.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCL_EXFh2reU.ttf\";s:9:\"100italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OWHpzveWxBw.ttf\";s:9:\"200italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOWHpzveWxBw.ttf\";s:9:\"300italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOWHpzveWxBw.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWHpzveWxBw.ttf\";s:9:\"500italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOWHpzveWxBw.ttf\";s:9:\"600italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOWHpzveWxBw.ttf\";s:9:\"700italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWHpzveWxBw.ttf\";s:9:\"800italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOWHpzveWxBw.ttf\";s:9:\"900italic\";s:89:\"https://fonts.gstatic.com/s/bitter/v39/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOWHpzveWxBw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/bitter/v39/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOL7OWA.ttf\";}i:215;a:9:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/blackandwhitepicture/v29/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/blackandwhitepicture/v29/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqL5GZ8c.ttf\";}i:216;a:9:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/blackhansans/v23/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/blackhansans/v23/ea8Aad44WunzF9a-dL6toA8r8kqUK3A.ttf\";}i:217;a:9:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3aD3bsg.ttf\";}i:218;a:9:{s:6:\"family\";s:5:\"Blaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/blaka/v7/8vIG7w8722p_6kdr20D2FV5e.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/blaka/v7/8vIG7w8722p_6ndq0UQ.ttf\";}i:219;a:9:{s:6:\"family\";s:12:\"Blaka Hollow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/blakahollow/v7/MCoUzAL91sjRE2FsKsxUtezYB9oFyW_-oA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/blakahollow/v7/MCoUzAL91sjRE2FsKsxUtezoBtAB.ttf\";}i:220;a:10:{s:6:\"family\";s:9:\"Blaka Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/blakaink/v10/AlZy_zVVtpj22Znag2chdXf4XB0Tow.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/blakaink/v10/AlZy_zVVtpj22Znag2cRdH38.ttf\";s:17:\"colorCapabilities\";a:2:{i:0;s:6:\"COLRv1\";i:1;s:3:\"SVG\";}}i:221;a:9:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:74:\"https://fonts.gstatic.com/s/blinker/v13/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf\";i:200;s:75:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/blinker/v13/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf\";i:900;s:75:\"https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/blinker/v13/cIf9MaFatEE-VTaP9CihZA.ttf\";}i:222;a:9:{s:6:\"family\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIBytVjMYwE.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oXzawIBytVjMYwE.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oZDdwIBytVjMYwE.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oandwIBytVjMYwE.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oc7dwIBytVjMYwE.ttf\";i:900;s:114:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oefdwIBytVjMYwE.ttf\";s:6:\"italic\";s:117:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4sXrJcwHqoQ.ttf\";s:9:\"500italic\";s:117:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZGsN4sXrJcwHqoQ.ttf\";s:9:\"600italic\";s:117:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZ9sR4sXrJcwHqoQ.ttf\";s:9:\"700italic\";s:117:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZz8R4sXrJcwHqoQ.ttf\";s:9:\"800italic\";s:117:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZqMR4sXrJcwHqoQ.ttf\";s:9:\"900italic\";s:117:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZgcR4sXrJcwHqoQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/bodonimoda/v27/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7a8IF4sQ.ttf\";}i:223;a:9:{s:6:\"family\";s:14:\"Bodoni Moda SC\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:12:{s:7:\"regular\";s:119:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbA7uXJyb9N7yr8E.ttf\";i:500;s:119:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbDzuXJyb9N7yr8E.ttf\";i:600;s:119:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbNDpXJyb9N7yr8E.ttf\";i:700;s:119:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbOnpXJyb9N7yr8E.ttf\";i:800;s:119:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbI7pXJyb9N7yr8E.ttf\";i:900;s:119:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbKfpXJyb9N7yr8E.ttf\";s:6:\"italic\";s:122:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecattN-R8Pz3v8Etew.ttf\";s:9:\"500italic\";s:122:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatht-R8Pz3v8Etew.ttf\";s:9:\"600italic\";s:122:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatatiR8Pz3v8Etew.ttf\";s:9:\"700italic\";s:122:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatU9iR8Pz3v8Etew.ttf\";s:9:\"800italic\";s:122:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatNNiR8Pz3v8Etew.ttf\";s:9:\"900italic\";s:122:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjndGTykkIgA8197UwkzHp8F8_dYp-6DdBNRF6RX6k1R5fi-Gf55IgAecatHdiR8Pz3v8Etew.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/bodonimodasc/v2/LYjhdGTykkIgA8197UwkzHp8F-XUUG5UNs2KqliEb-g_DaUdIA6SfiYHbA7ubJ2R8A.ttf\";}i:224;a:9:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/bokor/v31/m8JcjfpeeaqTiR2WdInbcaxE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/bokor/v31/m8JcjfpeeaqTiS2Xfo0.ttf\";}i:225;a:9:{s:6:\"family\";s:8:\"Boldonse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/boldonse/v1/ZgNQjPxGPbbJUZemjC38hmHmNpCO.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/boldonse/v1/ZgNQjPxGPbbJUZemjB39jGU.ttf\";}i:226;a:9:{s:6:\"family\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:3:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/bonanova/v12/B50NF7ZCpX7fcHfvIUBJi6hqHK-CLA.ttf\";s:6:\"italic\";s:77:\"https://fonts.gstatic.com/s/bonanova/v12/B50LF7ZCpX7fcHfvIUB5iaJuPqqSLJYf.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/bonanova/v12/B50IF7ZCpX7fcHfvIUBxN4dOFISeJY8GgQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/bonanova/v12/B50NF7ZCpX7fcHfvIUB5iqJu.ttf\";}i:227;a:9:{s:6:\"family\";s:12:\"Bona Nova SC\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/bonanovasc/v1/mem5YaShyGWDiYdPG_c1Af4-VeJoCqeDjg.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/bonanovasc/v1/memnYaShyGWDiYdPG_c1Af4OV-hsKKKTjrPW.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/bonanovasc/v1/memmYaShyGWDiYdPG_c1Af4G6c1MAoyfh6rPXA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/bonanovasc/v1/mem5YaShyGWDiYdPG_c1Af4OVOhs.ttf\";}i:228;a:9:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/bonbon/v31/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/bonbon/v31/0FlVVPeVlFec4eePcTsE.ttf\";}i:229;a:9:{s:6:\"family\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/bonheurroyale/v14/c4m51nt_GMTrtX-b9GcG4-YRmYK_c0f1N5Ij.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/bonheurroyale/v14/c4m51nt_GMTrtX-b9GcG4-YRmbK-eUM.ttf\";}i:230;a:9:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/boogaloo/v24/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/boogaloo/v24/kmK-Zq45GAvOdnaW6y1E9y4.ttf\";}i:231;a:9:{s:6:\"family\";s:5:\"Borel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisgshYyMnOjwE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisjsgaSc.ttf\";}i:232;a:9:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/bowlbyone/v25/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/bowlbyone/v25/taiPGmVuC4y96PFeqp8sqo-I-Q.ttf\";}i:233;a:9:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/bowlbyonesc/v26/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/bowlbyonesc/v26/DtVlJxerQqQm37tzN3wMug9P_gn2pw.ttf\";}i:234;a:9:{s:6:\"family\";s:9:\"Braah One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/braahone/v7/KFOlCnWUpt6LsxxxiylvAx05IsDqlA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/braahone/v7/KFOlCnWUpt6LsxxxiylfAhc9.ttf\";}i:235;a:9:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/brawler/v19/xn7lYHE3xXewAscGiryUb932eNaPfk8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGggGxTw.ttf\";}i:236;a:9:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluA96zp4g.ttf\";}i:237;a:9:{s:6:\"family\";s:19:\"Bricolage Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:149:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZviyM0vs-wJDtw.ttf\";i:300;s:149:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvUXiyM0vs-wJDtw.ttf\";s:7:\"regular\";s:149:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRviyM0vs-wJDtw.ttf\";i:500;s:149:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvSniyM0vs-wJDtw.ttf\";i:600;s:149:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvcXlyM0vs-wJDtw.ttf\";i:700;s:149:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvfzlyM0vs-wJDtw.ttf\";i:800;s:149:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZvlyM0vs-wJDtw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:144:\"https://fonts.gstatic.com/s/bricolagegrotesque/v8/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRvi-Mwltw.ttf\";}i:238;a:9:{s:6:\"family\";s:9:\"Bruno Ace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/brunoace/v6/WwkcxPa2E06x4trkOj_kMKoMWNMg3Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/brunoace/v6/WwkcxPa2E06x4trkOj_UMaAI.ttf\";}i:239;a:9:{s:6:\"family\";s:12:\"Bruno Ace SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/brunoacesc/v6/ptROTiycffFLBuiHjdJDl634LSFrpe8uZA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/brunoacesc/v6/ptROTiycffFLBuiHjdJDl63ILCtv.ttf\";}i:240;a:9:{s:6:\"family\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/brygada1918/v27/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-f-V8Wu5O3gbo.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/brygada1918/v27/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y12f-V8Wu5O3gbo.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/brygada1918/v27/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y7GY-V8Wu5O3gbo.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/brygada1918/v27/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y4iY-V8Wu5O3gbo.ttf\";s:6:\"italic\";s:102:\"https://fonts.gstatic.com/s/brygada1918/v27/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcERwcv7GykboaLg.ttf\";s:9:\"500italic\";s:102:\"https://fonts.gstatic.com/s/brygada1918/v27/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcIxwcv7GykboaLg.ttf\";s:9:\"600italic\";s:102:\"https://fonts.gstatic.com/s/brygada1918/v27/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfczxscv7GykboaLg.ttf\";s:9:\"700italic\";s:102:\"https://fonts.gstatic.com/s/brygada1918/v27/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfc9hscv7GykboaLg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/brygada1918/v27/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-fyV4cvw.ttf\";}i:241;a:9:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/bubblegumsans/v22/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/bubblegumsans/v22/AYCSpXb_Z9EORv1M5QTjEzMEteaGxIc.ttf\";}i:242;a:9:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/bubblerone/v21/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/bubblerone/v21/f0Xy0eqj68ppQV9KBLmAotHG0ac.ttf\";}i:243;a:9:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{i:300;s:68:\"https://fonts.gstatic.com/s/buda/v30/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/buda/v30/GFDqWAN8mnyIJSSrK7QLqw.ttf\";}i:244;a:9:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/buenard/v21/OD5cuM6Cyma8FnnsJTzfWLAhv7i92sqpK0_3iBYVfsc4.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/buenard/v21/OD5cuM6Cyma8FnnsJTzfWLAhv7i92sqbK0_3iBYVfsc4.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/buenard/v21/OD5cuM6Cyma8FnnsJTzfWLAhv7i92sp3LE_3iBYVfsc4.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/buenard/v21/OD5cuM6Cyma8FnnsJTzfWLAhv7i92spOLE_3iBYVfsc4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/buenard/v21/OD5cuM6Cyma8FnnsJTzfWLAhv7i92sqpK3_2ghI.ttf\";}i:245;a:9:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/bungee/v16/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/bungee/v16/N0bU2SZBIuF2PU_0C3Rw.ttf\";}i:246;a:9:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/bungeehairline/v25/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/bungeehairline/v25/snfys0G548t04270a_ljTLUVrv-LYReZ.ttf\";}i:247;a:9:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/bungeeinline/v18/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/bungeeinline/v18/Gg8zN58UcgnlCweMrih332VuPGN__A.ttf\";}i:248;a:9:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/bungeeoutline/v23/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/bungeeoutline/v23/_6_mEDvmVP24UvU2MyiGDslL3Tg2aBY.ttf\";}i:249;a:9:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/bungeeshade/v16/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/bungeeshade/v16/DtVkJxarWL0t2KdzK3oI_jkc7yjW.ttf\";}i:250;a:10:{s:6:\"family\";s:12:\"Bungee Spice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/bungeespice/v15/nwpTtK2nIhxE0q-IwgSpZBqCzyI-aMPF7Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/bungeespice/v15/nwpTtK2nIhxE0q-IwgSpZBqyzig6.ttf\";s:17:\"colorCapabilities\";a:2:{i:0;s:6:\"COLRv1\";i:1;s:3:\"SVG\";}}i:251;a:10:{s:6:\"family\";s:11:\"Bungee Tint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/bungeetint/v3/J7abnpl_EGtUEuAJwN9WmrtKMDwTpTkB.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/bungeetint/v3/J7abnpl_EGtUEuAJwN9WmotLOjg.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv0\";}}i:252;a:9:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb5zS5rw.ttf\";}i:253;a:9:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/butterflykids/v26/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/butterflykids/v26/ll8lK2CWTjuqAsXDqlnIbMNs5R4bpRU.ttf\";}i:254;a:9:{s:6:\"family\";s:9:\"Bytesized\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/bytesized/v1/goksH6L8FkdnROln8XBTS0CjkP1Yog.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/bytesized/v1/goksH6L8FkdnROln8XBjSkqn.ttf\";}i:255;a:9:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/cabin/v34/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7Gvxm7rE_s.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/cabin/v34/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EL7Gvxm7rE_s.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/cabin/v34/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7Gvxm7rE_s.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/cabin/v34/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7Gvxm7rE_s.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/cabin/v34/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_KlwkzuA_u1Bg.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/cabin/v34/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKlwkzuA_u1Bg.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/cabin/v34/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWlwkzuA_u1Bg.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/cabin/v34/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWlwkzuA_u1Bg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/cabin/v34/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7Clwg.ttf\";}i:256;a:9:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwqYeLd.ttf\";}i:257;a:9:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/cabinsketch/v22/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/cabinsketch/v22/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/cabinsketch/v22/QGYpz_kZZAGCONcK2A4bGOj8nthI.ttf\";}i:258;a:9:{s:6:\"family\";s:22:\"Cactus Classical Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-07-16\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/cactusclassicalserif/v13/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JFuBIFX-pv-E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/cactusclassicalserif/v13/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JJuFCEQ.ttf\";}i:259;a:9:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrRHcLz-.ttf\";}i:260;a:9:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TvGTONw.ttf\";}i:261;a:9:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:200;s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA-W1ToLQ-HmkA.ttf\";i:300;s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hL4-W1ToLQ-HmkA.ttf\";s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-W1ToLQ-HmkA.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hNI-W1ToLQ-HmkA.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hD45W1ToLQ-HmkA.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hAc5W1ToLQ-HmkA.ttf\";i:800;s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA5W1ToLQ-HmkA.ttf\";i:900;s:101:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hEk5W1ToLQ-HmkA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/cairo/v30/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-a1XiKQ.ttf\";}i:262;a:10:{s:6:\"family\";s:10:\"Cairo Play\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:200;s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnYq9yXa8GvzaA.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1zHYq9yXa8GvzaA.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYq9yXa8GvzaA.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1oHYq9yXa8GvzaA.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1THEq9yXa8GvzaA.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1dXEq9yXa8GvzaA.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnEq9yXa8GvzaA.ttf\";i:900;s:112:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1O3Eq9yXa8GvzaA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/cairoplay/v12/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYa9i_e.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv0\";}}i:263;a:9:{s:6:\"family\";s:8:\"Cal Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/calsans/v2/fdN99sWUv3gWqXxqqSBbvloE4LZx.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/calsans/v2/fdN99sWUv3gWqXxqqRBatF4.ttf\";}i:264;a:9:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUjR93-9IztOc.ttf\";s:6:\"italic\";s:73:\"https://fonts.gstatic.com/s/caladea/v7/kJExBugZ7AAjhybUvR19__A2pOdvDA.ttf\";i:700;s:74:\"https://fonts.gstatic.com/s/caladea/v7/kJE2BugZ7AAjhybUtaNY39oYqO52FZ0.ttf\";s:9:\"700italic\";s:77:\"https://fonts.gstatic.com/s/caladea/v7/kJE0BugZ7AAjhybUvR1FQ98SrMxzBZ2lDA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUvR59_w.ttf\";}i:265;a:9:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/calistoga/v17/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/calistoga/v17/6NUU8F2OJg6MeR7l4e0ftcwE.ttf\";}i:266;a:9:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vkFYOZI.ttf\";}i:267;a:9:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/cambay/v13/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/cambay/v13/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/cambay/v13/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/cambay/v13/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/cambay/v13/SLXJc1rY6H0_ZDs2b76M.ttf\";}i:268;a:9:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/cambo/v18/IFSqHeNEk8FJk416ok7xkPm8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/cambo/v18/IFSqHeNEk8FJk717qEo.ttf\";}i:269;a:9:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8c9ABQN.ttf\";}i:270;a:9:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/cantarell/v17/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf\";s:6:\"italic\";s:78:\"https://fonts.gstatic.com/s/cantarell/v17/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/cantarell/v17/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf\";s:9:\"700italic\";s:82:\"https://fonts.gstatic.com/s/cantarell/v17/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/cantarell/v17/B50NF7ZDq37KMUvlO015iqJu.ttf\";}i:271;a:9:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslWxFvcQ.ttf\";}i:272;a:9:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/cantoraone/v19/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/cantoraone/v19/gyB4hws1JdgnKy56GB_JX5zcbY8.ttf\";}i:273;a:9:{s:6:\"family\";s:9:\"Caprasimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/caprasimo/v6/esDT31JQOPuXIUGBp72klZUCGpG-GQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/caprasimo/v6/esDT31JQOPuXIUGBp72UlJ8G.ttf\";}i:274;a:9:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/capriola/v14/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/capriola/v14/wXKoE3YSppcvo1PDlk_9JeQ.ttf\";}i:275;a:9:{s:6:\"family\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/caramel/v8/P5sCzZKBbMTf_ShyxCRuiZ-uydg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/caramel/v8/P5sCzZKBbMTf_Shy9CVkjQ.ttf\";}i:276;a:9:{s:6:\"family\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvTt2aMH4V_gg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvjtmyI.ttf\";}i:277;a:9:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:6:\"gothic\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"old-italic\";i:7;s:5:\"runic\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:3:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/cardo/v20/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/cardo/v20/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/cardo/v20/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/cardo/v20/wlp_gwjKBV1pqhv-3IQ.ttf\";}i:278;a:9:{s:6:\"family\";s:7:\"Carlito\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039PDCLTXUETuE.ttf\";s:6:\"italic\";s:73:\"https://fonts.gstatic.com/s/carlito/v3/3Jn_SDPw3m-pk039DDKBSVcBXuFb0Q.ttf\";i:700;s:74:\"https://fonts.gstatic.com/s/carlito/v3/3Jn4SDPw3m-pk039BIykaX0vUuhCyOo.ttf\";s:9:\"700italic\";s:77:\"https://fonts.gstatic.com/s/carlito/v3/3Jn6SDPw3m-pk039DDK59XglVspH2OprMQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039DDGBSQ.ttf\";}i:279;a:9:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDNjHzrc.ttf\";}i:280;a:9:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9amC1Co.ttf\";}i:281;a:9:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18mPnI.ttf\";}i:282;a:9:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNExV8gQ.ttf\";}i:283;a:9:{s:6:\"family\";s:13:\"Cascadia Code\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:9:\"200italic\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:10:{i:0;s:6:\"arabic\";i:1;s:7:\"braille\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"greek\";i:5;s:6:\"hebrew\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:8:\"symbols2\";i:9;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{i:200;s:100:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuWMOaDPb9pHaHCA.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuVSOaDPb9pHaHCA.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuUMOaDPb9pHaHCA.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuU-OaDPb9pHaHCA.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuXSPqDPb9pHaHCA.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuXrPqDPb9pHaHCA.ttf\";s:9:\"200italic\";s:103:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc9B6-zq5zxD57cT5s916v3aD7BuTnUax-yWfDEesiMZd5lbWCAUXU.ttf\";s:9:\"300italic\";s:103:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc9B6-zq5zxD57cT5s916v3aD7BuTnUax-yWfDEehaMZd5lbWCAUXU.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc9B6-zq5zxD57cT5s916v3aD7BuTnUax-yWfDEekiMZd5lbWCAUXU.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc9B6-zq5zxD57cT5s916v3aD7BuTnUax-yWfDEenqMZd5lbWCAUXU.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc9B6-zq5zxD57cT5s916v3aD7BuTnUax-yWfDEepaLZd5lbWCAUXU.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc9B6-zq5zxD57cT5s916v3aD7BuTnUax-yWfDEeq-LZd5lbWCAUXU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/cascadiacode/v4/qWc_B6-zq5zxD57cT5s916v3QjfzRuG9AIUcXuUMOZDOZd4.ttf\";}i:284;a:9:{s:6:\"family\";s:13:\"Cascadia Mono\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:9:\"200italic\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:10:{i:0;s:6:\"arabic\";i:1;s:7:\"braille\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"greek\";i:5;s:6:\"hebrew\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:8:\"symbols2\";i:9;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{i:200;s:100:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTadsWVkNot27AYk.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTZDsWVkNot27AYk.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTYdsWVkNot27AYk.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTYvsWVkNot27AYk.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTbDtmVkNot27AYk.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTb6tmVkNot27AYk.ttf\";s:9:\"200italic\";s:103:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZnzw5pquJF3iuizJDZYqr1aZc93m0eKfzCTiPV8g0nPI9U6RYkQrY.ttf\";s:9:\"300italic\";s:103:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZnzw5pquJF3iuizJDZYqr1aZc93m0eKfzCTiPV8tMnPI9U6RYkQrY.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZnzw5pquJF3iuizJDZYqr1aZc93m0eKfzCTiPV8o0nPI9U6RYkQrY.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZnzw5pquJF3iuizJDZYqr1aZc93m0eKfzCTiPV8r8nPI9U6RYkQrY.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZnzw5pquJF3iuizJDZYqr1aZc93m0eKfzCTiPV8lMgPI9U6RYkQrY.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZnzw5pquJF3iuizJDZYqr1aZc93m0eKfzCTiPV8mogPI9U6RYkQrY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/cascadiamono/v4/TUZlzw5pquJF3iuizJDZYqr1Q54PIbV3QmZsSTYdsVVlPI8.ttf\";}i:285;a:9:{s:6:\"family\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/castoro/v19/1q2GY5yMCld3-O4cHYhEzOYenEU.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/castoro/v19/1q2EY5yMCld3-O4cLYpOyMQbjEX5fw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/castoro/v19/1q2GY5yMCld3-O4cLYlOyA.ttf\";}i:286;a:9:{s:6:\"family\";s:15:\"Castoro Titling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/castorotitling/v9/buEupouwccj03leTfjUAhEZWlrNqYgckeo9RMw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/castorotitling/v9/buEupouwccj03leTfjUAhEZWlrNaYw0g.ttf\";}i:287;a:9:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:9:{i:100;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjc1anXuluiLyw.ttf\";i:200;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPjd1anXuluiLyw.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPCbd1anXuluiLyw.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1anXuluiLyw.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1anXuluiLyw.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1anXuluiLyw.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPJ_a1anXuluiLyw.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPja1anXuluiLyw.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPNHa1anXuluiLyw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/catamaran/v27/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5ajdvg.ttf\";}i:288;a:9:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:5:\"runic\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/caudex/v18/esDQ311QOP6BJUrIyviAnb4eEw.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/caudex/v18/esDS311QOP6BJUr4yPKEv7sOE4in.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/caudex/v18/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/caudex/v18/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/caudex/v18/esDQ311QOP6BJUr4y_KE.ttf\";}i:289;a:9:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SIKjYBxPigs.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SIKjYBxPigs.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SIKjYBxPigs.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SIKjYBxPigs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9eIOpZA.ttf\";}i:290;a:9:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXt8WrOX.ttf\";}i:291;a:9:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_nuJLp1.ttf\";}i:292;a:9:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX5zcbY8.ttf\";}i:293;a:9:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:10:{i:300;s:86:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf\";s:9:\"300italic\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf\";s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf\";s:9:\"500italic\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf\";s:9:\"600italic\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/chakrapetch/v12/cIf6MapbsEk7TDLdtEz1BwkWmapl.ttf\";}i:294;a:9:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:200;s:86:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/changa/v28/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xcjHj8g.ttf\";}i:295;a:9:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/changaone/v21/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf\";s:6:\"italic\";s:80:\"https://fonts.gstatic.com/s/changaone/v21/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/changaone/v21/xfu00W3wXn3QLUJXhzq42AfivA.ttf\";}i:296;a:9:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/chango/v28/2V0cKI0OB5U7WaJyz324TFUaAw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/chango/v28/2V0cKI0OB5U7WaJCzne8.ttf\";}i:297;a:9:{s:6:\"family\";s:10:\"Charis SIL\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKrPrmYjZ2Xn0.ttf\";s:6:\"italic\";s:79:\"https://fonts.gstatic.com/s/charissil/v2/oPWI_kV3l-s-Q8govXvKnPjsZhRzTn2Ozw.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/charissil/v2/oPWJ_kV3l-s-Q8govXvKlEbJRj5dQnSX1ko.ttf\";s:9:\"700italic\";s:83:\"https://fonts.gstatic.com/s/charissil/v2/oPWX_kV3l-s-Q8govXvKnPjU2jtXRlaSxkrMCQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKnPvsZg.ttf\";}i:298;a:9:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/charm/v13/7cHmv4oii5K0MeYvIe804WIo.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/charm/v13/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/charm/v13/7cHmv4oii5K0MdYuK-s.ttf\";}i:299;a:9:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/charmonman/v19/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf\";i:700;s:82:\"https://fonts.gstatic.com/s/charmonman/v19/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/charmonman/v19/MjQDmiR3vP_nuxDv47jiaJCiuA.ttf\";}i:300;a:9:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:100;s:76:\"https://fonts.gstatic.com/s/chathura/v21/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf\";i:300;s:77:\"https://fonts.gstatic.com/s/chathura/v21/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/chathura/v21/_gP71R7-rzUuVjim418goUC5S-Zy.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/chathura/v21/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf\";i:800;s:77:\"https://fonts.gstatic.com/s/chathura/v21/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/chathura/v21/_gP71R7-rzUuVjim428hq0Q.ttf\";}i:301;a:9:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf\";s:6:\"italic\";s:97:\"https://fonts.gstatic.com/s/chauphilomeneone/v15/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFcnYZ_.ttf\";}i:302;a:9:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIC3lHS.ttf\";}i:303;a:9:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKChkJgo.ttf\";}i:304;a:9:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-09-22\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9uXh3s.ttf\";}i:305;a:9:{s:6:\"family\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN5iDCI6IJjg8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN1iHIJw.ttf\";}i:306;a:9:{s:6:\"family\";s:15:\"Cherry Bomb One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/cherrybombone/v10/y83DW4od1h6KlV3c6JJhRhGOdhrKDNpF41fr-w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/cherrybombone/v10/y83DW4od1h6KlV3c6JJhRhGOdhr6DdBB.ttf\";}i:307;a:9:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciQd7A9o.ttf\";}i:308;a:9:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/cherryswash/v21/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/cherryswash/v21/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/cherryswash/v21/i7dNIFByZjaNAMxtZcnfAy5MQXK6.ttf\";}i:309;a:9:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wk5xIDMfO-ed.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wn5wKjc.ttf\";}i:310;a:9:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/chicle/v26/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/chicle/v26/lJwG-pw9i2dqU-BzyGiq.ttf\";}i:311;a:9:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/chilanka/v22/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/chilanka/v22/WWXRlj2DZQiMJYaYRoJRKdU.ttf\";}i:312;a:9:{s:6:\"family\";s:17:\"Chiron GoRound TC\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:8:{i:200;s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKq7BqJHA8n4CeB1Q.ttf\";i:300;s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKqMhqJHA8n4CeB1Q.ttf\";s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKqbBqJHA8n4CeB1Q.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKqXhqJHA8n4CeB1Q.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKqsh2JHA8n4CeB1Q.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKqix2JHA8n4CeB1Q.ttf\";i:800;s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKq7B2JHA8n4CeB1Q.ttf\";i:900;s:109:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKqxR2JHA8n4CeB1Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/chirongoroundtc/v2/tssEAopDbiwZ4xauFDX3yQ3Ywoaj6kNR0yP4oqNo8RKqbBq5HQUj.ttf\";}i:313;a:9:{s:6:\"family\";s:13:\"Chiron Hei HK\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:9:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"greek\";i:4;s:9:\"greek-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:8:\"symbols2\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:16:{i:200;s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lLtr18MkTEyjPI0.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lIzr18MkTEyjPI0.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lJtr18MkTEyjPI0.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lJfr18MkTEyjPI0.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lKzqF8MkTEyjPI0.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lKKqF8MkTEyjPI0.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lLtqF8MkTEyjPI0.ttf\";i:900;s:99:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lLEqF8MkTEyjPI0.ttf\";s:9:\"200italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7DdPmzUQieI0QjQ.ttf\";s:9:\"300italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7OlPmzUQieI0QjQ.ttf\";s:6:\"italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7LdPmzUQieI0QjQ.ttf\";s:9:\"500italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7IVPmzUQieI0QjQ.ttf\";s:9:\"600italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7GlImzUQieI0QjQ.ttf\";s:9:\"700italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7FBImzUQieI0QjQ.ttf\";s:9:\"800italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7DdImzUQieI0QjQ.ttf\";s:9:\"900italic\";s:102:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK8E3MSr44vpVKPvzqVJaxhjXUJvtAmXhfU2Uel7B5ImzUQieI0QjQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/chironheihk/v3/wXK-E3MSr44vpVKPvzqVJaxhp3w7QQhPNY163lJtr28NmzU.ttf\";}i:314;a:9:{s:6:\"family\";s:14:\"Chiron Sung HK\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:8:\"symbols2\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:16:{i:200;s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRjdOSt_krURtf4_Q.ttf\";i:300;s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRjquSt_krURtf4_Q.ttf\";s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRj9OSt_krURtf4_Q.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRjxuSt_krURtf4_Q.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRjKuOt_krURtf4_Q.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRjE-Ot_krURtf4_Q.ttf\";i:800;s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRjdOOt_krURtf4_Q.ttf\";i:900;s:102:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRjXeOt_krURtf4_Q.ttf\";s:9:\"200italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKfFvUDQZNLo_U2r.ttf\";s:9:\"300italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKcbvUDQZNLo_U2r.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf\";s:9:\"800italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf\";s:9:\"900italic\";s:104:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFvD_XLTZPpXIpS3-3dhGzHTQKsJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/chironsunghk/v1/nuFtD_XLTZPpXIpS3-3dhGzHTSilFc8oGNI59hRj9OSd_0DQ.ttf\";}i:315;a:9:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_vB7ul2DSFXjQiQ.ttf\";i:200;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_PB_ul2DSFXjQiQ.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_4h_ul2DSFXjQiQ.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_ul2DSFXjQiQ.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_jh_ul2DSFXjQiQ.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_Yhjul2DSFXjQiQ.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_Wxjul2DSFXjQiQ.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_PBjul2DSFXjQiQ.ttf\";i:900;s:84:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_FRjul2DSFXjQiQ.ttf\";s:9:\"100italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1WrWN33AiasJ.ttf\";s:9:\"200italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG1GrWN33AiasJ.ttf\";s:9:\"300italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFxY1GrWN33AiasJ.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1GrWN33AiasJ.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFw01GrWN33AiasJ.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzY02rWN33AiasJ.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzh02rWN33AiasJ.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG02rWN33AiasJ.ttf\";s:9:\"900italic\";s:86:\"https://fonts.gstatic.com/s/chivo/v20/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyv02rWN33AiasJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/chivo/v20/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_elmrW.ttf\";}i:316;a:9:{s:6:\"family\";s:10:\"Chivo Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hrqfVKphL03l4.ttf\";i:200;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hr6fVKphL03l4.ttf\";i:300;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D6_r6fVKphL03l4.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr6fVKphL03l4.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7Tr6fVKphL03l4.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4_qKfVKphL03l4.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4GqKfVKphL03l4.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hqKfVKphL03l4.ttf\";i:900;s:94:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5IqKfVKphL03l4.ttf\";s:9:\"100italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-XIJxp1ml4imo.ttf\";s:9:\"200italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-WIJxp1ml4imo.ttf\";s:9:\"300italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7BGWIJxp1ml4imo.ttf\";s:6:\"italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-WIJxp1ml4imo.ttf\";s:9:\"500italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7H2WIJxp1ml4imo.ttf\";s:9:\"600italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7JGRIJxp1ml4imo.ttf\";s:9:\"700italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7KiRIJxp1ml4imo.ttf\";s:9:\"800italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-RIJxp1ml4imo.ttf\";s:9:\"900italic\";s:97:\"https://fonts.gstatic.com/s/chivomono/v10/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7OaRIJxp1ml4imo.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/chivomono/v10/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr5fUIJw.ttf\";}i:317;a:9:{s:6:\"family\";s:24:\"Chocolate Classical Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/chocolateclassicalsans/v14/nuFqD-PLTZX4XIgT-P2ToCDudWHHflqUpTpfjWdDPI2J9mHITw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/chocolateclassicalsans/v14/nuFqD-PLTZX4XIgT-P2ToCDudWHHflqUpTpfjWdzPYeN.ttf\";}i:318;a:9:{s:6:\"family\";s:10:\"Chokokutai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/chokokutai/v11/kmK4Zqw4HwvCeHGM8Fws9y7ypu1Kr7I.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/chokokutai/v11/kmK4Zqw4HwvCeHGM8Fwsxy_4og.ttf\";}i:319;a:9:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/chonburi/v13/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/chonburi/v13/8AtqGs-wOpGRTBq66LWbHLk.ttf\";}i:320;a:9:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYrvDE5ZdqU.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYrvDE5ZdqU.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYrvDE5ZdqU.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYrvDE5ZdqU.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTYrvDE5ZdqU.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYrvDE5ZdqU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfYvlCA.ttf\";}i:321;a:9:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/cinzeldecorative/v18/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/cinzeldecorative/v18/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/cinzeldecorative/v18/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/cinzeldecorative/v18/daaCSScvJGqLYhG8nNt8KPPswUAPni7VTMk.ttf\";}i:322;a:9:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq71rZ0T4.ttf\";}i:323;a:9:{s:6:\"family\";s:14:\"Climate Crisis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/climatecrisis/v14/wEOpEB3AntNeKCPBVW9XOKlmp3AUgWFN1DvIvcM0gFp6jaUrGb7PsQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/climatecrisis/v14/wEOpEB3AntNeKCPBVW9XOKlmp3AUgWFN1DvIvcM0gFpKjK8v.ttf\";}i:324;a:9:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8JUIMapaN39I.ttf\";i:800;s:68:\"https://fonts.gstatic.com/s/coda/v21/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8FUMGbg.ttf\";}i:325;a:9:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{i:300;s:77:\"https://fonts.gstatic.com/s/codystar/v18/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/codystar/v18/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/codystar/v18/FwZY7-Q1xVk-40qxOu6B6Mw.ttf\";}i:326;a:9:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PXwbElSvO5Tc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PUwaGFA.ttf\";}i:327;a:9:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhj0jDOs.ttf\";}i:328;a:9:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v46\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:5:{i:300;s:93:\"https://fonts.gstatic.com/s/comfortaa/v46/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/comfortaa/v46/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/comfortaa/v46/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/comfortaa/v46/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/comfortaa/v46/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/comfortaa/v46/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrUfJQ.ttf\";}i:329;a:9:{s:6:\"family\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/comforter/v8/H4clBXOCl8nQnlaql3Qa6JG8iqeuag.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/comforter/v8/H4clBXOCl8nQnlaql3Qq6Zu4.ttf\";}i:330;a:9:{s:6:\"family\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/comforterbrush/v8/Y4GTYa1xVSggrfzZI5WMjxRaOz0jwLL9Th8YYA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/comforterbrush/v8/Y4GTYa1xVSggrfzZI5WMjxRaOz0Twbj5.ttf\";}i:331;a:9:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:6:{i:300;s:80:\"https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_wHLwpteLwtHJlc.ttf\";s:9:\"300italic\";s:83:\"https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RTplUKylCNlcw_Q.ttf\";s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeDx63j5pN1MwI.ttf\";s:6:\"italic\";s:79:\"https://fonts.gstatic.com/s/comicneue/v8/4UaFrEJDsxBrF37olUeD96_p4rFwIwJePw.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_xHMwpteLwtHJlc.ttf\";s:9:\"700italic\";s:83:\"https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RXp5UKylCNlcw_Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeD96zp4g.ttf\";}i:332;a:9:{s:6:\"family\";s:12:\"Comic Relief\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/comicrelief/v2/BCauqZkHrvL55SZ8uaEhHMY2XBJhDgs-Kg.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/comicrelief/v2/BCaxqZkHrvL55SZ8uaEhHMYO4D1FBiAiI1y92w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/comicrelief/v2/BCauqZkHrvL55SZ8uaEhHMYGXRhl.ttf\";}i:333;a:9:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1t-TWDw.ttf\";}i:334;a:9:{s:6:\"family\";s:5:\"Comme\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1z5cBr644fWsRO9w.ttf\";i:200;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1zZcFr644fWsRO9w.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1zu8Fr644fWsRO9w.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFr644fWsRO9w.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1z18Fr644fWsRO9w.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1zO8Zr644fWsRO9w.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1zAsZr644fWsRO9w.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1zZcZr644fWsRO9w.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1zTMZr644fWsRO9w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/comme/v3/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFb6oQb.ttf\";}i:335;a:9:{s:6:\"family\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNcGPe7Fu0jUdk.ttf\";i:200;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENdGPe7Fu0jUdk.ttf\";i:300;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTJ1dGPe7Fu0jUdk.ttf\";s:7:\"regular\";s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdGPe7Fu0jUdk.ttf\";i:500;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTPFdGPe7Fu0jUdk.ttf\";i:600;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTB1aGPe7Fu0jUdk.ttf\";i:700;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTCRaGPe7Fu0jUdk.ttf\";i:800;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENaGPe7Fu0jUdk.ttf\";i:900;s:152:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTGpaGPe7Fu0jUdk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:147:\"https://fonts.gstatic.com/s/commissioner/v23/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdKPaxEg.ttf\";}i:336;a:9:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/concertone/v23/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/concertone/v23/VEM1Ro9xs5PjtzCu-srDqSTkjPs.ttf\";}i:337;a:9:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/condiment/v25/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/condiment/v25/pONk1hggFNmwvXALyH6iqoP8.ttf\";}i:338;a:9:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2024-12-04\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/content/v27/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/content/v27/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/content/v27/zrfl0HLayePhU_AwYaH4Jg.ttf\";}i:339;a:9:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/contrailone/v20/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/contrailone/v20/eLGbP-j_JA-kG0_Zo51noaftZEHp.ttf\";}i:340;a:9:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYShbu0o.ttf\";}i:341;a:9:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/cookie/v22/syky-y18lb0tSbfNlQCT9tPdpw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/cookie/v22/syky-y18lb0tSbf9lAqX.ttf\";}i:342;a:9:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb0djHkihUb-A.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb3diFEw.ttf\";}i:343;a:10:{s:6:\"family\";s:12:\"Coral Pixels\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/coralpixels/v1/qWctB66zpZ3zAtrlR8Mb1LyyeBb_ujA4ug.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/coralpixels/v1/qWctB66zpZ3zAtrlR8Mb1LyCeRz7.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv0\";}}i:344;a:9:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/corben/v22/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/corben/v22/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/corben/v22/LYjDdGzzklQtCMpNoQNA.ttf\";}i:345;a:9:{s:6:\"family\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/corinthia/v12/wEO_EBrAnchaJyPMHE0FUfAL3EsHiA.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/corinthia/v12/wEO6EBrAnchaJyPMHE097d8v1GAbgbLXQA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/corinthia/v12/wEO_EBrAnchaJyPMHE01UPoP.ttf\";}i:346;a:9:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:93:\"https://fonts.gstatic.com/s/cormorant/v23/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFk9TQ7Rg7A2uwYs.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/cormorant/v23/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Rg7A2uwYs.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/cormorant/v23/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Rg7A2uwYs.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/cormorant/v23/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFs9UQ7Rg7A2uwYs.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/cormorant/v23/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFvZUQ7Rg7A2uwYs.ttf\";s:9:\"300italic\";s:96:\"https://fonts.gstatic.com/s/cormorant/v23/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQ9fdq6C-r0YvxdA.ttf\";s:6:\"italic\";s:96:\"https://fonts.gstatic.com/s/cormorant/v23/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq6C-r0YvxdA.ttf\";s:9:\"500italic\";s:96:\"https://fonts.gstatic.com/s/cormorant/v23/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq6C-r0YvxdA.ttf\";s:9:\"600italic\";s:96:\"https://fonts.gstatic.com/s/cormorant/v23/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQdfBq6C-r0YvxdA.ttf\";s:9:\"700italic\";s:96:\"https://fonts.gstatic.com/s/cormorant/v23/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQTPBq6C-r0YvxdA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/cormorant/v23/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc7Vq6A.ttf\";}i:347;a:9:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:113:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_qE6GnPEi_s4Mfs.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnPEi_s4Mfs.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06GnPEi_s4Mfs.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9GnPEi_s4Mfs.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_hg9GnPEi_s4Mfs.ttf\";s:9:\"300italic\";s:116:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5rDDOj9k9Ifu5UQ.ttf\";s:6:\"italic\";s:116:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd58jDOj9k9Ifu5UQ.ttf\";s:9:\"500italic\";s:116:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5wDDOj9k9Ifu5UQ.ttf\";s:9:\"600italic\";s:116:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5LDfOj9k9Ifu5UQ.ttf\";s:9:\"700italic\";s:116:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5FTfOj9k9Ifu5UQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/cormorantgaramond/v20/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86KnLOjw.ttf\";}i:348;a:9:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:108:\"https://fonts.gstatic.com/s/cormorantinfant/v21/HhyCU44g9vKiM1sORYSiWeAsLN99xfs9KOOc_agJPrhxYOWThDlDkWSy.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/cormorantinfant/v21/HhyCU44g9vKiM1sORYSiWeAsLN99xfs9KOOc_agJPrgvYOWThDlDkWSy.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/cormorantinfant/v21/HhyCU44g9vKiM1sORYSiWeAsLN99xfs9KOOc_agJPrgdYOWThDlDkWSy.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/cormorantinfant/v21/HhyCU44g9vKiM1sORYSiWeAsLN99xfs9KOOc_agJPrjxZ-WThDlDkWSy.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/cormorantinfant/v21/HhyCU44g9vKiM1sORYSiWeAsLN99xfs9KOOc_agJPrjIZ-WThDlDkWSy.ttf\";s:9:\"300italic\";s:111:\"https://fonts.gstatic.com/s/cormorantinfant/v21/Hhy8U44g9vKiM1sORYSiWeAsLN997_IP1zv1ljKnOa3nI1PQjj1hlHSyazs.ttf\";s:6:\"italic\";s:111:\"https://fonts.gstatic.com/s/cormorantinfant/v21/Hhy8U44g9vKiM1sORYSiWeAsLN997_IP1zv1ljKnOa3nIw3Qjj1hlHSyazs.ttf\";s:9:\"500italic\";s:111:\"https://fonts.gstatic.com/s/cormorantinfant/v21/Hhy8U44g9vKiM1sORYSiWeAsLN997_IP1zv1ljKnOa3nIz_Qjj1hlHSyazs.ttf\";s:9:\"600italic\";s:111:\"https://fonts.gstatic.com/s/cormorantinfant/v21/Hhy8U44g9vKiM1sORYSiWeAsLN997_IP1zv1ljKnOa3nI9PXjj1hlHSyazs.ttf\";s:9:\"700italic\";s:111:\"https://fonts.gstatic.com/s/cormorantinfant/v21/Hhy8U44g9vKiM1sORYSiWeAsLN997_IP1zv1ljKnOa3nI-rXjj1hlHSyazs.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/cormorantinfant/v21/HhyCU44g9vKiM1sORYSiWeAsLN99xfs9KOOc_agJPrgvYNWSjj0.ttf\";}i:349;a:9:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:86:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf\";s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwsurTA0.ttf\";}i:350;a:9:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:97:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX9vSlMc.ttf\";}i:351;a:9:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:97:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y1vUhDA.ttf\";}i:352;a:9:{s:6:\"family\";s:14:\"Cossette Texte\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:2:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/cossettetexte/v1/S6ukw4pDXzTb-m1kPi_7eV-ciP01xPBQ19bE.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/cossettetexte/v1/S6unw4pDXzTb-m1kPi_7eV-ciMWJ69RY_MrNDZes.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/cossettetexte/v1/S6ukw4pDXzTb-m1kPi_7eV-ciM00zvQ.ttf\";}i:353;a:9:{s:6:\"family\";s:14:\"Cossette Titre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:2:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/cossettetitre/v1/11hYGpvKz1nGbxMXUWz9OdPzuiEZrPeE8cA2.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/cossettetitre/v1/11hbGpvKz1nGbxMXUWz9OdPzuhmlg9OM2tw_RXR-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/cossettetitre/v1/11hYGpvKz1nGbxMXUWz9OdPzuhEYpvM.ttf\";}i:354;a:9:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/courgette/v18/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/courgette/v18/wEO_EBrAnc9BLjLQAUk1UPoP.ttf\";}i:355;a:9:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/courierprime/v10/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf\";s:6:\"italic\";s:87:\"https://fonts.gstatic.com/s/courierprime/v10/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/courierprime/v10/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/courierprime/v10/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/courierprime/v10/u-450q2lgwslOqpF_6gQ8kELawdpXw.ttf\";}i:356;a:9:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/cousine/v28/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/cousine/v28/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/cousine/v28/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/cousine/v28/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/cousine/v28/d6lIkaiiRdih4SpP_SIvyQ.ttf\";}i:357;a:9:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf\";i:900;s:77:\"https://fonts.gstatic.com/s/coustard/v16/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU-UOt2E.ttf\";}i:358;a:9:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/coveredbyyourgrace/v16/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/coveredbyyourgrace/v16/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOSEFwgp.ttf\";}i:359;a:9:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NveQBf_.ttf\";}i:360;a:9:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4RdH38.ttf\";}i:361;a:9:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/creteround/v15/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/creteround/v15/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/creteround/v15/55xoey1sJNPjPiv1ZZZrxK190bg.ttf\";}i:362;a:9:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:16:{i:200;s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf\";s:9:\"200italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf\";s:9:\"300italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf\";s:9:\"500italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf\";s:9:\"600italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf\";s:9:\"700italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf\";s:9:\"800italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf\";s:9:\"900italic\";s:99:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/crimsonpro/v27/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm1MOZs7.ttf\";}i:363;a:9:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:6:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/crimsontext/v19/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf\";s:9:\"600italic\";s:88:\"https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJfaQhW.ttf\";}i:364;a:9:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/croissantone/v27/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/croissantone/v27/3y9n6bU9bTPg4m8NDy3Kq24UA3tgmw.ttf\";}i:365;a:9:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/crushed/v31/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/crushed/v31/U9Mc6dym6WXImTlFf1gVvA.ttf\";}i:366;a:9:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/cuprum/v28/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6ZjzSJjQjgnU.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/cuprum/v28/dg45_pLmvrkcOkBnKsOzXyGWTBcmg9f6ZjzSJjQjgnU.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/cuprum/v28/dg45_pLmvrkcOkBnKsOzXyGWTBcmgzv9ZjzSJjQjgnU.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/cuprum/v28/dg45_pLmvrkcOkBnKsOzXyGWTBcmgwL9ZjzSJjQjgnU.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/cuprum/v28/dg47_pLmvrkcOkBNI_FMh0j91rkhli25jn_YIhYmknUPEA.ttf\";s:9:\"500italic\";s:89:\"https://fonts.gstatic.com/s/cuprum/v28/dg47_pLmvrkcOkBNI_FMh0j91rkhli25vH_YIhYmknUPEA.ttf\";s:9:\"600italic\";s:89:\"https://fonts.gstatic.com/s/cuprum/v28/dg47_pLmvrkcOkBNI_FMh0j91rkhli25UHjYIhYmknUPEA.ttf\";s:9:\"700italic\";s:89:\"https://fonts.gstatic.com/s/cuprum/v28/dg47_pLmvrkcOkBNI_FMh0j91rkhli25aXjYIhYmknUPEA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/cuprum/v28/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6Vj3YIg.ttf\";}i:367;a:9:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/cutefont/v27/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/cutefont/v27/Noaw6Uny2oWPbSHMrY6fmZlR.ttf\";}i:368;a:9:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/cutive/v23/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/cutive/v23/NaPZcZ_fHOhV3IpLTvJH.ttf\";}i:369;a:9:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/cutivemono/v22/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/cutivemono/v22/m8JWjfRfY7WVjVi2E-K9H6RETms.ttf\";}i:370;a:9:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:74:\"https://fonts.gstatic.com/s/dmmono/v15/aFTR7PB1QTsUX8KYvrGyIYSnbKX9Rlk.ttf\";s:9:\"300italic\";s:77:\"https://fonts.gstatic.com/s/dmmono/v15/aFTT7PB1QTsUX8KYth-orYataIf4VllXuA.ttf\";s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/dmmono/v15/aFTU7PB1QTsUX8KYhh2aBYyMcKw.ttf\";s:6:\"italic\";s:73:\"https://fonts.gstatic.com/s/dmmono/v15/aFTW7PB1QTsUX8KYth-QAa6JYKzkXw.ttf\";i:500;s:74:\"https://fonts.gstatic.com/s/dmmono/v15/aFTR7PB1QTsUX8KYvumzIYSnbKX9Rlk.ttf\";s:9:\"500italic\";s:77:\"https://fonts.gstatic.com/s/dmmono/v15/aFTT7PB1QTsUX8KYth-o9YetaIf4VllXuA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/dmmono/v15/aFTU7PB1QTsUX8KYthyQAQ.ttf\";}i:371;a:9:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAop1hTmf3ZGMZpg.ttf\";i:200;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpxhTmf3ZGMZpg.ttf\";i:300;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhTmf3ZGMZpg.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTmf3ZGMZpg.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhTmf3ZGMZpg.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthTmf3ZGMZpg.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthTmf3ZGMZpg.ttf\";i:800;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpthTmf3ZGMZpg.ttf\";i:900;s:105:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thTmf3ZGMZpg.ttf\";s:9:\"100italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDG3zRmYJpso5.ttf\";s:9:\"200italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JDW3zRmYJpso5.ttf\";s:9:\"300italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDW3zRmYJpso5.ttf\";s:6:\"italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW3zRmYJpso5.ttf\";s:9:\"500italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW3zRmYJpso5.ttf\";s:9:\"600italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm3zRmYJpso5.ttf\";s:9:\"700italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm3zRmYJpso5.ttf\";s:9:\"800italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCm3zRmYJpso5.ttf\";s:9:\"900italic\";s:107:\"https://fonts.gstatic.com/s/dmsans/v16/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm3zRmYJpso5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRT23z.ttf\";}i:372;a:9:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/dmserifdisplay/v16/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/dmserifdisplay/v16/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/dmserifdisplay/v16/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Zx1w.ttf\";}i:373;a:9:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/dmseriftext/v13/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/dmseriftext/v13/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/dmseriftext/v13/rnCu-xZa_krGokauCeNq1wWyWfKFWA.ttf\";}i:374;a:9:{s:6:\"family\";s:13:\"Dai Banna SIL\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"new-tai-lue\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:300;s:86:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tYKoDsrKOgMX95A.ttf\";s:9:\"300italic\";s:89:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyygsjAPiES55D3Vg.ttf\";s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-4wj0AJWmpwGyJ2uEoA4I7jS6AKsLhJgo.ttf\";s:6:\"italic\";s:85:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-mwj0AJWmpwGyJ2uEoA4I7vSyKLuDkNgoO7g.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tdqpDsrKOgMX95A.ttf\";s:9:\"500italic\";s:89:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy2snAPiES55D3Vg.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tfauDsrKOgMX95A.ttf\";s:9:\"600italic\";s:89:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy9s7APiES55D3Vg.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tZKvDsrKOgMX95A.ttf\";s:9:\"700italic\";s:89:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyyks_APiES55D3Vg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/daibannasil/v2/lW-4wj0AJWmpwGyJ2uEoA4I7vS-KLg.ttf\";}i:375;a:9:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/damion/v15/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/damion/v15/hv-XlzJ3KEUe_YZkbGwz.ttf\";}i:376;a:9:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/dancingscript/v28/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/dancingscript/v28/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/dancingscript/v28/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/dancingscript/v28/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/dancingscript/v28/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3TOp5.ttf\";}i:377;a:9:{s:6:\"family\";s:5:\"Danfo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/danfo/v4/snf3s0u_98t16THfK1Csj3N41ZqbYDe5S71ToPrNKQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/danfo/v4/snf3s0u_98t16THfK1Csj3N41ZqbYDeJSrdX.ttf\";}i:378;a:9:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/dangrek/v32/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/dangrek/v32/LYjCdG30nEgoH8E2sCJgrQ.ttf\";}i:379;a:9:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:7:{i:300;s:107:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXxpqn7y-XFyZFUB.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qn7y-XFyZFUB.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXwFqn7y-XFyZFUB.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzprX7y-XFyZFUB.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzQrX7y-XFyZFUB.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXy3rX7y-XFyZFUB.ttf\";i:900;s:107:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXyerX7y-XFyZFUB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/darkergrotesque/v9/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qk7z83U.ttf\";}i:380;a:9:{s:6:\"family\";s:14:\"Darumadrop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/darumadropone/v13/cY9cfjeIW11dpCKgRLi675a87IhHBJOxZQPp.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/darumadropone/v13/cY9cfjeIW11dpCKgRLi675a87LhGDpc.ttf\";}i:381;a:9:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/davidlibre/v16/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/davidlibre/v16/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/davidlibre/v16/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/davidlibre/v16/snfus0W_99N64iuYSvp4W8l94Jo.ttf\";}i:382;a:9:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/dawningofanewday/v21/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/dawningofanewday/v21/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAw8aj2Y.ttf\";}i:383;a:9:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/daysone/v19/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/daysone/v19/mem9YaCnxnKRiYZOCIYUcr0.ttf\";}i:384;a:9:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/dekko/v22/46khlb_wWjfSrttFR0vsfl1B.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/dekko/v22/46khlb_wWjfSrutETU8.ttf\";}i:385;a:9:{s:6:\"family\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/delagothicone/v18/hESp6XxvMDRA-2eD0lXpDa6QkBAGRUsJQAlbUA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/delagothicone/v18/hESp6XxvMDRA-2eD0lXpDa6QkBA2REEN.ttf\";}i:386;a:9:{s:6:\"family\";s:18:\"Delicious Handrawn\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/delicioushandrawn/v9/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ113JpDd6u3AQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/delicioushandrawn/v9/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ1F3ZBH.ttf\";}i:387;a:9:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/delius/v20/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/delius/v20/PN_xRfK0pW_9e1rdYMg6.ttf\";}i:388;a:9:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/deliusswashcaps/v24/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/deliusswashcaps/v24/oY1E8fPLr7v4JWCExZpWebxVKORpXUecIGM.ttf\";}i:389;a:9:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/deliusunicase/v29/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/deliusunicase/v29/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/deliusunicase/v29/845BNMEwEIOVT8BmgfSzIr_6mlLGfeo.ttf\";}i:390;a:9:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/dellarespira/v23/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/dellarespira/v23/RLp5K5v44KaueWI6iEJQBiGPdfgYvw.ttf\";}i:391;a:9:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/denkone/v20/dg4m_pzhrqcFb2IzROtHpbglShon.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/denkone/v20/dg4m_pzhrqcFb2IzRNtGr7w.ttf\";}i:392;a:9:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/devonshire/v28/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/devonshire/v28/46kqlbDwWirWr4gtBD2Bb0Rg1w.ttf\";}i:393;a:9:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/dhurjati/v26/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/dhurjati/v26/_6_8ED3gSeatXfFiFU3zQqA.ttf\";}i:394;a:9:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/didactgothic/v20/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/didactgothic/v20/ahcfv8qz1zt6hCC5G4F_P4ASlU2Yow.ttf\";}i:395;a:9:{s:6:\"family\";s:10:\"Diphylleia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/diphylleia/v2/DtVmJxCtRKMixK4_HXsIulwm6gDXvwE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/diphylleia/v2/DtVmJxCtRKMixK4_HXsIil0s7g.ttf\";}i:396;a:9:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/diplomata/v33/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/diplomata/v33/Cn-0JtiMXwhNwp-wKxyvYWZc.ttf\";}i:397;a:9:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/diplomatasc/v29/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/diplomatasc/v29/buExpoi3ecvs3kidKgBJo2kv-fRK.ttf\";}i:398;a:9:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/dohyeon/v20/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/dohyeon/v20/TwMN-I8CRRU2zM86HGE2bQI.ttf\";}i:399;a:9:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/dokdo/v22/esDf315XNuCBLxLo4NaMlKcH.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/dokdo/v22/esDf315XNuCBLyLp6tI.ttf\";}i:400;a:9:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/domine/v24/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAI10VErGuW8Q.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/domine/v24/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X0DAI10VErGuW8Q.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/domine/v24/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X6zHI10VErGuW8Q.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/domine/v24/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X5XHI10VErGuW8Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/domine/v24/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAE1wfFg.ttf\";}i:401;a:9:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/donegalone/v21/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/donegalone/v21/m8JWjfRYea-ZnFz6fsK9FaRETms.ttf\";}i:402;a:9:{s:6:\"family\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:73:\"https://fonts.gstatic.com/s/dongle/v15/sJoG3Ltdjt6VPkqeEcxrYjWNzXvVPA.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/dongle/v15/sJoF3Ltdjt6VPkqmveRPah6RxA.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/dongle/v15/sJoG3Ltdjt6VPkqeActrYjWNzXvVPA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/dongle/v15/sJoF3Ltdjt6VPkqWvO5L.ttf\";}i:403;a:9:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-pgorLA.ttf\";}i:404;a:9:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/dorsa/v28/yYLn0hjd0OGwqo493XCFxAnQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/dorsa/v28/yYLn0hjd0OGwqr4813Q.ttf\";}i:405;a:9:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:200;s:84:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/dosis/v33/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml3RMB.ttf\";}i:406;a:9:{s:6:\"family\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/dotgothic16/v20/v6-QGYjBJFKgyw5nSoDAGE7L435YPFrT.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/dotgothic16/v20/v6-QGYjBJFKgyw5nSoDAGH7K6Xo.ttf\";}i:407;a:9:{s:6:\"family\";s:4:\"Doto\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFOOOez0WSvrlpgw.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFuOKez0WSvrlpgw.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFZuKez0WSvrlpgw.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFOOKez0WSvrlpgw.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFCuKez0WSvrlpgw.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphF5uWez0WSvrlpgw.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphF3-Wez0WSvrlpgw.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFuOWez0WSvrlpgw.ttf\";i:900;s:98:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFkeWez0WSvrlpgw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/doto/v2/t5tJIRMbNJ6TQG7Il_EKPqP9zTnvqqGNcuvLMt1JIphFOOKuzk-W.ttf\";}i:408;a:9:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/drsugiyama/v29/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/drsugiyama/v29/HTxoL2k4N3O9n5I1boGI7ZbQOYs.ttf\";}i:409;a:9:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/durusans/v20/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/durusans/v20/xn7iYH8xwmSyTvEV_HOBTv3c.ttf\";}i:410;a:9:{s:6:\"family\";s:8:\"DynaPuff\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/dynapuff/v8/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu6YjrSRs4wn8.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/dynapuff/v8/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSyQu6YjrSRs4wn8.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/dynapuff/v8/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS8gp6YjrSRs4wn8.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/dynapuff/v8/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS_Ep6YjrSRs4wn8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/dynapuff/v8/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu2YnhTQ.ttf\";}i:411;a:9:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/dynalight/v23/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/dynalight/v23/1Ptsg8LOU_aOmQvTsF44S4Fv.ttf\";}i:412;a:9:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:10:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf\";s:9:\"500italic\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf\";s:9:\"600italic\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf\";s:9:\"700italic\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf\";s:9:\"800italic\";s:99:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RkAo96.ttf\";}i:413;a:9:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/eaglelake/v25/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/eaglelake/v25/ptRMTiqbbuNJDOiKj9wG1O_4LQ.ttf\";}i:414;a:9:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/eastseadokdo/v25/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/eastseadokdo/v25/xfuo0Wn2V2_KanASqXSZp22m06_bE68.ttf\";}i:415;a:9:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/eater/v26/mtG04_FCK7bOvpu2u3FwsXsR.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/eater/v26/mtG04_FCK7bOvqu3sXU.ttf\";}i:416;a:9:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/economica/v16/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf\";s:6:\"italic\";s:78:\"https://fonts.gstatic.com/s/economica/v16/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/economica/v16/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf\";s:9:\"700italic\";s:82:\"https://fonts.gstatic.com/s/economica/v16/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/economica/v16/Qw3fZQZaHCLgIWa29ZBbMMIE.ttf\";}i:417;a:9:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:10:\"devanagari\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/eczar/v26/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6WqTIVKWJKWg.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/eczar/v26/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXL96WqTIVKWJKWg.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/eczar/v26/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXw9mWqTIVKWJKWg.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/eczar/v26/BXR2vF3Pi-DLmxcpJB-qbNTyTMDX-tmWqTIVKWJKWg.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/eczar/v26/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXndmWqTIVKWJKWg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/eczar/v26/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6mqDgR.ttf\";}i:418;a:9:{s:6:\"family\";s:23:\"Edu AU VIC WA NT Arrows\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/eduauvicwantarrows/v3/z7N7dQTteSlUDJZJAmUB9MuVbLPBjsrTFZLUbdjnSmlATbEWXt5tAcvhTTk90n91Vw.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/eduauvicwantarrows/v3/z7N7dQTteSlUDJZJAmUB9MuVbLPBjsrTFZLUbdjnSmlATbEWXt5tM8vhTTk90n91Vw.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/eduauvicwantarrows/v3/z7N7dQTteSlUDJZJAmUB9MuVbLPBjsrTFZLUbdjnSmlATbEWXt5t38zhTTk90n91Vw.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/eduauvicwantarrows/v3/z7N7dQTteSlUDJZJAmUB9MuVbLPBjsrTFZLUbdjnSmlATbEWXt5t5szhTTk90n91Vw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/eduauvicwantarrows/v3/z7N7dQTteSlUDJZJAmUB9MuVbLPBjsrTFZLUbdjnSmlATbEWXt5tAcvRTDM5.ttf\";}i:419;a:9:{s:6:\"family\";s:21:\"Edu AU VIC WA NT Dots\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:115:\"https://fonts.gstatic.com/s/eduauvicwantdots/v3/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLvtYEtmT2SB3_5U.ttf\";i:500;s:115:\"https://fonts.gstatic.com/s/eduauvicwantdots/v3/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLslYEtmT2SB3_5U.ttf\";i:600;s:115:\"https://fonts.gstatic.com/s/eduauvicwantdots/v3/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLiVfEtmT2SB3_5U.ttf\";i:700;s:115:\"https://fonts.gstatic.com/s/eduauvicwantdots/v3/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLhxfEtmT2SB3_5U.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/eduauvicwantdots/v3/S6uQw5FFVDKI3kwwDUbsPHCpzZNhzrA3or3_B4dZ6MmTX8QNLvtYItiZ3Q.ttf\";}i:420;a:9:{s:6:\"family\";s:23:\"Edu AU VIC WA NT Guides\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/eduauvicwantguides/v2/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPdK1ZazoF08FsYlA.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/eduauvicwantguides/v2/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPdGVZazoF08FsYlA.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/eduauvicwantguides/v2/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPd9VFazoF08FsYlA.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/eduauvicwantguides/v2/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPdzFFazoF08FsYlA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/eduauvicwantguides/v2/TuG-UUJ4V48KZ9Nr3ZV46JQkJxtkFIKnvy00LCZuAcLMeb8FnyPdK1Zqz4tw.ttf\";}i:421;a:9:{s:6:\"family\";s:21:\"Edu AU VIC WA NT Hand\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:115:\"https://fonts.gstatic.com/s/eduauvicwanthand/v2/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtCJ1lKtFbYfTEUU.ttf\";i:500;s:115:\"https://fonts.gstatic.com/s/eduauvicwanthand/v2/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtBB1lKtFbYfTEUU.ttf\";i:600;s:115:\"https://fonts.gstatic.com/s/eduauvicwanthand/v2/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtPxylKtFbYfTEUU.ttf\";i:700;s:115:\"https://fonts.gstatic.com/s/eduauvicwanthand/v2/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtMVylKtFbYfTEUU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/eduauvicwanthand/v2/C8cO4dY1tX2x0uuiUHFS4y7ERV-jfqJ6x063HfvcsxiYKifhtCJ1pKpPaQ.ttf\";}i:422;a:9:{s:6:\"family\";s:20:\"Edu AU VIC WA NT Pre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/eduauvicwantpre/v2/f0Xc0fWk-t0rbG8Ycr-t55aG0elTWbFeXaYI98CnuNLeosIyJmkwr6MhKkg6nw.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/eduauvicwantpre/v2/f0Xc0fWk-t0rbG8Ycr-t55aG0elTWbFeXaYI98CnuNLeosIyFGkwr6MhKkg6nw.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/eduauvicwantpre/v2/f0Xc0fWk-t0rbG8Ycr-t55aG0elTWbFeXaYI98CnuNLeosIy-G4wr6MhKkg6nw.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/eduauvicwantpre/v2/f0Xc0fWk-t0rbG8Ycr-t55aG0elTWbFeXaYI98CnuNLeosIywW4wr6MhKkg6nw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/eduauvicwantpre/v2/f0Xc0fWk-t0rbG8Ycr-t55aG0elTWbFeXaYI98CnuNLeosIyJmkArqkl.ttf\";}i:423;a:9:{s:6:\"family\";s:19:\"Edu NSW ACT Cursive\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/edunswactcursive/v2/xn7LYGUw02PnIPEjskHSG_2fCaz9DzhQbcTNLWxkwsHVCrd5giiVjXBs6BMb.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/edunswactcursive/v2/xn7LYGUw02PnIPEjskHSG_2fCaz9DzhQbcTNLWxkwsHVCrdLgiiVjXBs6BMb.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/edunswactcursive/v2/xn7LYGUw02PnIPEjskHSG_2fCaz9DzhQbcTNLWxkwsHVCrenhSiVjXBs6BMb.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/edunswactcursive/v2/xn7LYGUw02PnIPEjskHSG_2fCaz9DzhQbcTNLWxkwsHVCreehSiVjXBs6BMb.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/edunswactcursive/v2/xn7LYGUw02PnIPEjskHSG_2fCaz9DzhQbcTNLWxkwsHVCrd5ghiUh3Q.ttf\";}i:424;a:9:{s:6:\"family\";s:22:\"Edu NSW ACT Foundation\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:119:\"https://fonts.gstatic.com/s/edunswactfoundation/v4/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tovGLeC-sfguJ.ttf\";i:500;s:119:\"https://fonts.gstatic.com/s/edunswactfoundation/v4/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9fovGLeC-sfguJ.ttf\";i:600;s:119:\"https://fonts.gstatic.com/s/edunswactfoundation/v4/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-zpfGLeC-sfguJ.ttf\";i:700;s:119:\"https://fonts.gstatic.com/s/edunswactfoundation/v4/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-KpfGLeC-sfguJ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/edunswactfoundation/v4/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tosGKcis.ttf\";}i:425;a:9:{s:6:\"family\";s:20:\"Edu NSW ACT Hand Pre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/edunswacthandpre/v2/kmKXZrI-ExGJWUmupHwGgw6Qw4svl-MsLiw7ATFEXwCkLE0ywWBqtsjedKEHuQ.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/edunswacthandpre/v2/kmKXZrI-ExGJWUmupHwGgw6Qw4svl-MsLiw7ATFEXwCkLE0y82BqtsjedKEHuQ.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/edunswacthandpre/v2/kmKXZrI-ExGJWUmupHwGgw6Qw4svl-MsLiw7ATFEXwCkLE0yH2dqtsjedKEHuQ.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/edunswacthandpre/v2/kmKXZrI-ExGJWUmupHwGgw6Qw4svl-MsLiw7ATFEXwCkLE0yJmdqtsjedKEHuQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/edunswacthandpre/v2/kmKXZrI-ExGJWUmupHwGgw6Qw4svl-MsLiw7ATFEXwCkLE0ywWBat8La.ttf\";}i:426;a:9:{s:6:\"family\";s:16:\"Edu QLD Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/eduqldbeginner/v4/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3oebi6vyVWCN.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/eduqldbeginner/v4/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE423oebi6vyVWCN.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/eduqldbeginner/v4/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7a2Yebi6vyVWCN.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/eduqldbeginner/v4/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7j2Yebi6vyVWCN.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/eduqldbeginner/v4/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3reaga8.ttf\";}i:427;a:9:{s:6:\"family\";s:12:\"Edu QLD Hand\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/eduqldhand/v2/d6lakaOkTtjy2QhuzWtup1rW3NCQVvjKPjPjngAUeRt5gGCzkrs.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/eduqldhand/v2/d6lakaOkTtjy2QhuzWtup1rW3NCQVvjKPjPjnjIUeRt5gGCzkrs.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/eduqldhand/v2/d6lakaOkTtjy2QhuzWtup1rW3NCQVvjKPjPjnt4TeRt5gGCzkrs.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/eduqldhand/v2/d6lakaOkTtjy2QhuzWtup1rW3NCQVvjKPjPjnucTeRt5gGCzkrs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/eduqldhand/v2/d6lakaOkTtjy2QhuzWtup1rW3NCQVvjKPjPjngAUSRpzhA.ttf\";}i:428;a:9:{s:6:\"family\";s:15:\"Edu SA Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/edusabeginner/v4/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989fo1yBydUEDs.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/edusabeginner/v4/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9-09fo1yBydUEDs.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/edusabeginner/v4/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9wE6fo1yBydUEDs.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/edusabeginner/v4/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9zg6fo1yBydUEDs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/edusabeginner/v4/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989Tox4Aw.ttf\";}i:429;a:9:{s:6:\"family\";s:11:\"Edu SA Hand\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/edusahand/v2/memtYaOmw37C-ogAJfd7NocVXTy8nx2cmqvXlWumvkSE55OZgw.ttf\";i:500;s:95:\"https://fonts.gstatic.com/s/edusahand/v2/memtYaOmw37C-ogAJfd7NocVXTy8nx2cmqvXp2umvkSE55OZgw.ttf\";i:600;s:95:\"https://fonts.gstatic.com/s/edusahand/v2/memtYaOmw37C-ogAJfd7NocVXTy8nx2cmqvXS2ymvkSE55OZgw.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/edusahand/v2/memtYaOmw37C-ogAJfd7NocVXTy8nx2cmqvXcmymvkSE55OZgw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/edusahand/v2/memtYaOmw37C-ogAJfd7NocVXTy8nx2cmqvXlWuWv06A.ttf\";}i:430;a:9:{s:6:\"family\";s:16:\"Edu TAS Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/edutasbeginner/v4/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwemkrBWRhvk02.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/edutasbeginner/v4/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HCemkrBWRhvk02.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/edutasbeginner/v4/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EufWkrBWRhvk02.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/edutasbeginner/v4/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EXfWkrBWRhvk02.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/edutasbeginner/v4/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwelkqD2A.ttf\";}i:431;a:9:{s:6:\"family\";s:22:\"Edu VIC WA NT Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:118:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v5/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlPmFXwnpkeGR.ttf\";i:500;s:118:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v5/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OllPmFXwnpkeGR.ttf\";i:600;s:118:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v5/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-NJk_mFXwnpkeGR.ttf\";i:700;s:118:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v5/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-Nwk_mFXwnpkeGR.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:113:\"https://fonts.gstatic.com/s/eduvicwantbeginner/v5/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlMmEVQ0.ttf\";}i:432;a:9:{s:6:\"family\";s:18:\"Edu VIC WA NT Hand\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/eduvicwanthand/v2/UcCO3EsnIXnOaZKmY1Ry0wZjP9YVRBcw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/eduvicwanthand/v2/UcCO3EsnIXnOaZKmY1Ry0wZjP9YVRBcw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/eduvicwanthand/v2/UcCO3EsnIXnOaZKmY1Ry0wZjP9YVRBcw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/eduvicwanthand/v2/UcCO3EsnIXnOaZKmY1Ry0wZjP9YVRBcw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/eduvicwanthand/v2/UcCO3EsnIXnOaZKmY1Ry0wZjP9YVRBcw2boKoduKmMEVuLyfAZlhjQ.ttf\";}i:433;a:9:{s:6:\"family\";s:22:\"Edu VIC WA NT Hand Pre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/eduvicwanthandpre/v2/neInzDmioZxjkInM_tLHFudmcN2Uxxc-9Vnv-4YmimMq127-YLTo4dgUBS1Nzqn8.ttf\";i:500;s:117:\"https://fonts.gstatic.com/s/eduvicwanthandpre/v2/neInzDmioZxjkInM_tLHFudmcN2Uxxc-9Vnv-4YmimMq127-YLTa4dgUBS1Nzqn8.ttf\";i:600;s:117:\"https://fonts.gstatic.com/s/eduvicwanthandpre/v2/neInzDmioZxjkInM_tLHFudmcN2Uxxc-9Vnv-4YmimMq127-YLQ25tgUBS1Nzqn8.ttf\";i:700;s:117:\"https://fonts.gstatic.com/s/eduvicwanthandpre/v2/neInzDmioZxjkInM_tLHFudmcN2Uxxc-9Vnv-4YmimMq127-YLQP5tgUBS1Nzqn8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:112:\"https://fonts.gstatic.com/s/eduvicwanthandpre/v2/neInzDmioZxjkInM_tLHFudmcN2Uxxc-9Vnv-4YmimMq127-YLTo4egVDyk.ttf\";}i:434;a:9:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/elmessiri/v24/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe65ghj3OoapG.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/elmessiri/v24/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXCe65ghj3OoapG.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/elmessiri/v24/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUufK5ghj3OoapG.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/elmessiri/v24/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUXfK5ghj3OoapG.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/elmessiri/v24/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe55hjDk.ttf\";}i:435;a:9:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/electrolize/v19/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/electrolize/v19/cIf5Ma1dtE0zSiGSiED7AXEHuIo.ttf\";}i:436;a:9:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/elsie/v25/BCanqZABrez54yYu9slAeLgX.ttf\";i:900;s:70:\"https://fonts.gstatic.com/s/elsie/v25/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/elsie/v25/BCanqZABrez54xYv_M0.ttf\";}i:437;a:9:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/elsieswashcaps/v24/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf\";i:900;s:94:\"https://fonts.gstatic.com/s/elsieswashcaps/v24/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/elsieswashcaps/v24/845DNN8xGZyVX5MVo_upKf7KnjK0TevfLA.ttf\";}i:438;a:9:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOELRAFFo.ttf\";}i:439;a:9:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/emilyscandy/v20/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/emilyscandy/v20/2EbgL-1mD1Rnb0OGKudbk0yJrtZv.ttf\";}i:440;a:9:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtWP7FJCt2c.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtWP7FJCt2c.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtWP7FJCt2c.ttf\";s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtWP7FJCt2c.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtWP7FJCt2c.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtWP7FJCt2c.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtWP7FJCt2c.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtWP7FJCt2c.ttf\";i:900;s:114:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtWP7FJCt2c.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/encodesans/v22/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjVtSF6A.ttf\";}i:441;a:9:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:104:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf\";s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2gK-J.ttf\";}i:442;a:9:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:102:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf\";i:900;s:103:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpojKQM.ttf\";}i:443;a:9:{s:6:\"family\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhn8c9NOEEClIc.ttf\";i:200;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhm8c9NOEEClIc.ttf\";i:300;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HCZm8c9NOEEClIc.ttf\";s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhm8c9NOEEClIc.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HEpm8c9NOEEClIc.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HKZh8c9NOEEClIc.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HJ9h8c9NOEEClIc.ttf\";i:800;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhh8c9NOEEClIc.ttf\";i:900;s:120:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HNFh8c9NOEEClIc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/encodesanssc/v13/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhmwc5HPA.ttf\";}i:444;a:9:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:115:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf\";i:200;s:116:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf\";i:300;s:116:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf\";i:500;s:116:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf\";i:600;s:116:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf\";i:700;s:116:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf\";i:800;s:116:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf\";i:900;s:116:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1yQ9ME.ttf\";}i:445;a:9:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:113:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf\";i:900;s:114:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TO4s1Kw.ttf\";}i:446;a:9:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/engagement/v29/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/engagement/v29/x3dlckLDZbqa7RUs9MFVbNsmtw.ttf\";}i:447;a:9:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/englebert/v24/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/englebert/v24/xn7iYH8w2XGrC8AR4HSBTv3c.ttf\";}i:448;a:9:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/enriqueta/v18/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf\";i:500;s:80:\"https://fonts.gstatic.com/s/enriqueta/v18/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf\";i:600;s:80:\"https://fonts.gstatic.com/s/enriqueta/v18/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/enriqueta/v18/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/enriqueta/v18/goksH6L7AUFrRvV44HVjSkqn.ttf\";}i:449;a:9:{s:6:\"family\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/ephesis/v10/uU9PCBUS8IerL2VG7xPb3vyHmlI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/ephesis/v10/uU9PCBUS8IerL2VG3xLR2g.ttf\";}i:450;a:9:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDLiDJXVigHPVA.ttf\";i:200;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDPiDJXVigHPVA.ttf\";i:300;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXbjPiDJXVigHPVA.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDJXVigHPVA.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXAjPiDJXVigHPVA.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiDJXVigHPVA.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiDJXVigHPVA.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDTiDJXVigHPVA.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiDJXVigHPVA.ttf\";s:9:\"100italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKTp_RqATfVHNU.ttf\";s:9:\"200italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKT5_RqATfVHNU.ttf\";s:9:\"300italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HBUT5_RqATfVHNU.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKT5_RqATfVHNU.ttf\";s:9:\"500italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HA4T5_RqATfVHNU.ttf\";s:9:\"600italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDUSJ_RqATfVHNU.ttf\";s:9:\"700italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_RqATfVHNU.ttf\";s:9:\"800italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKSJ_RqATfVHNU.ttf\";s:9:\"900italic\";s:93:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_RqATfVHNU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/epilogue/v19/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPSDZ_R.ttf\";}i:451;a:9:{s:6:\"family\";s:11:\"Epunda Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:14:{i:300;s:96:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_ndMlT7Sb54PQAqcA.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_ndbFT7Sb54PQAqcA.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_ndXlT7Sb54PQAqcA.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_ndslP7Sb54PQAqcA.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_ndi1P7Sb54PQAqcA.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_nd7FP7Sb54PQAqcA.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_ndxVP7Sb54PQAqcA.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Mads_Rv3-GJfWRrHjgH5Hu1Gd_6Axpf7IpBdNCrR8HwU6cADD.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Mads_Rv3-GJfWRrHjgH5Hu1Gd_6Axpf7IpBcTCrR8HwU6cADD.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Mads_Rv3-GJfWRrHjgH5Hu1Gd_6Axpf7IpBchCrR8HwU6cADD.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Mads_Rv3-GJfWRrHjgH5Hu1Gd_6Axpf7IpBfNDbR8HwU6cADD.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Mads_Rv3-GJfWRrHjgH5Hu1Gd_6Axpf7IpBf0DbR8HwU6cADD.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Mads_Rv3-GJfWRrHjgH5Hu1Gd_6Axpf7IpBeTDbR8HwU6cADD.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Mads_Rv3-GJfWRrHjgH5Hu1Gd_6Axpf7IpBe6DbR8HwU6cADD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/epundasans/v4/ea8Kads_Rv3-GJfWRrHjgFROia5FlsurC_ndbFTLSLR8.ttf\";}i:452;a:9:{s:6:\"family\";s:11:\"Epunda Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:14:{i:300;s:96:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_JjNVoU4Q_2eOpA.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_eDNVoU4Q_2eOpA.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_SjNVoU4Q_2eOpA.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_pjRVoU4Q_2eOpA.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_nzRVoU4Q_2eOpA.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_-DRVoU4Q_2eOpA.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_0TRVoU4Q_2eOpA.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/epundaslab/v2/46k6lbHxTynXpZplPiOFHVVC7VpR7ULUH5xqsHDj4kQU3WKepN0B.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/epundaslab/v2/46k6lbHxTynXpZplPiOFHVVC7VpR7ULUH5xqsHC94kQU3WKepN0B.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/epundaslab/v2/46k6lbHxTynXpZplPiOFHVVC7VpR7ULUH5xqsHCP4kQU3WKepN0B.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/epundaslab/v2/46k6lbHxTynXpZplPiOFHVVC7VpR7ULUH5xqsHBj5UQU3WKepN0B.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/epundaslab/v2/46k6lbHxTynXpZplPiOFHVVC7VpR7ULUH5xqsHBa5UQU3WKepN0B.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/epundaslab/v2/46k6lbHxTynXpZplPiOFHVVC7VpR7ULUH5xqsHA95UQU3WKepN0B.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/epundaslab/v2/46k6lbHxTynXpZplPiOFHVVC7VpR7ULUH5xqsHAU5UQU3WKepN0B.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/epundaslab/v2/46k8lbHxTynXpZplPiOFHX9L36WJhClOsZt_eDNloEQU.ttf\";}i:453;a:9:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/ericaone/v28/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/ericaone/v28/WBLnrEXccV9VGrOKmGDFWkXI.ttf\";}i:454;a:9:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GROqJ4g.ttf\";}i:455;a:9:{s:6:\"family\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/estonia/v12/7Au_p_4ijSecA1yHCCL8zkwMIFg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/estonia/v12/7Au_p_4ijSecA1yHOCP2yg.ttf\";}i:456;a:9:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/euphoriascript/v21/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/euphoriascript/v21/mFTpWb0X2bLb_cx6To2B8GpKoD5qkvxX.ttf\";}i:457;a:9:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/ewert/v26/va9I4kzO2tFODYBvS-J3kbDP.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/ewert/v26/va9I4kzO2tFODbBuQeY.ttf\";}i:458;a:9:{s:6:\"family\";s:5:\"Exile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/exile/v1/pxiKyp0xqNtbjBsYHpT2dkNE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/exile/v1/pxiKyp0xqNtbjCsZFJA.ttf\";}i:459;a:9:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM2CwNsOl4p5Is.ttf\";i:200;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4tM3CwNsOl4p5Is.ttf\";i:300;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4g03CwNsOl4p5Is.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwNsOl4p5Is.ttf\";i:500;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4mE3CwNsOl4p5Is.ttf\";i:600;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwNsOl4p5Is.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwCwNsOl4p5Is.ttf\";i:800;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwNsOl4p5Is.ttf\";i:900;s:79:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4vowCwNsOl4p5Is.ttf\";s:9:\"100italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t040FmPnws9Iu-uA.ttf\";s:9:\"200italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t0Y0BmPnws9Iu-uA.ttf\";s:9:\"300italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t0vUBmPnws9Iu-uA.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t040BmPnws9Iu-uA.ttf\";s:9:\"500italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t00UBmPnws9Iu-uA.ttf\";s:9:\"600italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t0PUdmPnws9Iu-uA.ttf\";s:9:\"700italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t0BEdmPnws9Iu-uA.ttf\";s:9:\"800italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t0Y0dmPnws9Iu-uA.ttf\";s:9:\"900italic\";s:82:\"https://fonts.gstatic.com/s/exo/v24/4UafrEtFpBISdmSt-MY2ehbO95t0SkdmPnws9Iu-uA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/exo/v24/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3OwJmPg.ttf\";}i:460;a:9:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:18:{i:100;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcPtq-rpvLpQ.ttf\";i:200;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcPtq-rpvLpQ.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPtq-rpvLpQ.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPtq-rpvLpQ.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcPtq-rpvLpQ.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPtq-rpvLpQ.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcPtq-rpvLpQ.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcPtq-rpvLpQ.ttf\";s:9:\"100italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC6jJ7bpQBL.ttf\";s:9:\"200italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC6jJ7bpQBL.ttf\";s:9:\"300italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC6jJ7bpQBL.ttf\";s:6:\"italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC6jJ7bpQBL.ttf\";s:9:\"500italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC6jJ7bpQBL.ttf\";s:9:\"600italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC6jJ7bpQBL.ttf\";s:9:\"700italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC6jJ7bpQBL.ttf\";s:9:\"800italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC6jJ7bpQBL.ttf\";s:9:\"900italic\";s:85:\"https://fonts.gstatic.com/s/exo2/v26/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC6jJ7bpQBL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/exo2/v26/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsP9C6.ttf\";}i:461;a:9:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/expletussans/v30/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2s1oFQTcXfMm.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/expletussans/v30/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSq2s1oFQTcXfMm.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/expletussans/v30/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaRG3c1oFQTcXfMm.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/expletussans/v30/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaR_3c1oFQTcXfMm.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/expletussans/v30/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmSUrHwD-WOMmKKY.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/expletussans/v30/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmRcrHwD-WOMmKKY.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/expletussans/v30/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmfssHwD-WOMmKKY.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/expletussans/v30/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmcIsHwD-WOMmKKY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/expletussans/v30/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2v1pHwA.ttf\";}i:462;a:9:{s:6:\"family\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/explora/v10/tsstApxFfjUH4wrvc1qPonC3vqc.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/explora/v10/tsstApxFfjUH4wrvQ1uFpg.ttf\";}i:463;a:9:{s:6:\"family\";s:15:\"Faculty Glyphic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/facultyglyphic/v4/RrQIbot2-iBvI2mYSyKIrcgoBuQIG-eFNVmULg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/facultyglyphic/v4/RrQIbot2-iBvI2mYSyKIrcgoBuQ4Gu2B.ttf\";}i:464;a:9:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:12:{i:200;s:77:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf\";s:9:\"200italic\";s:80:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf\";i:300;s:77:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf\";s:9:\"300italic\";s:80:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/fahkwang/v17/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf\";i:500;s:77:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf\";s:9:\"500italic\";s:80:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf\";i:600;s:77:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf\";s:9:\"600italic\";s:80:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/fahkwang/v17/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/fahkwang/v17/Noax6Uj3zpmBOgbNpOqOuLk.ttf\";}i:465;a:9:{s:6:\"family\";s:16:\"Familjen Grotesk\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSztc1jcEYq2.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMG7aSztc1jcEYq2.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFXbiztc1jcEYq2.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFubiztc1jcEYq2.ttf\";s:6:\"italic\";s:111:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKsSueVz-FJq2Rv4.ttf\";s:9:\"500italic\";s:111:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKvaueVz-FJq2Rv4.ttf\";s:9:\"600italic\";s:111:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKhqpeVz-FJq2Rv4.ttf\";s:9:\"700italic\";s:111:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKiOpeVz-FJq2Rv4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/familjengrotesk/v10/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaRzseVw.ttf\";}i:466;a:9:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/fanwoodtext/v16/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/fanwoodtext/v16/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/fanwoodtext/v16/3XFtErwl05Ad_vSCF6Fq7xX2RNzc.ttf\";}i:467;a:9:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:300;s:70:\"https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHZVNHLq2cV5d.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHaVMFr4.ttf\";}i:468;a:9:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/farsan/v23/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/farsan/v23/VEMwRoJ0vY_zsyzK26Wt.ttf\";}i:469;a:9:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/fascinate/v22/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/fascinate/v22/z7NWdRrufC8XJK0IIElS1bzU.ttf\";}i:470;a:9:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/fascinateinline/v23/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/fascinateinline/v23/jVyR7mzzB3zc-jp6QCAu60poNqIy5gzIeQ.ttf\";}i:471;a:9:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/fasterone/v19/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/fasterone/v19/H4ciBXCHmdfClFb-vWhf-LqYgg.ttf\";}i:472;a:9:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/fasthand/v32/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/fasthand/v32/0yb9GDohyKTYn_ZEERkvaEg.ttf\";}i:473;a:9:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEB2EZP.ttf\";}i:474;a:9:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{i:300;s:91:\"https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHls3IEvGVWWe8tbEg.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsAoYvGVWWe8tbEg.ttf\";s:9:\"300italic\";s:93:\"https://fonts.gstatic.com/s/faustina/v22/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsKZWl-SWc5LEnoF.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/faustina/v22/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf\";s:9:\"500italic\";s:93:\"https://fonts.gstatic.com/s/faustina/v22/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf\";s:9:\"600italic\";s:93:\"https://fonts.gstatic.com/s/faustina/v22/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf\";s:9:\"700italic\";s:93:\"https://fonts.gstatic.com/s/faustina/v22/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf\";s:9:\"800italic\";s:93:\"https://fonts.gstatic.com/s/faustina/v22/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsJHXV-SWc5LEnoF.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/faustina/v22/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEfGF-S.ttf\";}i:475;a:9:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/federant/v30/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/federant/v30/2sDdZGNfip_eirT0_X0iT0U.ttf\";}i:476;a:9:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbWjFma.ttf\";}i:477;a:9:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/felipa/v26/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/felipa/v26/FwZa7-owz1Eu4F_ASd6A.ttf\";}i:478;a:9:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5ostKzAFvs8o.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5rssITQ.ttf\";}i:479;a:9:{s:6:\"family\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/festive/v10/cY9Ffj6KX1xcoDWhFtfgy9HTkak.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/festive/v10/cY9Ffj6KX1xcoDWhJtbqzw.ttf\";}i:480;a:9:{s:6:\"family\";s:7:\"Figtree\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-13\";s:5:\"files\";a:14:{i:300;s:87:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5ewkEU4HTy.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5ewkEU4HTy.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5ewkEU4HTy.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15ewkEU4HTy.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15ewkEU4HTy.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15ewkEU4HTy.ttf\";i:900;s:87:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15ewkEU4HTy.ttf\";s:9:\"300italic\";s:90:\"https://fonts.gstatic.com/s/figtree/v8/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A-gdyEU25WTybO8.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/figtree/v8/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A7YdyEU25WTybO8.ttf\";s:9:\"500italic\";s:90:\"https://fonts.gstatic.com/s/figtree/v8/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A4QdyEU25WTybO8.ttf\";s:9:\"600italic\";s:90:\"https://fonts.gstatic.com/s/figtree/v8/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A2gayEU25WTybO8.ttf\";s:9:\"700italic\";s:90:\"https://fonts.gstatic.com/s/figtree/v8/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A1EayEU25WTybO8.ttf\";s:9:\"800italic\";s:90:\"https://fonts.gstatic.com/s/figtree/v8/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3AzYayEU25WTybO8.ttf\";s:9:\"900italic\";s:90:\"https://fonts.gstatic.com/s/figtree/v8/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3Ax8ayEU25WTybO8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5fyEU.ttf\";}i:481;a:9:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/fingerpaint/v20/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/fingerpaint/v20/0QInMXVJ-o-oRn_7dron8YW-8pzW.ttf\";}i:482;a:9:{s:6:\"family\";s:10:\"Finlandica\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/finlandica/v9/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rEjx9i5ss3a3.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/finlandica/v9/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19AJrEjx9i5ss3a3.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/finlandica/v9/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dlq0jx9i5ss3a3.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/finlandica/v9/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dcq0jx9i5ss3a3.ttf\";s:6:\"italic\";s:97:\"https://fonts.gstatic.com/s/finlandica/v9/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz76Cy_CpOtma3uNQ.ttf\";s:9:\"500italic\";s:97:\"https://fonts.gstatic.com/s/finlandica/v9/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz75Ky_CpOtma3uNQ.ttf\";s:9:\"600italic\";s:97:\"https://fonts.gstatic.com/s/finlandica/v9/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz7361_CpOtma3uNQ.ttf\";s:9:\"700italic\";s:97:\"https://fonts.gstatic.com/s/finlandica/v9/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz70e1_CpOtma3uNQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/finlandica/v9/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rHjw_Co.ttf\";}i:483;a:9:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:8:\"symbols2\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:5:{i:300;s:92:\"https://fonts.gstatic.com/s/firacode/v26/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf\";s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/firacode/v26/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf\";i:500;s:92:\"https://fonts.gstatic.com/s/firacode/v26/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf\";i:600;s:92:\"https://fonts.gstatic.com/s/firacode/v26/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/firacode/v26/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/firacode/v26/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sJVb7Mw.ttf\";}i:484;a:9:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:8:\"symbols2\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:3:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/firamono/v15/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf\";i:500;s:79:\"https://fonts.gstatic.com/s/firamono/v15/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/firamono/v15/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/firamono/v15/N0bX2SlFPv1weGeLZDtgIP7X.ttf\";}i:485;a:9:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:77:\"https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf\";s:9:\"100italic\";s:80:\"https://fonts.gstatic.com/s/firasans/v17/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf\";i:200;s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf\";s:9:\"200italic\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf\";i:300;s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf\";s:9:\"300italic\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf\";s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf\";s:6:\"italic\";s:77:\"https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf\";i:500;s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf\";s:9:\"500italic\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf\";i:600;s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf\";s:9:\"600italic\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf\";s:9:\"700italic\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf\";i:800;s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf\";s:9:\"800italic\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf\";i:900;s:79:\"https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf\";s:9:\"900italic\";s:81:\"https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VvkYjO.ttf\";}i:486;a:9:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:100:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf\";s:9:\"100italic\";s:102:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf\";i:200;s:101:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf\";s:9:\"200italic\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf\";i:300;s:101:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf\";s:9:\"300italic\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf\";s:6:\"italic\";s:100:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf\";i:800;s:101:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf\";s:9:\"800italic\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf\";i:900;s:101:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf\";s:9:\"900italic\";s:104:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfDtqA.ttf\";}i:487;a:9:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:113:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf\";s:9:\"100italic\";s:115:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf\";s:9:\"200italic\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf\";s:9:\"300italic\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf\";s:6:\"italic\";s:113:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf\";s:9:\"500italic\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf\";s:9:\"600italic\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf\";s:9:\"700italic\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf\";s:9:\"800italic\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf\";i:900;s:114:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf\";s:9:\"900italic\";s:117:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fmuvw.ttf\";}i:488;a:9:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFrOd6lw.ttf\";}i:489;a:9:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKb6ORE.ttf\";}i:490;a:9:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{i:300;s:77:\"https://fonts.gstatic.com/s/flamenco/v18/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssaWGHK06UY30.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssZWHFqk.ttf\";}i:491;a:9:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/flavors/v27/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/flavors/v27/FBV2dDrhxqmveJTpXk3vMg.ttf\";}i:492;a:9:{s:6:\"family\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/fleurdeleah/v10/AYCNpXX7ftYZWLhv9UmPJTMC5vat4I_Gdq0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/fleurdeleah/v10/AYCNpXX7ftYZWLhv9UmPJTMC1ven5A.ttf\";}i:493;a:9:{s:6:\"family\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/flowblock/v13/wlp0gwfPCEB65UmTk-d6-WZlbCBXE_I.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/flowblock/v13/wlp0gwfPCEB65UmTk-d6yWdvaA.ttf\";}i:494;a:9:{s:6:\"family\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/flowcircular/v13/lJwB-pc4j2F-H8YKuyvfxdZ45ifpWdr2rIg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/flowcircular/v13/lJwB-pc4j2F-H8YKuyvfxdZ41ibjXQ.ttf\";}i:495;a:9:{s:6:\"family\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/flowrounded/v13/-zki91mtwsU9qlLiGwD4oQX3oZX-Xup87g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/flowrounded/v13/-zki91mtwsU9qlLiGwD4oQXHoJ_6.ttf\";}i:496;a:10:{s:6:\"family\";s:6:\"Foldit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpANmapUYLHkN80.ttf\";i:200;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhAMmapUYLHkN80.ttf\";i:300;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xs4MmapUYLHkN80.ttf\";s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMmapUYLHkN80.ttf\";i:500;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XqIMmapUYLHkN80.ttf\";i:600;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xk4LmapUYLHkN80.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XncLmapUYLHkN80.ttf\";i:800;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhALmapUYLHkN80.ttf\";i:900;s:85:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XjkLmapUYLHkN80.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/foldit/v7/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMqateZA.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv1\";}}i:497;a:9:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/fondamento/v21/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf\";s:6:\"italic\";s:81:\"https://fonts.gstatic.com/s/fondamento/v21/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/fondamento/v21/4UaHrEJGsxNmFTPDnkaJ96zp4g.ttf\";}i:498;a:9:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/fontdinerswanky/v24/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/fontdinerswanky/v24/ijwOs4XgRNsiaI5-hcVb4hQgMvCD0uAVLg.ttf\";}i:499;a:9:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew8IXOpc.ttf\";}i:500;a:9:{s:6:\"family\";s:13:\"Fragment Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/fragmentmono/v5/4iCr6K5wfMRRjxp0DA6-2CLnN4RNh4UI_1U.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/fragmentmono/v5/4iC16K5wfMRRjxp0DA6-2CLnB4ZHg6cN71URtQ.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/fragmentmono/v5/4iCr6K5wfMRRjxp0DA6-2CLnB4VHgw.ttf\";}i:501;a:9:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZut9xwiU.ttf\";}i:502;a:9:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:7:{i:300;s:107:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw6bYVqQPxR2EUR_.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw7FYVqQPxR2EUR_.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw73YVqQPxR2EUR_.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4bZlqQPxR2EUR_.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4iZlqQPxR2EUR_.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5FZlqQPxR2EUR_.ttf\";i:900;s:107:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5sZlqQPxR2EUR_.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/frankruhllibre/v22/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw7FYWqRNRA.ttf\";}i:503;a:9:{s:6:\"family\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxqjDvTShUtWNg.ttf\";i:200;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxujDvTShUtWNg.ttf\";i:300;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIc6RujDvTShUtWNg.ttf\";s:7:\"regular\";s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujDvTShUtWNg.ttf\";i:500;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf\";i:600;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjDvTShUtWNg.ttf\";i:700;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcUByjDvTShUtWNg.ttf\";i:800;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxyjDvTShUtWNg.ttf\";i:900;s:143:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcHhyjDvTShUtWNg.ttf\";s:9:\"100italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTP7Wp05GNi3k.ttf\";s:9:\"200italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLTf7Wp05GNi3k.ttf\";s:9:\"300italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1gVTf7Wp05GNi3k.ttf\";s:6:\"italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTf7Wp05GNi3k.ttf\";s:9:\"500italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1h5Tf7Wp05GNi3k.ttf\";s:9:\"600italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1iVSv7Wp05GNi3k.ttf\";s:9:\"700italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1isSv7Wp05GNi3k.ttf\";s:9:\"800italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLSv7Wp05GNi3k.ttf\";s:9:\"900italic\";s:145:\"https://fonts.gstatic.com/s/fraunces/v37/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jiSv7Wp05GNi3k.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:137:\"https://fonts.gstatic.com/s/fraunces/v37/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxuTD_7W.ttf\";}i:504;a:9:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/freckleface/v15/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/freckleface/v15/AMOWz4SXrmKHCvXTohxY-YIEUliy.ttf\";}i:505;a:9:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/frederickathegreat/v22/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/frederickathegreat/v22/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--SlxbI.ttf\";}i:506;a:9:{s:6:\"family\";s:7:\"Fredoka\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:106:\"https://fonts.gstatic.com/s/fredoka/v16/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OryLMFuOLlNldbw.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/fredoka/v16/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SLMFuOLlNldbw.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/fredoka/v16/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OwyLMFuOLlNldbw.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/fredoka/v16/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OLyXMFuOLlNldbw.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/fredoka/v16/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OFiXMFuOLlNldbw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/fredoka/v16/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SL8F-mP.ttf\";}i:507;a:9:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/freehand/v33/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/freehand/v33/cIf-Ma5eqk01VjKTgDmARGE.ttf\";}i:508;a:9:{s:6:\"family\";s:7:\"Freeman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-ew-FGC_p9dw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/freeman/v1/S6u9w4NGQiLN8nh-Sw6PHA.ttf\";}i:509;a:9:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/fresca/v23/6ae94K--SKgCzbM2Gr0W13DKPA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/fresca/v23/6ae94K--SKgCzbMGG7cS.ttf\";}i:510;a:9:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ3xLR2g.ttf\";}i:511;a:9:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/fruktur/v27/SZc73FHsOru5QYsMTz_MlWjX4DJXgQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMTzzMlQ.ttf\";}i:512;a:9:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/fugazone/v20/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/fugazone/v20/rax_HiWKp9EAITukFsl8BRha.ttf\";}i:513;a:9:{s:6:\"family\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/fuggles/v13/k3kQo8UEJOlD1hpOTd7iL0nAMaM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/fuggles/v13/k3kQo8UEJOlD1hpOfd_oKw.ttf\";}i:514;a:9:{s:6:\"family\";s:14:\"Funnel Display\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:103:\"https://fonts.gstatic.com/s/funneldisplay/v2/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYxGPXWMVwIZDKFA.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/funneldisplay/v2/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYmmPXWMVwIZDKFA.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/funneldisplay/v2/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYqGPXWMVwIZDKFA.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/funneldisplay/v2/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYRGTXWMVwIZDKFA.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/funneldisplay/v2/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYfWTXWMVwIZDKFA.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/funneldisplay/v2/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYGmTXWMVwIZDKFA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/funneldisplay/v2/B50bF7FGv37QNVWgE0ga--4PbZSRJXrOHcLHLoAYmmPnWc90.ttf\";}i:515;a:9:{s:6:\"family\";s:11:\"Funnel Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:12:{i:300;s:96:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAy3mEfm9NnDyL7w.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAlXmEfm9NnDyL7w.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAp3mEfm9NnDyL7w.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAS36Efm9NnDyL7w.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAcn6Efm9NnDyL7w.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAFX6Efm9NnDyL7w.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXToyPWVJvjmb76XZ.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTpsPWVJvjmb76XZ.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTpePWVJvjmb76XZ.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTqyOmVJvjmb76XZ.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTqLOmVJvjmb76XZ.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNZno8Dg9bX6Bsp3Wq69Tp3ZBbKP5ZAjyZVXTrsOmVJvjmb76XZ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/funnelsans/v2/OpNfno8Dg9bX6Bsp3Wq69RB-VukSVv3aISFAlXm0f2VJ.ttf\";}i:516;a:9:{s:6:\"family\";s:6:\"Fustat\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:200;s:85:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCMQQRryztWo_3fk.ttf\";i:300;s:85:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCBoQRryztWo_3fk.ttf\";s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCEQQRryztWo_3fk.ttf\";i:500;s:85:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCHYQRryztWo_3fk.ttf\";i:600;s:85:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCJoXRryztWo_3fk.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCKMXRryztWo_3fk.ttf\";i:800;s:85:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCMQXRryztWo_3fk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/fustat/v3/NaPEcZ_aHO9Iy5thRNqze7YGY9HGCEQQdr25sQ.ttf\";}i:517;a:9:{s:6:\"family\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/fuzzybubbles/v8/6qLGKZMbrgv9pwtjPEVNV0F2NnP5Zxsreko.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/fuzzybubbles/v8/6qLbKZMbrgv9pwtjPEVNV0F2Ds_WQxMAZkM1pn4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/fuzzybubbles/v8/6qLGKZMbrgv9pwtjPEVNV0F2BnLzYw.ttf\";}i:518;a:9:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/gfsdidot/v17/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/gfsdidot/v17/Jqzh5TybZ9vZMWFssvwSFu3C.ttf\";}i:519;a:9:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/gfsneohellenic/v26/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf\";s:6:\"italic\";s:91:\"https://fonts.gstatic.com/s/gfsneohellenic/v26/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/gfsneohellenic/v26/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf\";s:9:\"700italic\";s:95:\"https://fonts.gstatic.com/s/gfsneohellenic/v26/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/gfsneohellenic/v26/8QIRdiDOrfiq0b7R8O1Iw9WLcY5jLKJL.ttf\";}i:520;a:9:{s:6:\"family\";s:9:\"Ga Maamli\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/gamaamli/v3/uU9NCBsQ4c-DPW1Yo3rR2t6CilKOdQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/gamaamli/v3/uU9NCBsQ4c-DPW1Yo3rh29SG.ttf\";}i:521;a:9:{s:6:\"family\";s:8:\"Gabarito\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/gabarito/v8/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj248K0FgItq6bFIg.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/gabarito/v8/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj20cK0FgItq6bFIg.ttf\";i:600;s:90:\"https://fonts.gstatic.com/s/gabarito/v8/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2PcW0FgItq6bFIg.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/gabarito/v8/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2BMW0FgItq6bFIg.ttf\";i:800;s:90:\"https://fonts.gstatic.com/s/gabarito/v8/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2Y8W0FgItq6bFIg.ttf\";i:900;s:90:\"https://fonts.gstatic.com/s/gabarito/v8/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2SsW0FgItq6bFIg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/gabarito/v8/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj248KEFwgp.ttf\";}i:522;a:9:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/gabriela/v22/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/gabriela/v22/qkBWXvsO6sreR8E-b8m_xL4.ttf\";}i:523;a:9:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:70:\"https://fonts.gstatic.com/s/gaegu/v22/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/gaegu/v22/TuGfUVB6Up9NU6ZLodgzydtk.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/gaegu/v22/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/gaegu/v22/TuGfUVB6Up9NU5ZKq9w.ttf\";}i:524;a:9:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/gafata/v21/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/gafata/v21/XRXV3I6Cn0VJKonIM-aE.ttf\";}i:525;a:9:{s:6:\"family\";s:10:\"Gajraj One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/gajrajone/v6/1cX2aUDCDpXsuWVb1jIjr1GqhcitzeM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/gajrajone/v6/1cX2aUDCDpXsuWVb1jIjn1CggQ.ttf\";}i:526;a:9:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/galada/v20/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/galada/v20/H4cmBXyGmcjXlUXO8yY6.ttf\";}i:527;a:9:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boAPw-vQ.ttf\";}i:528;a:9:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/galindo/v25/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/galindo/v25/HI_KiYMeLqVKqwyuc5DoQg.ttf\";}i:529;a:9:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/gamjaflower/v25/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/gamjaflower/v25/6NUR8FiKJg-Pa0rM6uN40Z4UyPVB.ttf\";}i:530;a:9:{s:6:\"family\";s:7:\"Gantari\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOz3wa5GD2qnm.ttf\";i:200;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gOj3wa5GD2qnm.ttf\";i:300;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g1-Oj3wa5GD2qnm.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOj3wa5GD2qnm.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0SOj3wa5GD2qnm.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3-PT3wa5GD2qnm.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPT3wa5GD2qnm.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gPT3wa5GD2qnm.ttf\";i:900;s:87:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2JPT3wa5GD2qnm.ttf\";s:9:\"100italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWyYZWh37nmpWc.ttf\";s:9:\"200italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVWzYZWh37nmpWc.ttf\";s:9:\"300italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeYuzYZWh37nmpWc.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWzYZWh37nmpWc.ttf\";s:9:\"500italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeeezYZWh37nmpWc.ttf\";s:9:\"600italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeQu0YZWh37nmpWc.ttf\";s:9:\"700italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeTK0YZWh37nmpWc.ttf\";s:9:\"800italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVW0YZWh37nmpWc.ttf\";s:9:\"900italic\";s:90:\"https://fonts.gstatic.com/s/gantari/v3/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeXy0YZWh37nmpWc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/gantari/v3/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOg3xYZU.ttf\";}i:531;a:9:{s:6:\"family\";s:10:\"Gasoek One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/gasoekone/v3/EJRTQgQ_UMUKvDgnlX80zrq_cyb-vco.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/gasoekone/v3/EJRTQgQ_UMUKvDgnlX80_ru1dw.ttf\";}i:532;a:9:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{i:100;s:76:\"https://fonts.gstatic.com/s/gayathri/v19/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/gayathri/v19/MCoQzAb429DbBilWLIA48J_wBugA.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/gayathri/v19/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/gayathri/v19/MCoQzAb429DbBilWLLA5-ps.ttf\";}i:533;a:9:{s:6:\"family\";s:5:\"Geist\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:9:{i:100;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOI4nZPby1QNtA.ttf\";i:200;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOM4nZPby1QNtA.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RwuM4nZPby1QNtA.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOM4nZPby1QNtA.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RruM4nZPby1QNtA.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RQuQ4nZPby1QNtA.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_Re-Q4nZPby1QNtA.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RHOQ4nZPby1QNtA.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RNeQ4nZPby1QNtA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/geist/v3/gyBhhwUxId8gMGYQMKR3pzfaWI_RnOMInJnf.ttf\";}i:534;a:9:{s:6:\"family\";s:10:\"Geist Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:9:{i:100;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeE9KZ5T7ihaO_CS.ttf\";i:200;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeG9KJ5T7ihaO_CS.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeFjKJ5T7ihaO_CS.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeE9KJ5T7ihaO_CS.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeEPKJ5T7ihaO_CS.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeHjL55T7ihaO_CS.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeHaL55T7ihaO_CS.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeG9L55T7ihaO_CS.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeGUL55T7ihaO_CS.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/geistmono/v3/or3yQ6H-1_WfwkMZI_qYPLs1a-t7PU0AbeE9KK5S5Cw.ttf\";}i:535;a:9:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/gelasio/v13/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL8Ilycs-TDO8Aba.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/gelasio/v13/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL86lycs-TDO8Aba.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/gelasio/v13/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL_WkCcs-TDO8Aba.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/gelasio/v13/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL_vkCcs-TDO8Aba.ttf\";s:6:\"italic\";s:91:\"https://fonts.gstatic.com/s/gelasio/v13/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1M9v8zTs9RbanYs.ttf\";s:9:\"500italic\";s:91:\"https://fonts.gstatic.com/s/gelasio/v13/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1P1v8zTs9RbanYs.ttf\";s:9:\"600italic\";s:91:\"https://fonts.gstatic.com/s/gelasio/v13/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1BFo8zTs9RbanYs.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/gelasio/v13/cIfsMaFfvUQxTTqS9Cu7b2nySBfeR6rA1Cho8zTs9RbanYs.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/gelasio/v13/cIfiMaFfvUQxTTqS3iKJkLGbI41wQL8Ilxct8zQ.ttf\";}i:536;a:9:{s:6:\"family\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:200;s:99:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iJPvSLeMXPIWA.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp00aJPvSLeMXPIWA.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJPvSLeMXPIWA.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0yqJPvSLeMXPIWA.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp08aOPvSLeMXPIWA.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0_-OPvSLeMXPIWA.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iOPvSLeMXPIWA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/gemunulibre/v17/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJDvWBfA.ttf\";}i:537;a:9:{s:6:\"family\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVqknorUK6K7ZsAg.ttf\";i:200;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVKkjorUK6K7ZsAg.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwV9EjorUK6K7ZsAg.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjorUK6K7ZsAg.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVmEjorUK6K7ZsAg.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVdE_orUK6K7ZsAg.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVTU_orUK6K7ZsAg.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVKk_orUK6K7ZsAg.ttf\";i:900;s:84:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVA0_orUK6K7ZsAg.ttf\";s:9:\"100italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA70i-CbN8Ard7.ttf\";s:9:\"200italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA7ki-CbN8Ard7.ttf\";s:9:\"300italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgte7ki-CbN8Ard7.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA7ki-CbN8Ard7.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsy7ki-CbN8Ard7.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgve6Ui-CbN8Ard7.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgvn6Ui-CbN8Ard7.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA6Ui-CbN8Ard7.ttf\";s:9:\"900italic\";s:86:\"https://fonts.gstatic.com/s/genos/v15/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgup6Ui-CbN8Ard7.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/genos/v15/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjYrEi-.ttf\";}i:538;a:9:{s:6:\"family\";s:17:\"Gentium Book Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKfdbLOrdPV.ttf\";s:6:\"italic\";s:94:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFN2-RHBgUK5fbjKxRpbBtJPyRpocKdf7bsqMPVZb4.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFO2-RHBgUK5fbjKxRpbBtJPyRpocojWpbGhs_cfKe1.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFA2-RHBgUK5fbjKxRpbBtJPyRpocKdRwrDjMv-ebe1Els.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpocKef7Y.ttf\";}i:539;a:9:{s:6:\"family\";s:12:\"Gentium Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VpjJtM6G0t9w.ttf\";s:6:\"italic\";s:83:\"https://fonts.gstatic.com/s/gentiumplus/v2/IurD6Ytw-oSPaZ00r2bNe8VZjpFIymg9957e.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/gentiumplus/v2/IurC6Ytw-oSPaZ00r2bNe8VRMLRo4EYx_ofHsw.ttf\";s:9:\"700italic\";s:87:\"https://fonts.gstatic.com/s/gentiumplus/v2/IurA6Ytw-oSPaZ00r2bNe8VZjqn05Uw13ILXs-h6.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VZjZFI.ttf\";}i:540;a:9:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:62:\"https://fonts.gstatic.com/s/geo/v22/CSRz4zRZlufVL3BmQjlCbQ.ttf\";s:6:\"italic\";s:64:\"https://fonts.gstatic.com/s/geo/v22/CSRx4zRZluflLXpiYDxSbf8r.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:56:\"https://fonts.gstatic.com/s/geo/v22/CSRz4zRZluflLnpi.ttf\";}i:541;a:9:{s:6:\"family\";s:9:\"Geologica\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_qQ-MYAXWnqFs.ttf\";i:200;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_rQ-MYAXWnqFs.ttf\";i:300;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD0HrQ-MYAXWnqFs.ttf\";s:7:\"regular\";s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rQ-MYAXWnqFs.ttf\";i:500;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDy3rQ-MYAXWnqFs.ttf\";i:600;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD8HsQ-MYAXWnqFs.ttf\";i:700;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD_jsQ-MYAXWnqFs.ttf\";i:800;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_sQ-MYAXWnqFs.ttf\";i:900;s:144:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD7bsQ-MYAXWnqFs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:139:\"https://fonts.gstatic.com/s/geologica/v4/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rc-ISBQ.ttf\";}i:542;a:9:{s:6:\"family\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvktmQsL5_tgbg.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mvgtmQsL5_tgbg.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5RPgtmQsL5_tgbg.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgtmQsL5_tgbg.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5KPgtmQsL5_tgbg.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5xP8tmQsL5_tgbg.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5_f8tmQsL5_tgbg.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mv8tmQsL5_tgbg.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5s_8tmQsL5_tgbg.ttf\";s:9:\"100italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2wEPxf5wbh3T.ttf\";s:9:\"200italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF2gEPxf5wbh3T.ttf\";s:9:\"300italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rub2gEPxf5wbh3T.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf\";s:9:\"500italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf\";s:9:\"600italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf\";s:9:\"700italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf\";s:9:\"800italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF3QEPxf5wbh3T.ttf\";s:9:\"900italic\";s:108:\"https://fonts.gstatic.com/s/georama/v14/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rts3QEPxf5wbh3T.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/georama/v14/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgdmAEP.ttf\";}i:543;a:9:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/geostar/v27/sykz-yx4n701VLOftSq9-trEvlQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/geostar/v27/sykz-yx4n701VLOfhSu3_g.ttf\";}i:544;a:9:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/geostarfill/v27/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/geostarfill/v27/AMOWz4SWuWiXFfjEohxQ9osEUliy.ttf\";}i:545;a:9:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3uzQhK.ttf\";}i:546;a:9:{s:6:\"family\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/gideonroman/v12/e3tmeuGrVOys8sxzZgWlmXoge0PWovdU4w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/gideonroman/v12/e3tmeuGrVOys8sxzZgWlmXoQeknS.ttf\";}i:547;a:9:{s:6:\"family\";s:6:\"Gidole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/gidole/v24/sZlFdR6O8zVVEiMaCJtWS6EPcA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/gidole/v24/sZlFdR6O8zVVEiMqCZFS.ttf\";}i:548;a:9:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/gidugu/v27/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/gidugu/v27/L0x8DFMkk1Uf6w3hvfqi.ttf\";}i:549;a:9:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/gildadisplay/v19/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/gildadisplay/v19/t5tmIRoYMoaYG0WEOh7HwMeR3TjPqg.ttf\";}i:550;a:9:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/girassol/v23/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/girassol/v23/JTUUjIo_-DK48laaNB9MxW4.ttf\";}i:551;a:9:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/giveyouglory/v16/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/giveyouglory/v16/8QIQdiHOgt3vv4LR7ahjw9-XYf1yDYI.ttf\";}i:552;a:9:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/glassantiqua/v25/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/glassantiqua/v25/xfu30Wr0Wn3NOQM2piC0uXOjrL76Mw.ttf\";}i:553;a:9:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/glegoo/v17/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/glegoo/v17/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/glegoo/v17/_Xmt-HQyrTKWaw25iqOd.ttf\";}i:554;a:9:{s:6:\"family\";s:6:\"Gloock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/gloock/v7/Iurb6YFw84WUY4N5jxylBrdRjQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/gloock/v7/Iurb6YFw84WUY4NJjhah.ttf\";}i:555;a:9:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/gloriahallelujah/v23/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/gloriahallelujah/v23/LYjYdHv3kUk9BMV96EIswT9DIbW-MISz1zY.ttf\";}i:556;a:9:{s:6:\"family\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:16:{i:100;s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQwIiDpn-dDi9EOQ.ttf\";i:200;s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQQImDpn-dDi9EOQ.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQnomDpn-dDi9EOQ.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQwImDpn-dDi9EOQ.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQ8omDpn-dDi9EOQ.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQHo6Dpn-dDi9EOQ.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQJ46Dpn-dDi9EOQ.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQQI6Dpn-dDi9EOQ.ttf\";s:9:\"100italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf\";s:9:\"200italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf\";s:9:\"300italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMo15XWZLCpUOaM6.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMq14nWZLCpUOaM6.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/glory/v17/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/glory/v17/q5uasoi9Lf1w5t3Est24nq9blIRQwImzp3WZ.ttf\";}i:557;a:9:{s:6:\"family\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7B1Luni7ciJh.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb7R1Luni7ciJh.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8UF7R1Luni7ciJh.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Luni7ciJh.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Luni7ciJh.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Luni7ciJh.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Luni7ciJh.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb6h1Luni7ciJh.ttf\";i:900;s:103:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xy6h1Luni7ciJh.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/gluten/v17/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7S1KsHw.ttf\";}i:558;a:9:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/goblinone/v27/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/goblinone/v27/CSR64z1ZnOqZRjRCBVY_fOYKSA.ttf\";}i:559;a:9:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/gochihand/v24/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/gochihand/v24/hES06XlsOjtJsgCkx1Pkfo___g.ttf\";}i:560;a:9:{s:6:\"family\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/goldman/v20/pe0uMIWbN4JFplR2LDJ4Bt-7G98.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/goldman/v20/pe0rMIWbN4JFplR2FI5XIteQB9Zra1U.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/goldman/v20/pe0uMIWbN4JFplR2HDNyAg.ttf\";}i:561;a:9:{s:6:\"family\";s:10:\"Golos Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/golostext/v6/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRQ5cEr8zXcyx.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/golostext/v6/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVjRQ5cEr8zXcyx.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/golostext/v6/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plWPQg5cEr8zXcyx.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/golostext/v6/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plW2Qg5cEr8zXcyx.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/golostext/v6/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plXRQg5cEr8zXcyx.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/golostext/v6/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plX4Qg5cEr8zXcyx.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/golostext/v6/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRT5dGLs.ttf\";}i:562;a:9:{s:6:\"family\";s:16:\"Google Sans Code\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:11:{i:0;s:5:\"adlam\";i:1;s:19:\"canadian-aboriginal\";i:2;s:8:\"cherokee\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:10:\"old-permic\";i:7;s:7:\"symbols\";i:8;s:8:\"symbols2\";i:9;s:6:\"syriac\";i:10;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-07-23\";s:5:\"files\";a:12:{i:300;s:107:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxiSyogzv91QhV44Z_GQBHsGf5PuckJMXr41HfVaiXE_ggF--rWcgmBz.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxiSyogzv91QhV44Z_GQBHsGf5PuckJMXr41HfVaiXFhggF--rWcgmBz.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxiSyogzv91QhV44Z_GQBHsGf5PuckJMXr41HfVaiXFTggF--rWcgmBz.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxiSyogzv91QhV44Z_GQBHsGf5PuckJMXr41HfVaiXG_hQF--rWcgmBz.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxiSyogzv91QhV44Z_GQBHsGf5PuckJMXr41HfVaiXGGhQF--rWcgmBz.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxiSyogzv91QhV44Z_GQBHsGf5PuckJMXr41HfVaiXHhhQF--rWcgmBz.ttf\";s:9:\"300italic\";s:110:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxisyogzv91QhV44Z_GQBHsGf5PuWEt-oWZcdm_0jmSpwbc98LG-h3BzvSU.ttf\";s:6:\"italic\";s:110:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxisyogzv91QhV44Z_GQBHsGf5PuWEt-oWZcdm_0jmSpwek98LG-h3BzvSU.ttf\";s:9:\"500italic\";s:110:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxisyogzv91QhV44Z_GQBHsGf5PuWEt-oWZcdm_0jmSpwds98LG-h3BzvSU.ttf\";s:9:\"600italic\";s:110:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxisyogzv91QhV44Z_GQBHsGf5PuWEt-oWZcdm_0jmSpwTc68LG-h3BzvSU.ttf\";s:9:\"700italic\";s:110:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxisyogzv91QhV44Z_GQBHsGf5PuWEt-oWZcdm_0jmSpwQ468LG-h3BzvSU.ttf\";s:9:\"800italic\";s:110:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxisyogzv91QhV44Z_GQBHsGf5PuWEt-oWZcdm_0jmSpwWk68LG-h3BzvSU.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/googlesanscode/v11/pxiSyogzv91QhV44Z_GQBHsGf5PuckJMXr41HfVaiXFhgjF_8LE.ttf\";}i:563;a:9:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/gorditas/v23/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/gorditas/v23/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/gorditas/v23/ll8_K2aTVD26DsPEtTDpB6o.ttf\";}i:564;a:9:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"korean\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:77:\"https://fonts.gstatic.com/s/gothica1/v17/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf\";i:200;s:79:\"https://fonts.gstatic.com/s/gothica1/v17/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf\";i:300;s:79:\"https://fonts.gstatic.com/s/gothica1/v17/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf\";s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/gothica1/v17/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf\";i:500;s:79:\"https://fonts.gstatic.com/s/gothica1/v17/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf\";i:600;s:79:\"https://fonts.gstatic.com/s/gothica1/v17/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/gothica1/v17/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf\";i:800;s:79:\"https://fonts.gstatic.com/s/gothica1/v17/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf\";i:900;s:79:\"https://fonts.gstatic.com/s/gothica1/v17/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/gothica1/v17/CSR94z5ZnPydRjlCCwlKbccq.ttf\";}i:565;a:9:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/gotu/v17/o-0FIpksx3QOlH0Lioh6-hU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/gotu/v17/o-0FIpksx3QOpHwBjg.ttf\";}i:566;a:9:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/goudybookletter1911/v20/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/goudybookletter1911/v20/sykt-z54laciWfKv-kX8krex0jDiD2HbY6IJtBzT.ttf\";}i:567;a:9:{s:6:\"family\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/gowunbatang/v11/ijwSs5nhRMIjYsdSgcMa3wRhXLH-yuAtLw.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/gowunbatang/v11/ijwNs5nhRMIjYsdSgcMa3wRZ4J7awssxJii23w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/gowunbatang/v11/ijwSs5nhRMIjYsdSgcMa3wRRXbv6.ttf\";}i:568;a:9:{s:6:\"family\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/gowundodum/v11/3Jn5SD_00GqwlBnWc1TUJF0FfORL0fNy.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/gowundodum/v11/3Jn5SD_00GqwlBnWc1TUJG0EduA.ttf\";}i:569;a:9:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/graduate/v18/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/graduate/v18/C8cg4cs3o2n15t_2YygQ43k.ttf\";}i:570;a:9:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/grandhotel/v20/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/grandhotel/v20/7Au7p_IgjDKdCRWuR1azplQMGFk.ttf\";}i:571;a:9:{s:6:\"family\";s:15:\"Grandiflora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/grandifloraone/v3/0ybmGD0g27bCk_5MGWZcKWhxwnUU_R3y8DOWGA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/grandifloraone/v3/0ybmGD0g27bCk_5MGWZcKWhxwnUk_Bf2.ttf\";}i:572;a:9:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1-_D3jWttFGmQk.ttf\";i:200;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9--D3jWttFGmQk.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQDwG-D3jWttFGmQk.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--D3jWttFGmQk.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD22-D3jWttFGmQk.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD4G5D3jWttFGmQk.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD7i5D3jWttFGmQk.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9-5D3jWttFGmQk.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD_a5D3jWttFGmQk.ttf\";s:9:\"100italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zrcsvNDiQlBYQ.ttf\";s:9:\"200italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzvcsvNDiQlBYQ.ttf\";s:9:\"300italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9uTvcsvNDiQlBYQ.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zvcsvNDiQlBYQ.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf91TvcsvNDiQlBYQ.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9OTzcsvNDiQlBYQ.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ADzcsvNDiQlBYQ.ttf\";s:9:\"800italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzzcsvNDiQlBYQ.ttf\";s:9:\"900italic\";s:103:\"https://fonts.gstatic.com/s/grandstander/v19/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9TjzcsvNDiQlBYQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/grandstander/v19/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--P3ncsg.ttf\";}i:573;a:9:{s:6:\"family\";s:10:\"Grape Nuts\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/grapenuts/v6/syk2-yF4iLM2RfKj4F7k3tLvol2RN1E.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/grapenuts/v6/syk2-yF4iLM2RfKj4F7k7tPlpg.ttf\";}i:574;a:9:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/gravitasone/v20/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/gravitasone/v20/5h1diZ4hJ3cblKy3LWakKQmqDG5J.ttf\";}i:575;a:9:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/greatvibes/v20/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/greatvibes/v20/RWmMoKWR9v4ksMfaWd_JN9XDiaE.ttf\";}i:576;a:9:{s:6:\"family\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/grechenfuemen/v10/vEFI2_tHEQ4d5ObgKxBzZh0MAWgc-NaXXq7H.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/grechenfuemen/v10/vEFI2_tHEQ4d5ObgKxBzZh0MAVgd8tI.ttf\";}i:577;a:9:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:71:\"https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf\";s:9:\"100italic\";s:74:\"https://fonts.gstatic.com/s/grenze/v15/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf\";i:200;s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf\";s:9:\"200italic\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf\";s:9:\"300italic\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf\";s:9:\"500italic\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf\";s:9:\"600italic\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf\";i:800;s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf\";s:9:\"800italic\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf\";i:900;s:73:\"https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf\";s:9:\"900italic\";s:75:\"https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12BxqH_mIj.ttf\";}i:578;a:9:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:9:{i:100;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz5UcICdYPSd_w.ttf\";i:200;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rz9UcICdYPSd_w.ttf\";i:300;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5cT9UcICdYPSd_w.ttf\";s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UcICdYPSd_w.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5HT9UcICdYPSd_w.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i58ThUcICdYPSd_w.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5yDhUcICdYPSd_w.ttf\";i:800;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rzhUcICdYPSd_w.ttf\";i:900;s:104:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5hjhUcICdYPSd_w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/grenzegotisch/v20/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9kcYqZ.ttf\";}i:579;a:9:{s:6:\"family\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/greyqo/v10/BXRrvF_Nmv_TyXxNDOtQ9Wf0QcE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/greyqo/v10/BXRrvF_Nmv_TyXxNPOpa8Q.ttf\";}i:580;a:9:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/griffy/v22/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/griffy/v22/FwZa7-ox2FQh9kfASd6A.ttf\";}i:581;a:9:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/gruppo/v23/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/gruppo/v23/WwkfxPmzE06v_ZW1WHrE.ttf\";}i:582;a:9:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp-CP9IGON7Ez.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/gudea/v15/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/gudea/v15/neIIzCqgsI0mp9gz26WGHK06UY30.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp9CO_oU.ttf\";}i:583;a:9:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/gugi/v20/A2BVn5dXywshVA6A9DEfgqM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/gugi/v20/A2BVn5dXywshZA-K8A.ttf\";}i:584;a:9:{s:6:\"family\";s:6:\"Gulzar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/gulzar/v13/Wnz6HAc9eB3HB2ILYTwZqg_MPQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/gulzar/v13/Wnz6HAc9eB3HB2I7YDYd.ttf\";}i:585;a:9:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/gupter/v17/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/gupter/v17/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/gupter/v17/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/gupter/v17/2-cm9JNmxJqPO1QkYJy7.ttf\";}i:586;a:9:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/gurajada/v22/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/gurajada/v22/FwZY7-Qx308m-l-0Ke6B6Mw.ttf\";}i:587;a:9:{s:6:\"family\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/gwendolyn/v8/qkBXXvoO_M3CSss-d7ee5JRLkAXbMQ.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/gwendolyn/v8/qkBSXvoO_M3CSss-d7emWLtvmC7HONiSFQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/gwendolyn/v8/qkBXXvoO_M3CSss-d7eu5Z5P.ttf\";}i:588;a:9:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNySxha.ttf\";}i:589;a:9:{s:6:\"family\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/hachimarupop/v22/HI_TiYoRLqpLrEiMAuO9Ysfz7rW1EM_btd8u.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/hachimarupop/v22/HI_TiYoRLqpLrEiMAuO9Ysfz7oW0Gss.ttf\";}i:590;a:9:{s:6:\"family\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOdjobsO-aVxn.ttf\";i:200;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKONjobsO-aVxn.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RgUONjobsO-aVxn.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKONjobsO-aVxn.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4Rh4ONjobsO-aVxn.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RiUP9jobsO-aVxn.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RitP9jobsO-aVxn.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKP9jobsO-aVxn.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjjP9jobsO-aVxn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/hahmlet/v20/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOOjpZMc.ttf\";}i:591;a:9:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:73:\"https://fonts.gstatic.com/s/halant/v16/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/halant/v16/u-4-0qaujRI2PbsX39Jmky12eg.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/halant/v16/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/halant/v16/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/halant/v16/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/halant/v16/u-4-0qaujRI2Pbsn3thi.ttf\";}i:592;a:9:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/hammersmithone/v18/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/hammersmithone/v18/qWcyB624q4L_C4jGQ9IK0O_dFlnrsxEg.ttf\";}i:593;a:9:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHXzgmVydREus.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHbzksUw.ttf\";}i:594;a:9:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/hanaleifill/v22/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/hanaleifill/v22/fC1mPYtObGbfyQznIaQzPQi8VgjF.ttf\";}i:595;a:9:{s:6:\"family\";s:7:\"Handjet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:6:\"arabic\";i:1;s:8:\"armenian\";i:2;s:8:\"cyrillic\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"greek\";i:5;s:6:\"hebrew\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmbUkUsEHFAH2A.ttf\";i:200;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmaUkUsEHFAH2A.ttf\";i:300;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHWeaUkUsEHFAH2A.ttf\";s:7:\"regular\";s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaUkUsEHFAH2A.ttf\";i:500;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHQuaUkUsEHFAH2A.ttf\";i:600;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHeedUkUsEHFAH2A.ttf\";i:700;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHd6dUkUsEHFAH2A.ttf\";i:800;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmdUkUsEHFAH2A.ttf\";i:900;s:123:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHZCdUkUsEHFAH2A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:118:\"https://fonts.gstatic.com/s/handjet/v21/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaYkQmFA.ttf\";}i:596;a:9:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/handlee/v19/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/handlee/v19/-F6xfjBsISg9aMakPmvwpg.ttf\";}i:597;a:9:{s:6:\"family\";s:14:\"Hanken Grotesk\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:18:{i:100;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2da4fpNzXhRKA.ttf\";i:200;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Za4fpNzXhRKA.ttf\";i:300;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Nc7WZa4fpNzXhRKA.ttf\";s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Za4fpNzXhRKA.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcgWZa4fpNzXhRKA.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcbWFa4fpNzXhRKA.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcVGFa4fpNzXhRKA.ttf\";i:800;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Fa4fpNzXhRKA.ttf\";i:900;s:104:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcGmFa4fpNzXhRKA.ttf\";s:9:\"100italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyo_BJ731BKMSK.ttf\";s:9:\"200italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUyovBJ731BKMSK.ttf\";s:9:\"300italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyXsovBJ731BKMSK.ttf\";s:6:\"italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyovBJ731BKMSK.ttf\";s:9:\"500italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWAovBJ731BKMSK.ttf\";s:9:\"600italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVspfBJ731BKMSK.ttf\";s:9:\"700italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVVpfBJ731BKMSK.ttf\";s:9:\"800italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUypfBJ731BKMSK.ttf\";s:9:\"900italic\";s:106:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUbpfBJ731BKMSK.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/hankengrotesk/v12/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Zq4PBJ.ttf\";}i:598;a:9:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:9:{i:100;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0sd5hDsU9X6RPzQ.ttf\";i:200;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0ud5xDsU9X6RPzQ.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0tD5xDsU9X6RPzQ.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0sd5xDsU9X6RPzQ.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0sv5xDsU9X6RPzQ.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0vD4BDsU9X6RPzQ.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0v64BDsU9X6RPzQ.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0ud4BDsU9X6RPzQ.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0u04BDsU9X6RPzQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0sd5yDtWdE.ttf\";}i:599;a:9:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OwBgry.ttf\";}i:600;a:9:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/harmattan/v21/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf\";i:500;s:80:\"https://fonts.gstatic.com/s/harmattan/v21/gokpH6L2DkFvVvRp9Xprv2mHmNZEq6TTFw.ttf\";i:600;s:80:\"https://fonts.gstatic.com/s/harmattan/v21/gokpH6L2DkFvVvRp9Xprk26HmNZEq6TTFw.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/harmattan/v21/gokpH6L2DkFvVvRp9Xpr92-HmNZEq6TTFw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/harmattan/v21/goksH6L2DkFvVvRp9XpjSkqn.ttf\";}i:601;a:9:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3TB0fNX.ttf\";}i:602;a:9:{s:6:\"family\";s:19:\"Hedvig Letters Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/hedvigletterssans/v2/CHy_V_PfGVjobSBkihHWDT98RVp37w8jQJ1N3Twgi1w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/hedvigletterssans/v2/CHy_V_PfGVjobSBkihHWDT98RVp37w8jcJxH2Q.ttf\";}i:603;a:9:{s:6:\"family\";s:20:\"Hedvig Letters Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/hedviglettersserif/v3/OD5puN2I2mekHmyoU1Kj2AXOd5_7v7gIDlX8quj7viQ_N1HixEAZf7fcvSGpZg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/hedviglettersserif/v3/OD5puN2I2mekHmyoU1Kj2AXOd5_7v7gIDlX8quj7viQ_N1HixEApfr3Y.ttf\";}i:604;a:9:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2cckOnz02SXQ.ttf\";i:200;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSycckOnz02SXQ.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycckOnz02SXQ.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSycckOnz02SXQ.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EuyycckOnz02SXQ.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyucckOnz02SXQ.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EbiucckOnz02SXQ.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSucckOnz02SXQ.ttf\";i:900;s:84:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICucckOnz02SXQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/heebo/v27/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSysc0mj.ttf\";}i:605;a:9:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfPQrvXc.ttf\";}i:606;a:9:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf\";i:200;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf\";i:300;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf\";i:900;s:94:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/heptaslab/v24/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5wfaaZQ.ttf\";}i:607;a:9:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/herrvonmuellerhoff/v22/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/herrvonmuellerhoff/v22/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft0c79KY.ttf\";}i:608;a:9:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/himelody/v18/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/himelody/v18/46ktlbP8Vnz0pJcqCTb0fmVA.ttf\";}i:609;a:9:{s:6:\"family\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/hinamincho/v15/2sDaZGBRhpXa2Jjz5w5LAGW8KbkVZTHR.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/hinamincho/v15/2sDaZGBRhpXa2Jjz5w5LAFW9I70.ttf\";}i:610;a:9:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:68:\"https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf\";s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/hind/v17/5aU69_a8oxmIRG5yBROzkDM.ttf\";i:500;s:68:\"https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf\";i:600;s:68:\"https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/hind/v17/5aU69_a8oxmIdG94AQ.ttf\";}i:611;a:9:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:83:\"https://fonts.gstatic.com/s/hindguntur/v13/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/hindguntur/v13/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/hindguntur/v13/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/hindguntur/v13/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/hindguntur/v13/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/hindguntur/v13/wXKvE3UZrok56nvamSuJd_QrvXc.ttf\";}i:612;a:9:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:5:{i:300;s:86:\"https://fonts.gstatic.com/s/hindmadurai/v13/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf\";s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/hindmadurai/v13/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/hindmadurai/v13/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/hindmadurai/v13/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/hindmadurai/v13/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/hindmadurai/v13/f0Xx0e2p98ZvDXdZQIOcpqjX8IcH.ttf\";}i:613;a:9:{s:6:\"family\";s:11:\"Hind Mysuru\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:82:\"https://fonts.gstatic.com/s/hindmysuru/v1/sykq-yB3k7wiAJ-U5l_li8pppHWQBVTqU4sY.ttf\";s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/hindmysuru/v1/syk3-yB3k7wiAJ-U5l_li_LFjFGYLkjj.ttf\";i:500;s:82:\"https://fonts.gstatic.com/s/hindmysuru/v1/sykq-yB3k7wiAJ-U5l_li8oxpXWQBVTqU4sY.ttf\";i:600;s:82:\"https://fonts.gstatic.com/s/hindmysuru/v1/sykq-yB3k7wiAJ-U5l_li8odonWQBVTqU4sY.ttf\";i:700;s:82:\"https://fonts.gstatic.com/s/hindmysuru/v1/sykq-yB3k7wiAJ-U5l_li8p5o3WQBVTqU4sY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/hindmysuru/v1/syk3-yB3k7wiAJ-U5l_li8LEhlU.ttf\";}i:614;a:9:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:88:\"https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/hindsiliguri/v13/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/hindsiliguri/v13/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/hindsiliguri/v13/ijwTs5juQtsyLLR5jN4cxBEoTJrawg.ttf\";}i:615;a:9:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:88:\"https://fonts.gstatic.com/s/hindvadodara/v15/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/hindvadodara/v15/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/hindvadodara/v15/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/hindvadodara/v15/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/hindvadodara/v15/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/hindvadodara/v15/neINzCKvrIcn5pbuuuriV9tTQJTVqQ.ttf\";}i:616;a:9:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/holtwoodonesc/v22/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/holtwoodonesc/v22/yYLx0hLR0P-3vMFSk1TCq3Txg5BHcLz-.ttf\";}i:617;a:9:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/homemadeapple/v23/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/homemadeapple/v23/Qw3EZQFXECDrI2q789EKQZJob0x8XH0.ttf\";}i:618;a:9:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Le6B6Mw.ttf\";}i:619;a:10:{s:6:\"family\";s:4:\"Honk\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/honk/v5/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgVLo7tNepQKvg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/honk/v5/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgV7orFJ.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv1\";}}i:620;a:9:{s:6:\"family\";s:12:\"Host Grotesk\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:12:{i:300;s:98:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3UmWBnlCJ3U42vbbfdwMjzqHAXOdFzqU5PubnOzhap-j94InI.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3UmWBnlCJ3U42vbbfdwMjzqHAXOdFzqU5PuefOzhap-j94InI.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3UmWBnlCJ3U42vbbfdwMjzqHAXOdFzqU5PudXOzhap-j94InI.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3UmWBnlCJ3U42vbbfdwMjzqHAXOdFzqU5PuTnJzhap-j94InI.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3UmWBnlCJ3U42vbbfdwMjzqHAXOdFzqU5PuQDJzhap-j94InI.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3UmWBnlCJ3U42vbbfdwMjzqHAXOdFzqU5PuWfJzhap-j94InI.ttf\";s:9:\"300italic\";s:101:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3SmWBnlCJ3U42vbbfdwMjZoULo4bgYM-BIrC-NeFWj_h19MnL2jg.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3SmWBnlCJ3U42vbbfdwMjZoULo4bgYM-BIrC-NJlWj_h19MnL2jg.ttf\";s:9:\"500italic\";s:101:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3SmWBnlCJ3U42vbbfdwMjZoULo4bgYM-BIrC-NFFWj_h19MnL2jg.ttf\";s:9:\"600italic\";s:101:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3SmWBnlCJ3U42vbbfdwMjZoULo4bgYM-BIrC-N-FKj_h19MnL2jg.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3SmWBnlCJ3U42vbbfdwMjZoULo4bgYM-BIrC-NwVKj_h19MnL2jg.ttf\";s:9:\"800italic\";s:101:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3SmWBnlCJ3U42vbbfdwMjZoULo4bgYM-BIrC-NplKj_h19MnL2jg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/hostgrotesk/v4/co3UmWBnlCJ3U42vbbfdwMjzqHAXOdFzqU5PuefO_hej_g.ttf\";}i:621;a:9:{s:6:\"family\";s:8:\"Hubballi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/hubballi/v10/o-0JIpUj3WIZ1RFN56B7yBBNYuSF.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/hubballi/v10/o-0JIpUj3WIZ1RFN55B6whQ.ttf\";}i:622;a:9:{s:6:\"family\";s:10:\"Hubot Sans\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:16:{i:200;s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsCZ7ZdgLDVwVqcXQ.ttf\";i:300;s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsCubZdgLDVwVqcXQ.ttf\";s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsC57ZdgLDVwVqcXQ.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsC1bZdgLDVwVqcXQ.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsCObFdgLDVwVqcXQ.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsCALFdgLDVwVqcXQ.ttf\";i:800;s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsCZ7FdgLDVwVqcXQ.ttf\";i:900;s:111:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsCTrFdgLDVwVqcXQ.ttf\";s:9:\"200italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_U1w7rR41-MXUss.ttf\";s:9:\"300italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_Xrw7rR41-MXUss.ttf\";s:6:\"italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_W1w7rR41-MXUss.ttf\";s:9:\"500italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_WHw7rR41-MXUss.ttf\";s:9:\"600italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_VrxLrR41-MXUss.ttf\";s:9:\"700italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_VSxLrR41-MXUss.ttf\";s:9:\"800italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_U1xLrR41-MXUss.ttf\";s:9:\"900italic\";s:113:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0PMIiULYxOvxVLbVwhEtWACNaCm8WTUIR_y2-e41Q0S0srIrwXL_UcxLrR41-MXUss.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/hubotsans/v4/pe0BMIiULYxOvxVLbVwhONyy6zb7yFM9V5G3iZ3X0avsIiCxjLsC57ZtgbrR.ttf\";}i:623;a:9:{s:6:\"family\";s:6:\"Huninn\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/huninn/v2/OpNNnoINg9bQ4xkpjiHQjittXw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/huninn/v2/OpNNnoINg9bQ4xkZjyvU.ttf\";}i:624;a:9:{s:6:\"family\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/hurricane/v8/pe0sMIuULZxTolZ5YldyAv2-C99ycg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/hurricane/v8/pe0sMIuULZxTolZ5YldCA_e6.ttf\";}i:625;a:9:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:100;s:86:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf\";s:9:\"100italic\";s:88:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf\";i:200;s:87:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf\";s:9:\"200italic\";s:90:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf\";i:300;s:87:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf\";s:9:\"300italic\";s:90:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf\";s:9:\"500italic\";s:90:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf\";s:9:\"600italic\";s:90:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf\";s:9:\"700italic\";s:90:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n1ikq0g.ttf\";}i:626;a:9:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:100;s:118:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6lhzAKI5loa26g.ttf\";i:200;s:118:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDallzAKI5loa26g.ttf\";i:300;s:118:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDtFlzAKI5loa26g.ttf\";s:7:\"regular\";s:118:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6llzAKI5loa26g.ttf\";i:500;s:118:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD2FlzAKI5loa26g.ttf\";i:600;s:118:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDNF5zAKI5loa26g.ttf\";i:700;s:118:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDDV5zAKI5loa26g.ttf\";s:9:\"100italic\";s:120:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhqbQqg9tIOm6vje.ttf\";s:9:\"200italic\";s:120:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhobQ6g9tIOm6vje.ttf\";s:9:\"300italic\";s:120:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhrFQ6g9tIOm6vje.ttf\";s:6:\"italic\";s:120:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhqbQ6g9tIOm6vje.ttf\";s:9:\"500italic\";s:120:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhqpQ6g9tIOm6vje.ttf\";s:9:\"600italic\";s:120:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhpFRKg9tIOm6vje.ttf\";s:9:\"700italic\";s:120:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXEKVElMYYaJe8bpLHnCwDKhdTEG46kmUZQCX598fQbM4jw8V78x9OWIhp8RKg9tIOm6vje.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:112:\"https://fonts.gstatic.com/s/ibmplexsans/v22/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6llDAag9.ttf\";}i:627;a:9:{s:6:\"family\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:101:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3MZRtWPQCuHme67tEYUIx3Kh0PHR9N6YNe3PC5eMlAMg0.ttf\";i:200;s:102:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPy_dCTVsVJKxTs.ttf\";i:300;s:102:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOW_tCTVsVJKxTs.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6bs61vSbfdlA.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPO_9CTVsVJKxTs.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPi-NCTVsVJKxTs.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOG-dCTVsVJKxTs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/ibmplexsansarabic/v13/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6Ys73PA.ttf\";}i:628;a:9:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:100;s:108:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf\";s:9:\"100italic\";s:111:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf\";i:200;s:109:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf\";s:9:\"200italic\";s:112:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf\";i:300;s:109:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf\";s:9:\"300italic\";s:112:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf\";s:9:\"500italic\";s:112:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf\";s:9:\"600italic\";s:112:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf\";s:9:\"700italic\";s:112:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYavyKs.ttf\";}i:629;a:9:{s:6:\"family\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:110:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXB3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HMUjwUcjwCEQq.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HnWnQe-b8AV0z0w.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H-WrQe-b8AV0z0w.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O__VUL0c83gCA.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HoWvQe-b8AV0z0w.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HjWzQe-b8AV0z0w.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H6W3Qe-b8AV0z0w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_PVEjw.ttf\";}i:630;a:9:{s:6:\"family\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:101:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa4qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEXB-l0VqDaM7C4.ttf\";i:200;s:102:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVt230_hjqF9Tc2.ttf\";i:300;s:102:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUJ2H0_hjqF9Tc2.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXH2l8Fk3rSaM.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVR2X0_hjqF9Tc2.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEV93n0_hjqF9Tc2.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUZ330_hjqF9Tc2.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXE2k-l0.ttf\";}i:631;a:9:{s:6:\"family\";s:16:\"IBM Plex Sans JP\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:91:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XLDn9KbTDf6_f7dISNqYf_tvPT7E7yjPB7twdmHQ.ttf\";i:200;s:92:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7OLTrNpVuw5_BAM.ttf\";i:300;s:92:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7IbQrNpVuw5_BAM.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XNDn9KbTDf6_f7dISNqYf_tvPT1Cr4iNJ-pwc.ttf\";i:500;s:92:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7N7RrNpVuw5_BAM.ttf\";i:600;s:92:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7PLWrNpVuw5_BAM.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7JbXrNpVuw5_BAM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/ibmplexsansjp/v6/Z9XNDn9KbTDf6_f7dISNqYf_tvPT5CvyjA.ttf\";}i:632;a:9:{s:6:\"family\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:92:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFM2-VJISZe3O_rc3ZVYh4aTwNOyra_X5zCpMrMfA.ttf\";i:200;s:93:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyhqef7bsqMPVZb4.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyn6df7bsqMPVZb4.ttf\";s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFK2-VJISZe3O_rc3ZVYh4aTwNO8tK1W77HtMo.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyiacf7bsqMPVZb4.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOygqbf7bsqMPVZb4.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOym6af7bsqMPVZb4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFK2-VJISZe3O_rc3ZVYh4aTwNOwtO_Xw.ttf\";}i:633;a:9:{s:6:\"family\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:7:{i:100;s:96:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JNje1VVIzcq1HzJq2AEdo2Tj_qvLqEatYlR8ZKUqcX.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqExvcFbehGW74OXw.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEovQFbehGW74OXw.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLq8DtwhZcNaUg.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE-vUFbehGW74OXw.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE1vIFbehGW74OXw.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEsvMFbehGW74OXw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/ibmplexsansthai/v11/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLqMD9Yl.ttf\";}i:634;a:9:{s:6:\"family\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:112:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss5AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_HaKpHOtFCQ76Q.ttf\";i:200;s:113:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_NqrhFmDGC0i8Cc.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_L6ohFmDGC0i8Cc.ttf\";s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30LxBKAoFGoBCQ.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_OaphFmDGC0i8Cc.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_MquhFmDGC0i8Cc.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_K6vhFmDGC0i8Cc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L9BOKpA.ttf\";}i:635;a:9:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:100;s:88:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf\";s:9:\"100italic\";s:91:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf\";i:200;s:89:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf\";s:9:\"200italic\";s:92:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf\";i:300;s:89:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf\";s:9:\"300italic\";s:92:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf\";s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf\";s:6:\"italic\";s:88:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf\";i:500;s:89:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf\";s:9:\"500italic\";s:92:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf\";i:600;s:89:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf\";s:9:\"600italic\";s:92:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf\";s:9:\"700italic\";s:92:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkTiUZ2zI.ttf\";}i:636;a:9:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/imfelldwpica/v16/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNwNZQnQ.ttf\";}i:637;a:9:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTm-RKO.ttf\";}i:638;a:9:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0W_VA.ttf\";}i:639;a:9:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ0YwOfg.ttf\";}i:640;a:9:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/imfellenglish/v14/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAzHFqOd.ttf\";}i:641;a:9:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZ7OoIK.ttf\";}i:642;a:9:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6foUNNk.ttf\";}i:643;a:9:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H0c1WhQ.ttf\";}i:644;a:9:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJrrWtj4.ttf\";}i:645;a:9:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTIf8D3g.ttf\";}i:646;a:9:{s:6:\"family\";s:6:\"Iansui\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:8:\"symbols2\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/iansui/v7/w8gbH2UoTuUp5bOajSGD1FcXoQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/iansui/v7/w8gbH2UoTuUp5bOqjCuH.ttf\";}i:647;a:9:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5MDtVT9TWIvS.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdS5MDtVT9TWIvS.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXe-48DtVT9TWIvS.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXeH48DtVT9TWIvS.ttf\";s:6:\"italic\";s:110:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopyiuXztxXZvSkTo.ttf\";s:9:\"500italic\";s:110:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopxquXztxXZvSkTo.ttf\";s:9:\"600italic\";s:110:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop_apXztxXZvSkTo.ttf\";s:9:\"700italic\";s:110:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop8-pXztxXZvSkTo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/ibarrarealnova/v29/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5PDsXzs.ttf\";}i:648;a:9:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/iceberg/v25/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/iceberg/v25/8QIJdijAiM7o-qnZiIkErw.ttf\";}i:649;a:9:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/iceland/v22/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/iceland/v22/rax9HiuFsdMNOnWPaK1MBA.ttf\";}i:650;a:9:{s:6:\"family\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:9:{i:100;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iWfOsNNK-Q4xY.ttf\";i:200;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iXfOsNNK-Q4xY.ttf\";i:300;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP5aXfOsNNK-Q4xY.ttf\";s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXfOsNNK-Q4xY.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP_qXfOsNNK-Q4xY.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPxaQfOsNNK-Q4xY.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPy-QfOsNNK-Q4xY.ttf\";i:800;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iQfOsNNK-Q4xY.ttf\";i:900;s:101:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP2GQfOsNNK-Q4xY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/imbue/v29/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXTOoHMA.ttf\";}i:651;a:9:{s:6:\"family\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/imperialscript/v7/5DCPAKrpzy_H98IV2ISnZBbGrVNvPenlvttWNg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/imperialscript/v7/5DCPAKrpzy_H98IV2ISnZBbGrVNfPOPh.ttf\";}i:652;a:9:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/imprima/v18/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/imprima/v18/VEMxRoN7sY3yuy-7yoSNzA.ttf\";}i:653;a:9:{s:6:\"family\";s:14:\"Inclusive Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:103:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk8C9biPuwflXcJ46P4PGWE08T-gfZusL0kQqtfLhtN7mxtc0bIsQ.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk8C9biPuwflXcJ46P4PGWE08T-gfZusL0kQqtfcBtN7mxtc0bIsQ.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk8C9biPuwflXcJ46P4PGWE08T-gfZusL0kQqtfQhtN7mxtc0bIsQ.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk8C9biPuwflXcJ46P4PGWE08T-gfZusL0kQqtfrhxN7mxtc0bIsQ.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk8C9biPuwflXcJ46P4PGWE08T-gfZusL0kQqtflxxN7mxtc0bIsQ.ttf\";s:9:\"300italic\";s:105:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk-C9biPuwflXcJ46P4PGWE0-73swm22da-7KxKuFj7rWZpUUPYsTVx.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk-C9biPuwflXcJ46P4PGWE0-73swm22da-7KxKuFilrWZpUUPYsTVx.ttf\";s:9:\"500italic\";s:105:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk-C9biPuwflXcJ46P4PGWE0-73swm22da-7KxKuFiXrWZpUUPYsTVx.ttf\";s:9:\"600italic\";s:105:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk-C9biPuwflXcJ46P4PGWE0-73swm22da-7KxKuFh7qmZpUUPYsTVx.ttf\";s:9:\"700italic\";s:105:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk-C9biPuwflXcJ46P4PGWE0-73swm22da-7KxKuFhCqmZpUUPYsTVx.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/inclusivesans/v3/0nk8C9biPuwflXcJ46P4PGWE08T-gfZusL0kQqtfcBt972Zp.ttf\";}i:654;a:9:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:200;s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU8aRr8lleY2co.ttf\";i:300;s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp9s8aRr8lleY2co.ttf\";s:7:\"regular\";s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRr8lleY2co.ttf\";i:500;s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aRr8lleY2co.ttf\";i:600;s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aRr8lleY2co.ttf\";i:700;s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7aRr8lleY2co.ttf\";i:800;s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU7aRr8lleY2co.ttf\";i:900;s:115:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lppyw7aRr8lleY2co.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/inconsolata/v36/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WRv2kg.ttf\";}i:655;a:9:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4vq6pw-P3U4O.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4sq7rQs.ttf\";}i:656;a:9:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/indieflower/v23/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/indieflower/v23/m8JVjfNVeKWVnh3QMuKkFcZVb0uC.ttf\";}i:657;a:9:{s:6:\"family\";s:14:\"Ingrid Darling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/ingriddarling/v6/LDIrapaJNxUtSuFdw-9yf4rCPsLOub458jGL.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/ingriddarling/v6/LDIrapaJNxUtSuFdw-9yf4rCPvLPs7o.ttf\";}i:658;a:9:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-phTHRcc2s2XH.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/inika/v21/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-piTGT8M.ttf\";}i:659;a:9:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:7:{i:300;s:90:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf\";i:600;s:90:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf\";i:800;s:90:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf\";i:900;s:90:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/inknutantiqua/v15/Y4GSYax7VC4ot_qNB4nYpBdaKUUC4Jg.ttf\";}i:660;a:9:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:6:{i:300;s:81:\"https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3ELaDQtFqeY3fX4.ttf\";s:9:\"300italic\";s:84:\"https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPrcQybX4pQA.ttf\";s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ5O7yKQNute8.ttf\";s:6:\"italic\";s:80:\"https://fonts.gstatic.com/s/inriasans/v14/ptROTiqXYfZMCOiVj9kQ1Oz4LSFrpe8uZA.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3FLdDQtFqeY3fX4.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PrcQybX4pQA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ1O_4LQ.ttf\";}i:661;a:9:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:83:\"https://fonts.gstatic.com/s/inriaserif/v17/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf\";s:9:\"300italic\";s:86:\"https://fonts.gstatic.com/s/inriaserif/v17/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/inriaserif/v17/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/inriaserif/v17/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/inriaserif/v17/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/inriaserif/v17/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/inriaserif/v17/fC1lPYxPY3rXxEndZJAzN3Stdyg.ttf\";}i:662;a:9:{s:6:\"family\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/inspiration/v7/x3dkckPPZa6L4wIg5cZOEvoGnSrlBBsy.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/inspiration/v7/x3dkckPPZa6L4wIg5cZOEsoHly4.ttf\";}i:663;a:9:{s:6:\"family\";s:15:\"Instrument Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:122:\"https://fonts.gstatic.com/s/instrumentsans/v3/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Qf1mS0v3_7Y.ttf\";i:500;s:122:\"https://fonts.gstatic.com/s/instrumentsans/v3/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-Qf1mS0v3_7Y.ttf\";i:600;s:122:\"https://fonts.gstatic.com/s/instrumentsans/v3/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gf1mS0v3_7Y.ttf\";i:700;s:122:\"https://fonts.gstatic.com/s/instrumentsans/v3/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gf1mS0v3_7Y.ttf\";s:6:\"italic\";s:125:\"https://fonts.gstatic.com/s/instrumentsans/v3/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kykN2u7YUwU.ttf\";s:9:\"500italic\";s:125:\"https://fonts.gstatic.com/s/instrumentsans/v3/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22kykN2u7YUwU.ttf\";s:9:\"600italic\";s:125:\"https://fonts.gstatic.com/s/instrumentsans/v3/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxkykN2u7YUwU.ttf\";s:9:\"700italic\";s:125:\"https://fonts.gstatic.com/s/instrumentsans/v3/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkykN2u7YUwU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:117:\"https://fonts.gstatic.com/s/instrumentsans/v3/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Tf0kyk.ttf\";}i:664;a:9:{s:6:\"family\";s:16:\"Instrument Serif\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zIZj1bIkNo.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizHRFtNs2ka5fXjeivQ4LroWlx-6zATi3TNgNq55w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-6zMTiw.ttf\";}i:665;a:9:{s:6:\"family\";s:14:\"Intel One Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"symbols2\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-07-16\";s:5:\"files\";a:10:{i:300;s:102:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sWzZuLY8Lb_G1RikFkwPjBvuM8LXucmoHDSAMg__cRnD9TMr2nYA.ttf\";s:9:\"300italic\";s:104:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sUzZuLY8Lb_G1RikFkwPjBvsk1H4RE8-pZ5gQ1abSn3zVXELi3YD27.ttf\";s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sWzZuLY8Lb_G1RikFkwPjBvuM8LXucmoHDSAMgofcRnD9TMr2nYA.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sUzZuLY8Lb_G1RikFkwPjBvsk1H4RE8-pZ5gQ1abT53zVXELi3YD27.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sWzZuLY8Lb_G1RikFkwPjBvuM8LXucmoHDSAMgk_cRnD9TMr2nYA.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sUzZuLY8Lb_G1RikFkwPjBvsk1H4RE8-pZ5gQ1abTL3zVXELi3YD27.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sWzZuLY8Lb_G1RikFkwPjBvuM8LXucmoHDSAMgf_ARnD9TMr2nYA.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sUzZuLY8Lb_G1RikFkwPjBvsk1H4RE8-pZ5gQ1abQn2DVXELi3YD27.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sWzZuLY8Lb_G1RikFkwPjBvuM8LXucmoHDSAMgRvARnD9TMr2nYA.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sUzZuLY8Lb_G1RikFkwPjBvsk1H4RE8-pZ5gQ1abQe2DVXELi3YD27.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/intelonemono/v2/P5sWzZuLY8Lb_G1RikFkwPjBvuM8LXucmoHDSAMgofchnTVX.ttf\";}i:666;a:9:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZhrib2Bg-4.ttf\";i:200;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZhrib2Bg-4.ttf\";i:300;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf\";s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\";i:800;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZhrib2Bg-4.ttf\";i:900;s:101:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZhrib2Bg-4.ttf\";s:9:\"100italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dphjZ-Ek-7MeA.ttf\";s:9:\"200italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdthjZ-Ek-7MeA.ttf\";s:9:\"300italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTch9thjZ-Ek-7MeA.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc2dthjZ-Ek-7MeA.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTc69thjZ-Ek-7MeA.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcB9xhjZ-Ek-7MeA.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcPtxhjZ-Ek-7MeA.ttf\";s:9:\"800italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTcWdxhjZ-Ek-7MeA.ttf\";s:9:\"900italic\";s:104:\"https://fonts.gstatic.com/s/inter/v19/UcCM3FwrK3iLTcvneQg7Ca725JhhKnNqk4j1ebLhAm8SrXTccNxhjZ-Ek-7MeA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZlhjQ.ttf\";}i:667;a:9:{s:6:\"family\";s:11:\"Inter Tight\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw6qXCRToK8EPg.ttf\";i:200;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjw-qXCRToK8EPg.ttf\";i:300;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjUQ-qXCRToK8EPg.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qXCRToK8EPg.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qXCRToK8EPg.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqXCRToK8EPg.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqXCRToK8EPg.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjwiqXCRToK8EPg.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjpgiqXCRToK8EPg.ttf\";s:9:\"100italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHi5XgqoUPvi5.ttf\";s:9:\"200italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCHy5XgqoUPvi5.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0wcHy5XgqoUPvi5.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHy5XgqoUPvi5.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xwHy5XgqoUPvi5.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ycGC5XgqoUPvi5.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ylGC5XgqoUPvi5.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCGC5XgqoUPvi5.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/intertight/v8/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zrGC5XgqoUPvi5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/intertight/v8/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-aXS5X.ttf\";}i:668;a:9:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgv-fRK.ttf\";}i:669;a:9:{s:6:\"family\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/islandmoments/v7/NaPBcZfVGvBdxIt7Ar0qzkXJF-TGIohbZ6SY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/islandmoments/v7/NaPBcZfVGvBdxIt7Ar0qzkXJF9THKIw.ttf\";}i:670;a:9:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/istokweb/v25/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf\";s:6:\"italic\";s:77:\"https://fonts.gstatic.com/s/istokweb/v25/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/istokweb/v25/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf\";s:9:\"700italic\";s:81:\"https://fonts.gstatic.com/s/istokweb/v25/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/istokweb/v25/3qTvojGmgSyUukBzKslpAGt6.ttf\";}i:671;a:9:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/italiana/v21/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/italiana/v21/QldNNTtLsx4E__B0XQmQaXk.ttf\";}i:672;a:9:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6RXjpwt.ttf\";}i:673;a:9:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/itim/v15/0nknC9ziJOYewARKkc7ZdwU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/itim/v15/0nknC9ziJOYe8AVAlQ.ttf\";}i:674;a:9:{s:6:\"family\";s:11:\"Jacquard 12\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/jacquard12/v7/vm8ydRLuXETEweL79J4rGc3JUnr34c9-.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/jacquard12/v7/vm8ydRLuXETEweL79J4rGf3IWH4.ttf\";}i:675;a:9:{s:6:\"family\";s:19:\"Jacquard 12 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/jacquard12charted/v3/i7dWIE97bzCOB9Q_Up6PQmYfKDPIb2HwT3StZ9jetKY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/jacquard12charted/v3/i7dWIE97bzCOB9Q_Up6PQmYfKDPIb2Hwf3WnYw.ttf\";}i:676;a:9:{s:6:\"family\";s:11:\"Jacquard 24\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/jacquard24/v3/jVyO7nf_B2zO5jVpUGU8lgQEdchf9xXp.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/jacquard24/v3/jVyO7nf_B2zO5jVpUGU8ljQFf8w.ttf\";}i:677;a:9:{s:6:\"family\";s:19:\"Jacquard 24 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/jacquard24charted/v4/mtGm4-dNK6HaudrE9VVKhENTsEXEYish0iRrMYJ_K-4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/jacquard24charted/v4/mtGm4-dNK6HaudrE9VVKhENTsEXEYish4iVhNQ.ttf\";}i:678;a:9:{s:6:\"family\";s:20:\"Jacquarda Bastarda 9\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/jacquardabastarda9/v5/f0Xp0fWr_8t6WFtKQJfOhaC0hcZ1HYAMAbwD1TB_JHHY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/jacquardabastarda9/v5/f0Xp0fWr_8t6WFtKQJfOhaC0hcZ1HYAMAYwC3zQ.ttf\";}i:679;a:9:{s:6:\"family\";s:28:\"Jacquarda Bastarda 9 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/jacquardabastarda9charted/v3/Yq6D-KaMUyfq4qLgx19A_ocp43FeLd9m0vDxm-yf8JPuf0cPaL8pmQg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/jacquardabastarda9charted/v3/Yq6D-KaMUyfq4qLgx19A_ocp43FeLd9m0vDxm-yf8JPuT0YFbA.ttf\";}i:680;a:9:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/jacquesfrancois/v25/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/jacquesfrancois/v25/ZXu9e04ZvKeOOHIe1TMahbcIU2cgqcLgpQ.ttf\";}i:681;a:9:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/jacquesfrancoisshadow/v26/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/jacquesfrancoisshadow/v26/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_p8Uun8.ttf\";}i:682;a:9:{s:6:\"family\";s:5:\"Jaini\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/jaini/v1/fC1vPYJMbGHQzEmOK-ZSUHyt.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/jaini/v1/fC1vPYJMbGHQzHmPIeI.ttf\";}i:683;a:9:{s:6:\"family\";s:11:\"Jaini Purva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/jainipurva/v1/CHynV-vdHVXwbWcUswbUGHoOHH4sj3lR.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/jainipurva/v1/CHynV-vdHVXwbWcUswbUGEoPFno.ttf\";}i:684;a:9:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/jaldi/v13/or3sQ67z0_CI30NUZpD_B6g8.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/jaldi/v13/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/jaldi/v13/or3sQ67z0_CI33NVbJQ.ttf\";}i:685;a:9:{s:6:\"family\";s:4:\"Jaro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/jaro/v7/ea8DadQwV_r_Rv3-7zZMCGhQgVr1SlCsNP3VpQ_a.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/jaro/v7/ea8DadQwV_r_Rv3-7zZMCGhQgVr1SmCtPvk.ttf\";}i:686;a:9:{s:6:\"family\";s:9:\"Jersey 10\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/jersey10/v3/GftH7vZKsggXMf9n_J5X-JLgy1wtSw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/jersey10/v3/GftH7vZKsggXMf9n_J5n-Zjk.ttf\";}i:687;a:9:{s:6:\"family\";s:17:\"Jersey 10 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/jersey10charted/v3/oY1E8fPFr6XiNWqEp90XSbwUGfF8SnedKmeBvEYs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/jersey10charted/v3/oY1E8fPFr6XiNWqEp90XSbwUGfF8SkecIGM.ttf\";}i:688;a:9:{s:6:\"family\";s:9:\"Jersey 15\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/jersey15/v3/_6_9EDzuROGsUuk2TWjSYoohsCkvSQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/jersey15/v3/_6_9EDzuROGsUuk2TWjiY4Al.ttf\";}i:689;a:9:{s:6:\"family\";s:17:\"Jersey 15 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/jersey15charted/v3/nuFjD-rCQIjoVp1Sva2ToCTudGbLeRv4r2024gxi.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/jersey15charted/v3/nuFjD-rCQIjoVp1Sva2ToCTudGbLeSv5pWk.ttf\";}i:690;a:9:{s:6:\"family\";s:9:\"Jersey 20\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/jersey20/v3/ZgNRjP1ON6jeW4D12z3crE_qP4mXuQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/jersey20/v3/ZgNRjP1ON6jeW4D12z3srUXu.ttf\";}i:691;a:9:{s:6:\"family\";s:17:\"Jersey 20 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/jersey20charted/v3/JTUNjJMy9DKq5FzVaj9tpgYgvHqGn_Z1ji-rqnQ_.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/jersey20charted/v3/JTUNjJMy9DKq5FzVaj9tpgYgvHqGn8Z0hCs.ttf\";}i:692;a:9:{s:6:\"family\";s:9:\"Jersey 25\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/jersey25/v3/ll8-K2eeXj2tAs6F9BXIJ4AMng8ChA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/jersey25/v3/ll8-K2eeXj2tAs6F9BX4JooI.ttf\";}i:693;a:9:{s:6:\"family\";s:17:\"Jersey 25 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/jersey25charted/v2/6NUM8EWHIhCWbxOqtLkv94Rlu6EkGv2uUGQW93Cg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/jersey25charted/v2/6NUM8EWHIhCWbxOqtLkv94Rlu6EkGs2vWmA.ttf\";}i:694;a:9:{s:6:\"family\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:16:{i:100;s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yK1jPVmUsaaDhw.ttf\";i:200;s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKxjPVmUsaaDhw.ttf\";i:300;s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8lqxjPVmUsaaDhw.ttf\";s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPVmUsaaDhw.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPVmUsaaDhw.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPVmUsaaDhw.ttf\";i:800;s:104:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKtjPVmUsaaDhw.ttf\";s:9:\"100italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-Lf1OQk6OThxPA.ttf\";s:9:\"200italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LflOQk6OThxPA.ttf\";s:9:\"300italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO_VflOQk6OThxPA.ttf\";s:6:\"italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-LflOQk6OThxPA.ttf\";s:9:\"500italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-5flOQk6OThxPA.ttf\";s:9:\"600italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9VeVOQk6OThxPA.ttf\";s:9:\"700italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9seVOQk6OThxPA.ttf\";s:9:\"800italic\";s:106:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LeVOQk6OThxPA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/jetbrainsmono/v23/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxTPFOQ.ttf\";}i:695;a:9:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-NS5XX4.ttf\";}i:696;a:9:{s:6:\"family\";s:4:\"Joan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/joan/v11/ZXupe1oZsqWRbRdH8X1p_Ng.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/joan/v11/ZXupe1oZsqWRXRZN9Q.ttf\";}i:697;a:9:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/jockeyone/v22/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/jockeyone/v22/HTxpL2g2KjCFj4x8WI6AnIfxGQ.ttf\";}i:698;a:9:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3lWODX.ttf\";}i:699;a:9:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/jomhuria/v22/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/jomhuria/v22/Dxxp8j-TMXf-llKur1b0OuU.ttf\";}i:700;a:9:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/jomolhari/v20/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/jomolhari/v20/EvONzA1M1Iw_CBd2hsQyFlgd.ttf\";}i:701;a:9:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:100;s:99:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMFrLgTsQV0.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMFrLgTsQV0.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMFrLgTsQV0.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMFrLgTsQV0.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMFrLgTsQV0.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMFrLgTsQV0.ttf\";s:9:\"100italic\";s:102:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhKibpUV3MEQ.ttf\";s:9:\"200italic\";s:102:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhKibpUV3MEQ.ttf\";s:9:\"300italic\";s:102:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhKibpUV3MEQ.ttf\";s:6:\"italic\";s:102:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhKibpUV3MEQ.ttf\";s:9:\"500italic\";s:102:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhKibpUV3MEQ.ttf\";s:9:\"600italic\";s:102:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhKibpUV3MEQ.ttf\";s:9:\"700italic\";s:102:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhKibpUV3MEQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/josefinsans/v33/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMBhKg.ttf\";}i:702;a:9:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:100;s:99:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71mtd3k3K6CcEyI.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W79msd3k3K6CcEyI.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W7wesd3k3K6CcEyI.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msd3k3K6CcEyI.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W72usd3k3K6CcEyI.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W74erd3k3K6CcEyI.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W776rd3k3K6CcEyI.ttf\";s:9:\"100italic\";s:102:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzs9L4KZAyK43w.ttf\";s:9:\"200italic\";s:102:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvHzo9L4KZAyK43w.ttf\";s:9:\"300italic\";s:102:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvwTo9L4KZAyK43w.ttf\";s:6:\"italic\";s:102:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzo9L4KZAyK43w.ttf\";s:9:\"500italic\";s:102:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvrTo9L4KZAyK43w.ttf\";s:9:\"600italic\";s:102:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvQT09L4KZAyK43w.ttf\";s:9:\"700italic\";s:102:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHveD09L4KZAyK43w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/josefinslab/v28/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msR3g9Lw.ttf\";}i:703;a:9:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7myjJAVGPokMmuHL.ttf\";i:200;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mwjJQVGPokMmuHL.ttf\";i:300;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mz9JQVGPokMmuHL.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7myjJQVGPokMmuHL.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7myRJQVGPokMmuHL.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mx9IgVGPokMmuHL.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mxEIgVGPokMmuHL.ttf\";i:800;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mwjIgVGPokMmuHL.ttf\";i:900;s:81:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mwKIgVGPokMmuHL.ttf\";s:9:\"100italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENI0un_HLMEo.ttf\";s:9:\"200italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNI0un_HLMEo.ttf\";s:9:\"300italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNI0un_HLMEo.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNI0un_HLMEo.ttf\";s:9:\"500italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNI0un_HLMEo.ttf\";s:9:\"600italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNI0un_HLMEo.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNI0un_HLMEo.ttf\";s:9:\"800italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNI0un_HLMEo.ttf\";s:9:\"900italic\";s:84:\"https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0un_HLMEo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7myjJTVHNI0.ttf\";}i:704;a:9:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/jotione/v27/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/jotione/v27/Z9XVDmdJQAmWm9TwabTf6Ok.ttf\";}i:705;a:9:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"https://fonts.gstatic.com/s/jua/v17/co3KmW9ljjAjc-DZCsKgsg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:56:\"https://fonts.gstatic.com/s/jua/v17/co3KmW9ljjATcurd.ttf\";}i:706;a:9:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhDrlw.ttf\";}i:707;a:9:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/julee/v25/TuGfUVB3RpZPQ6ZLodgzydtk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/julee/v25/TuGfUVB3RpZPQ5ZKq9w.ttf\";}i:708;a:9:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/juliussansone/v19/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/juliussansone/v19/1Pt2g8TAX_SGgBGUi0tGOYEga5WOxHsS.ttf\";}i:709;a:9:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/junge/v25/gokgH670Gl1lUqAdvhB7SnKm.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/junge/v25/gokgH670Gl1lUpActBQ.ttf\";}i:710;a:9:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"kayah-li\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:81:\"https://fonts.gstatic.com/s/jura/v33/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/jura/v33/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/jura/v33/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/jura/v33/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/jura/v33/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/jura/v33/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZugR_0.ttf\";}i:711;a:9:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/justanotherhand/v20/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/justanotherhand/v20/845CNN4-AJyIGvIou-6yJKyptyOpOfr-DG0.ttf\";}i:712;a:9:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAtwGtKQ.ttf\";}i:713;a:9:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:16:{i:100;s:64:\"https://fonts.gstatic.com/s/k2d/v12/J7aRnpF2V0ErE6UpvrIw74NL.ttf\";s:9:\"100italic\";s:67:\"https://fonts.gstatic.com/s/k2d/v12/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf\";i:200;s:66:\"https://fonts.gstatic.com/s/k2d/v12/J7aenpF2V0Erv4QJlJw85ppSGw.ttf\";s:9:\"200italic\";s:68:\"https://fonts.gstatic.com/s/k2d/v12/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf\";i:300;s:66:\"https://fonts.gstatic.com/s/k2d/v12/J7aenpF2V0Er24cJlJw85ppSGw.ttf\";s:9:\"300italic\";s:68:\"https://fonts.gstatic.com/s/k2d/v12/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf\";s:7:\"regular\";s:62:\"https://fonts.gstatic.com/s/k2d/v12/J7aTnpF2V0ETd68tnLcg7w.ttf\";s:6:\"italic\";s:64:\"https://fonts.gstatic.com/s/k2d/v12/J7aRnpF2V0EjdaUpvrIw74NL.ttf\";i:500;s:66:\"https://fonts.gstatic.com/s/k2d/v12/J7aenpF2V0Erg4YJlJw85ppSGw.ttf\";s:9:\"500italic\";s:68:\"https://fonts.gstatic.com/s/k2d/v12/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf\";i:600;s:66:\"https://fonts.gstatic.com/s/k2d/v12/J7aenpF2V0Err4EJlJw85ppSGw.ttf\";s:9:\"600italic\";s:68:\"https://fonts.gstatic.com/s/k2d/v12/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf\";i:700;s:66:\"https://fonts.gstatic.com/s/k2d/v12/J7aenpF2V0Ery4AJlJw85ppSGw.ttf\";s:9:\"700italic\";s:68:\"https://fonts.gstatic.com/s/k2d/v12/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf\";i:800;s:66:\"https://fonts.gstatic.com/s/k2d/v12/J7aenpF2V0Er14MJlJw85ppSGw.ttf\";s:9:\"800italic\";s:68:\"https://fonts.gstatic.com/s/k2d/v12/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:56:\"https://fonts.gstatic.com/s/k2d/v12/J7aTnpF2V0EjdqUp.ttf\";}i:714;a:9:{s:6:\"family\";s:8:\"Kablammo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"emoji\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/kablammo/v3/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCjjx0Rf4YDKw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/kablammo/v3/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCTjhcV.ttf\";}i:715;a:9:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/kadwa/v12/rnCm-x5V0g7iphTHRcc2s2XH.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/kadwa/v12/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/kadwa/v12/rnCm-x5V0g7ipiTGT8M.ttf\";}i:716;a:9:{s:6:\"family\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/kaiseidecol/v10/bMrwmSqP45sidWf3QmfFW6iyW1EP22OjoA.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/kaiseidecol/v10/bMrvmSqP45sidWf3QmfFW6iKr3gr00i_qb57kA.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/kaiseidecol/v10/bMrvmSqP45sidWf3QmfFW6iK534r00i_qb57kA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/kaiseidecol/v10/bMrwmSqP45sidWf3QmfFW6iCWlsL.ttf\";}i:717;a:9:{s:6:\"family\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/kaiseiharunoumi/v10/HI_RiZQSLqBQoAHhK_C6N_nzy_jcGsv5sM8u3mk.ttf\";i:500;s:95:\"https://fonts.gstatic.com/s/kaiseiharunoumi/v10/HI_WiZQSLqBQoAHhK_C6N_nzy_jcIj_QlMcFwmC9FAU.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/kaiseiharunoumi/v10/HI_WiZQSLqBQoAHhK_C6N_nzy_jcInfWlMcFwmC9FAU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/kaiseiharunoumi/v10/HI_RiZQSLqBQoAHhK_C6N_nzy_jcKsrztA.ttf\";}i:718;a:9:{s:6:\"family\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/kaiseiopti/v10/QldKNThJphYb8_g6c2nlIFle7KlmxuHx.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/kaiseiopti/v10/QldXNThJphYb8_g6c2nlIGGqxY1u7f34DYwn.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/kaiseiopti/v10/QldXNThJphYb8_g6c2nlIGHiw41u7f34DYwn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/kaiseiopti/v10/QldKNThJphYb8_g6c2nlIGlf5q0.ttf\";}i:719;a:9:{s:6:\"family\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/kaiseitokumin/v10/Gg8sN5wdZg7xCwuMsylww2ZiQkJf1l0pj946.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/kaiseitokumin/v10/Gg8vN5wdZg7xCwuMsylww2ZiQnqr_3khpMIzeI6v.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/kaiseitokumin/v10/Gg8vN5wdZg7xCwuMsylww2ZiQnrj-XkhpMIzeI6v.ttf\";i:800;s:90:\"https://fonts.gstatic.com/s/kaiseitokumin/v10/Gg8vN5wdZg7xCwuMsylww2ZiQnr_-nkhpMIzeI6v.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/kaiseitokumin/v10/Gg8sN5wdZg7xCwuMsylww2ZiQnJe3Fk.ttf\";}i:720;a:9:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:70:\"https://fonts.gstatic.com/s/kalam/v17/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/kalam/v17/YA9dr0Wd4kDdMuhWMibDszkB.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/kalam/v17/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/kalam/v17/YA9dr0Wd4kDdMthXOCI.ttf\";}i:721;a:9:{s:6:\"family\";s:6:\"Kalnia\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:102:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9il2xRGNcykIZc.ttf\";i:200;s:102:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW_ilmxRGNcykIZc.ttf\";i:300;s:102:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW88lmxRGNcykIZc.ttf\";s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9ilmxRGNcykIZc.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9QlmxRGNcykIZc.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-8kWxRGNcykIZc.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-FkWxRGNcykIZc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9illxQEtM.ttf\";}i:722;a:10:{s:6:\"family\";s:12:\"Kalnia Glaze\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:115:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYdL63nZKfhpVTvN.ttf\";i:200;s:115:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYfL6nnZKfhpVTvN.ttf\";i:300;s:115:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYcV6nnZKfhpVTvN.ttf\";s:7:\"regular\";s:115:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYdL6nnZKfhpVTvN.ttf\";i:500;s:115:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYd56nnZKfhpVTvN.ttf\";i:600;s:115:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYeV7XnZKfhpVTvN.ttf\";i:700;s:115:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYes7XnZKfhpVTvN.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/kalniaglaze/v4/wlpQgwHCBUNjrGrfu-hwowN1YyC-42Lu26VHf2LtOkAod0wTxm2tFYdL6knYI_w.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv1\";}}i:723;a:9:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/kameron/v17/vm8pdR7vXErQxuznqrUS3z1Uw3nq4Ne3cbcbvZPxCDLR.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/kameron/v17/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NeFcbcbvZPxCDLR.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/kameron/v17/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdpdrcbvZPxCDLR.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/kameron/v17/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdQdrcbvZPxCDLR.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/kameron/v17/vm8pdR7vXErQxuznqrUS3z1Uw3nq4Ne3cYcat5c.ttf\";}i:724;a:9:{s:6:\"family\";s:12:\"Kanchenjunga\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:9:\"kirat-rai\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/kanchenjunga/v2/RWmPoKKd5fUmrILiWsjCI6TiqYsGBGBzCw.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/kanchenjunga/v2/RWmQoKKd5fUmrILiWsjCI6TaXaIiDEtvAlaMKw.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/kanchenjunga/v2/RWmQoKKd5fUmrILiWsjCI6TacaUiDEtvAlaMKw.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/kanchenjunga/v2/RWmQoKKd5fUmrILiWsjCI6TaFaQiDEtvAlaMKw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/kanchenjunga/v2/RWmPoKKd5fUmrILiWsjCI6TSqIEC.ttf\";}i:725;a:9:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:18:{i:100;s:69:\"https://fonts.gstatic.com/s/kanit/v16/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf\";s:9:\"100italic\";s:72:\"https://fonts.gstatic.com/s/kanit/v16/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf\";i:200;s:70:\"https://fonts.gstatic.com/s/kanit/v16/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf\";s:9:\"200italic\";s:73:\"https://fonts.gstatic.com/s/kanit/v16/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf\";i:300;s:70:\"https://fonts.gstatic.com/s/kanit/v16/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf\";s:9:\"300italic\";s:73:\"https://fonts.gstatic.com/s/kanit/v16/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/kanit/v16/nKKZ-Go6G5tXcoaSEQGodLxA.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/kanit/v16/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/kanit/v16/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf\";s:9:\"500italic\";s:73:\"https://fonts.gstatic.com/s/kanit/v16/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/kanit/v16/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf\";s:9:\"600italic\";s:73:\"https://fonts.gstatic.com/s/kanit/v16/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/kanit/v16/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf\";s:9:\"700italic\";s:73:\"https://fonts.gstatic.com/s/kanit/v16/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf\";i:800;s:70:\"https://fonts.gstatic.com/s/kanit/v16/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf\";s:9:\"800italic\";s:73:\"https://fonts.gstatic.com/s/kanit/v16/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf\";i:900;s:70:\"https://fonts.gstatic.com/s/kanit/v16/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf\";s:9:\"900italic\";s:73:\"https://fonts.gstatic.com/s/kanit/v16/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/kanit/v16/nKKZ-Go6G5tXcraTGwU.ttf\";}i:726;a:9:{s:6:\"family\";s:13:\"Kantumruy Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:100;s:101:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urUs0M34dR6dW.ttf\";i:200;s:101:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg3urEs0M34dR6dW.ttf\";i:300;s:101:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg0wrEs0M34dR6dW.ttf\";s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urEs0M34dR6dW.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1crEs0M34dR6dW.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2wq0s0M34dR6dW.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2Jq0s0M34dR6dW.ttf\";s:9:\"100italic\";s:104:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N2OXo_QrdWlcU.ttf\";s:9:\"200italic\";s:104:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7yN3OXo_QrdWlcU.ttf\";s:9:\"300italic\";s:104:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7_13OXo_QrdWlcU.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N3OXo_QrdWlcU.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim75F3OXo_QrdWlcU.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim731wOXo_QrdWlcU.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim70RwOXo_QrdWlcU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/kantumruypro/v11/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urHs1OXo.ttf\";}i:727;a:9:{s:6:\"family\";s:8:\"Kapakana\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:2:{i:300;s:91:\"https://fonts.gstatic.com/s/kapakana/v18/sykt-yN0m6InS7OD9BCc9iYVO-6XOlDixNA5tRbXZ4IXAA.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/kapakana/v18/sykt-yN0m6InS7OD9BCc9iYVO-6XOlDimtA5tRbXZ4IXAA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/kapakana/v18/sykt-yN0m6InS7OD9BCc9iYVO-6XOlDimtAJtBzT.ttf\";}i:728;a:9:{s:6:\"family\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:3:{i:300;s:80:\"https://fonts.gstatic.com/s/karantina/v12/buExpo24ccnh31GVMABxXCgf-P5Oaiw4cw.ttf\";s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/karantina/v12/buE0po24ccnh31GVMABJ8AA78NVSYw.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/karantina/v12/buExpo24ccnh31GVMABxTC8f-P5Oaiw4cw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/karantina/v12/buE0po24ccnh31GVMAB58Qo_.ttf\";}i:729;a:9:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:200;s:84:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJqqFENLR7fHGw.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTDppqqFENLR7fHGw.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTDypqqFENLR7fHGw.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTDJp2qFENLR7fHGw.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52qFENLR7fHGw.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJ2qFENLR7fHGw.ttf\";s:9:\"200italic\";s:86:\"https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCV0lPZbLXGxGR.ttf\";s:9:\"300italic\";s:86:\"https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNkcV0lPZbLXGxGR.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV0lPZbLXGxGR.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlwV0lPZbLXGxGR.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmcUElPZbLXGxGR.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUElPZbLXGxGR.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/karla/v32/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCUElPZbLXGxGR.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/karla/v32/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaFUlP.ttf\";}i:730;a:9:{s:6:\"family\";s:20:\"Karla Tamil Inclined\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"tamil\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2024-10-29\";s:5:\"files\";a:2:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/karlatamilinclined/v2/vm8pdQ3vXFXZ1aPd8dNzR82AFh2TibkaVrcbvZPxCDLR.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/karlatamilinclined/v2/vm8mdQ3vXFXZ1aPd8dNzR82AFh2TibkaVo-nkrf5Iy7YGkI1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/karlatamilinclined/v2/vm8pdQ3vXFXZ1aPd8dNzR82AFh2TibkaVocat5c.ttf\";}i:731;a:9:{s:6:\"family\";s:19:\"Karla Tamil Upright\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"tamil\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2024-10-29\";s:5:\"files\";a:2:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/karlatamilupright/v2/IFS4HfVMk95HnY0u6SeQ_cHoozW_3U5XoBJ9hK8kMK4.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/karlatamilupright/v2/IFS1HfVMk95HnY0u6SeQ_cHoozW_3U5XmK5SoKcPLKclE4o.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/karlatamilupright/v2/IFS4HfVMk95HnY0u6SeQ_cHoozW_3U5XkBN3gA.ttf\";}i:732;a:9:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:70:\"https://fonts.gstatic.com/s/karma/v17/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/karma/v17/va9I4kzAzMZRGIBvS-J3kbDP.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/karma/v17/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/karma/v17/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/karma/v17/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/karma/v17/va9I4kzAzMZRGLBuQeY.ttf\";}i:733;a:9:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/katibeh/v21/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/katibeh/v21/ZGjXol5MQJog4bxDWCxbUA.ttf\";}i:734;a:9:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/kaushanscript/v18/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/kaushanscript/v18/vm8vdRfvXFLG3OLnsO15WYS5DG7-wNc.ttf\";}i:735;a:9:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/kavivanar/v21/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/kavivanar/v21/o-0IIpQgyXYSwhxP7_Jr4zRF.ttf\";}i:736;a:9:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/kavoon/v24/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/kavoon/v24/pxiFyp4_scRYhlUINbD-.ttf\";}i:737;a:9:{s:6:\"family\";s:10:\"Kay Pho Du\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"kayah-li\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/kayphodu/v2/jizfREFPvGNOx-jhPwHR4OmnLD0Z4zM.ttf\";i:500;s:79:\"https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2B2OCDUy_zoyk18.ttf\";i:600;s:79:\"https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2DGJCDUy_zoyk18.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2FWICDUy_zoyk18.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/kayphodu/v2/jizfREFPvGNOx-jhPwHR0OitKA.ttf\";}i:738;a:9:{s:6:\"family\";s:14:\"Kdam Thmor Pro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/kdamthmorpro/v7/EJRPQgAzVdcI-Qdvt34jzurnGA7_j89I8ZWb.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/kdamthmorpro/v7/EJRPQgAzVdcI-Qdvt34jzurnGD7-hcs.ttf\";}i:739;a:9:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/keaniaone/v25/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/keaniaone/v25/zOL54pXJk65E8pXardnu-cVkuw.ttf\";}i:740;a:9:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/kellyslab/v18/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/kellyslab/v18/-W_7XJX0Rz3cxUnJC5t6fkILew.ttf\";}i:741;a:9:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/kenia/v29/jizURE5PuHQH9qCONUGswfGM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/kenia/v29/jizURE5PuHQH9pCPP0U.ttf\";}i:742;a:9:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:70:\"https://fonts.gstatic.com/s/khand/v21/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/khand/v21/TwMA-IINQlQQ0YpVWHU_TBqO.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/khand/v21/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/khand/v21/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/khand/v21/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/khand/v21/TwMA-IINQlQQ0bpUUnE.ttf\";}i:743;a:9:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/khmer/v36/MjQImit_vPPwpF-BpN2EeYmD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/khmer/v36/MjQImit_vPPwpG-Artk.ttf\";}i:744;a:9:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:70:\"https://fonts.gstatic.com/s/khula/v16/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/khula/v16/OpNCnoEOns3V7FcJpA_chzJ0.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/khula/v16/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/khula/v16/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf\";i:800;s:70:\"https://fonts.gstatic.com/s/khula/v16/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/khula/v16/OpNCnoEOns3V7GcIrgs.ttf\";}i:745;a:9:{s:6:\"family\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/kings/v8/8AtnGsK4O5CYXU_Iq6GSPaHS.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/kings/v8/8AtnGsK4O5CYXX_JoaU.ttf\";}i:746;a:9:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/kiranghaerang/v21/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/kiranghaerang/v21/E21-_dn_gvvIjhYON1lpIU4-bfquUvI.ttf\";}i:747;a:9:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/kiteone/v22/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/kiteone/v22/70lQu7shLnA_E02vyp1a4n0.ttf\";}i:748;a:9:{s:6:\"family\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:79:\"https://fonts.gstatic.com/s/kiwimaru/v19/R70djykGkuuDep-hRg6gNCi0Vxn9R5ShnA.ttf\";s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/kiwimaru/v19/R70YjykGkuuDep-hRg6YmACQXzLhTg.ttf\";i:500;s:79:\"https://fonts.gstatic.com/s/kiwimaru/v19/R70djykGkuuDep-hRg6gbCm0Vxn9R5ShnA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/kiwimaru/v19/R70YjykGkuuDep-hRg6omQqU.ttf\";}i:749;a:9:{s:6:\"family\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/kleeone/v12/LDIxapCLNRc6A8oT4q4AOeekWPrP.ttf\";i:600;s:76:\"https://fonts.gstatic.com/s/kleeone/v12/LDI2apCLNRc6A8oT4pbYF8Osc-bGkqIw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/kleeone/v12/LDIxapCLNRc6A8oT4p4BM-M.ttf\";}i:750;a:9:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSIhSu3_g.ttf\";}i:751;a:9:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:12:{i:200;s:68:\"https://fonts.gstatic.com/s/koho/v17/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf\";s:9:\"200italic\";s:71:\"https://fonts.gstatic.com/s/koho/v17/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf\";i:300;s:68:\"https://fonts.gstatic.com/s/koho/v17/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf\";s:9:\"300italic\";s:71:\"https://fonts.gstatic.com/s/koho/v17/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf\";s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/koho/v17/K2F-fZ5fmddNBikefJbSOos.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/koho/v17/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf\";i:500;s:68:\"https://fonts.gstatic.com/s/koho/v17/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf\";s:9:\"500italic\";s:71:\"https://fonts.gstatic.com/s/koho/v17/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf\";i:600;s:68:\"https://fonts.gstatic.com/s/koho/v17/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf\";s:9:\"600italic\";s:71:\"https://fonts.gstatic.com/s/koho/v17/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/koho/v17/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf\";s:9:\"700italic\";s:71:\"https://fonts.gstatic.com/s/koho/v17/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/koho/v17/K2F-fZ5fmddNNigUeA.ttf\";}i:752;a:9:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:12:{i:200;s:80:\"https://fonts.gstatic.com/s/kodchasan/v19/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf\";s:9:\"200italic\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v19/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf\";i:300;s:80:\"https://fonts.gstatic.com/s/kodchasan/v19/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf\";s:9:\"300italic\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v19/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf\";s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/kodchasan/v19/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf\";s:6:\"italic\";s:78:\"https://fonts.gstatic.com/s/kodchasan/v19/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf\";i:500;s:80:\"https://fonts.gstatic.com/s/kodchasan/v19/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf\";s:9:\"500italic\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v19/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf\";i:600;s:80:\"https://fonts.gstatic.com/s/kodchasan/v19/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf\";s:9:\"600italic\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v19/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/kodchasan/v19/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf\";s:9:\"700italic\";s:82:\"https://fonts.gstatic.com/s/kodchasan/v19/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/kodchasan/v19/1cXxaUPOAJv9sG4I-DJWjnGA.ttf\";}i:753;a:9:{s:6:\"family\";s:9:\"Kode Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/kodemono/v3/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq5my9DqTaOW2A3k.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/kodemono/v3/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq6uy9DqTaOW2A3k.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/kodemono/v3/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq0e19DqTaOW2A3k.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/kodemono/v3/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq3619DqTaOW2A3k.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/kodemono/v3/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq5myxDuZbA.ttf\";}i:754;a:9:{s:6:\"family\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:100;s:89:\"https://fonts.gstatic.com/s/kohsantepheap/v14/gNMfW3p6SJbwyGj2rBZyeOrTjNuFHVyTtjNJUWU.ttf\";i:300;s:90:\"https://fonts.gstatic.com/s/kohsantepheap/v14/gNMeW3p6SJbwyGj2rBZyeOrTjNtNP3y5mD9ASHz5.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/kohsantepheap/v14/gNMdW3p6SJbwyGj2rBZyeOrTjOPhF1ixsyNJ.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/kohsantepheap/v14/gNMeW3p6SJbwyGj2rBZyeOrTjNtdOHy5mD9ASHz5.ttf\";i:900;s:90:\"https://fonts.gstatic.com/s/kohsantepheap/v14/gNMeW3p6SJbwyGj2rBZyeOrTjNtlOny5mD9ASHz5.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/kohsantepheap/v14/gNMdW3p6SJbwyGj2rBZyeOrTjNPgHVw.ttf\";}i:755;a:9:{s:6:\"family\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/kolkerbrush/v7/iJWDBXWRZjfKWdvmzwvvog3-7KJ6x8qNUQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/kolkerbrush/v7/iJWDBXWRZjfKWdvmzwvvog3O7ah-.ttf\";}i:756;a:9:{s:6:\"family\";s:19:\"Konkhmer Sleokchher\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/konkhmersleokchher/v3/_Xmw-GE-rjmabA_M-aPOZOsCrUv825LFI3507E0d-W0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/konkhmersleokchher/v3/_Xmw-GE-rjmabA_M-aPOZOsCrUv825LFE39-6A.ttf\";}i:757;a:9:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/kosugi/v18/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/kosugi/v18/pxiFyp4_v8FCjlIINbD-.ttf\";}i:758;a:9:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/kosugimaru/v16/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/kosugimaru/v16/0nksC9PgP_wGh21A2KeqGhTrgP4.ttf\";}i:759;a:9:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWq_HQfo.ttf\";}i:760;a:9:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/koulen/v29/AMOQz46as3KIBPeWgnA9kuYMUg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/koulen/v29/AMOQz46as3KIBPemg3o5.ttf\";}i:761;a:9:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/kranky/v29/hESw6XVgJzlPsFnMpheEZo_H_w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/kranky/v29/hESw6XVgJzlPsFn8px2A.ttf\";}i:762;a:9:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v39\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:84:\"https://fonts.gstatic.com/s/kreon/v39/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/kreon/v39/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/kreon/v39/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/kreon/v39/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/kreon/v39/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/kreon/v39/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtiWez8b.ttf\";}i:763;a:9:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/kristi/v22/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/kristi/v22/uK_y4ricdeU6zwdhCxcX.ttf\";}i:764;a:9:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUyMIWl.ttf\";}i:765;a:9:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:12:{i:200;s:68:\"https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf\";s:9:\"200italic\";s:71:\"https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf\";i:300;s:68:\"https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf\";s:9:\"300italic\";s:71:\"https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf\";s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/krub/v10/sZlLdRyC6CRYXkYQDLlTW6E.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/krub/v10/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf\";i:500;s:68:\"https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf\";s:9:\"500italic\";s:71:\"https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf\";i:600;s:68:\"https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf\";s:9:\"600italic\";s:71:\"https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/krub/v10/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf\";s:9:\"700italic\";s:71:\"https://fonts.gstatic.com/s/krub/v10/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/krub/v10/sZlLdRyC6CRYbkcaCA.ttf\";}i:766;a:9:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:12:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/kufam/v26/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqk7qQCJHvIwYg.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/kufam/v26/C8c-4cY7pG7w_oSJDszBXsKCcBH3pKk7qQCJHvIwYg.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/kufam/v26/C8c-4cY7pG7w_oSJDszBXsKCcBH3SK47qQCJHvIwYg.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/kufam/v26/C8c-4cY7pG7w_oSJDszBXsKCcBH3ca47qQCJHvIwYg.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/kufam/v26/C8c-4cY7pG7w_oSJDszBXsKCcBH3Fq47qQCJHvIwYg.ttf\";i:900;s:84:\"https://fonts.gstatic.com/s/kufam/v26/C8c-4cY7pG7w_oSJDszBXsKCcBH3P647qQCJHvIwYg.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/kufam/v26/C8c84cY7pG7w_q6APDMZN6kY3hbiXurT6gqNPPcgYp0i.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/kufam/v26/C8c84cY7pG7w_q6APDMZN6kY3hbiXurh6gqNPPcgYp0i.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/kufam/v26/C8c84cY7pG7w_q6APDMZN6kY3hbiXuoN7QqNPPcgYp0i.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/kufam/v26/C8c84cY7pG7w_q6APDMZN6kY3hbiXuo07QqNPPcgYp0i.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/kufam/v26/C8c84cY7pG7w_q6APDMZN6kY3hbiXupT7QqNPPcgYp0i.ttf\";s:9:\"900italic\";s:86:\"https://fonts.gstatic.com/s/kufam/v26/C8c84cY7pG7w_q6APDMZN6kY3hbiXup67QqNPPcgYp0i.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/kufam/v26/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqkLqAqN.ttf\";}i:767;a:9:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:200;s:81:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf\";s:9:\"200italic\";s:84:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf\";i:300;s:81:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf\";s:9:\"300italic\";s:84:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf\";s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf\";s:6:\"italic\";s:80:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf\";s:9:\"600italic\";s:84:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwhF8s4Q.ttf\";}i:768;a:9:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/kumarone/v24/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/kumarone/v24/bMr1mS-P958wYi6YaGe2NeSS.ttf\";}i:769;a:9:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/kumaroneoutline/v20/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/kumaroneoutline/v20/Noao6VH62pyLP0fsrZ-v18wlUEcX9wDxTw8.ttf\";}i:770;a:9:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZcA8bTuUkqaLg.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZYA8bTuUkqaLg.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQz5YA8bTuUkqaLg.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZYA8bTuUkqaLg.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQo5YA8bTuUkqaLg.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQT5EA8bTuUkqaLg.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQdpEA8bTuUkqaLg.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZEA8bTuUkqaLg.ttf\";i:900;s:112:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQOJEA8bTuUkqaLg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/kumbhsans/v26/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZYw8L7q.ttf\";}i:771;a:9:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/kurale/v13/4iCs6KV9e9dXjho6eAT3v02QFg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/kurale/v13/4iCs6KV9e9dXjhoKeQ7z.ttf\";}i:772;a:9:{s:6:\"family\";s:18:\"LXGW Marker Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:8:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:8:\"symbols2\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/lxgwmarkergothic/v1/Gg8oN4AaXyDVTi_NlS1-xCtMQxY3lToBjuw_cZe26Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/lxgwmarkergothic/v1/Gg8oN4AaXyDVTi_NlS1-xCtMQxY3lToxj-Y7.ttf\";}i:773;a:9:{s:6:\"family\";s:19:\"LXGW WenKai Mono TC\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:9:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"greek\";i:4;s:9:\"greek-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:4:\"lisu\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:3:{i:300;s:99:\"https://fonts.gstatic.com/s/lxgwwenkaimonotc/v9/pxiVyos4iPVgyWx9WtufHnsIf5nkaB0HssKqhvJljXmo2SA.ttf\";s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/lxgwwenkaimonotc/v9/pxiYyos4iPVgyWx9WtufHnsIf5nkaB0Him6CovpOkXA.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/lxgwwenkaimonotc/v9/pxiVyos4iPVgyWx9WtufHnsIf5nkaB0HstKthvJljXmo2SA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/lxgwwenkaimonotc/v9/pxiYyos4iPVgyWx9WtufHnsIf5nkaB0Hum-Ipg.ttf\";}i:774;a:9:{s:6:\"family\";s:14:\"LXGW WenKai TC\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:9:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"greek\";i:4;s:9:\"greek-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:4:\"lisu\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:3:{i:300;s:88:\"https://fonts.gstatic.com/s/lxgwwenkaitc/v9/w8gAH20td8wNsI3f40DmtXZb4_MmBfkpTClICyan.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/lxgwwenkaitc/v9/w8gDH20td8wNsI3f40DmtXZb48uKLd0hZzVB.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/lxgwwenkaitc/v9/w8gAH20td8wNsI3f40DmtXZb4_M2AvkpTClICyan.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/lxgwwenkaitc/v9/w8gDH20td8wNsI3f40DmtXZb4_uLJ9k.ttf\";}i:775;a:9:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/labelleaurore/v22/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/labelleaurore/v22/RrQIbot8-mNYKnGNDkWlocovHeI4Gu2B.ttf\";}i:776;a:9:{s:6:\"family\";s:7:\"Labrada\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:18:{i:100;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSgM4QPdUej17.ttf\";i:200;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTSwM4QPdUej17.ttf\";i:300;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9UNSwM4QPdUej17.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSwM4QPdUej17.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VhSwM4QPdUej17.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9WNTAM4QPdUej17.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9W0TAM4QPdUej17.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTTAM4QPdUej17.ttf\";i:900;s:87:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9X6TAM4QPdUej17.ttf\";s:9:\"100italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt6SvN2fy17-dE.ttf\";s:9:\"200italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt7SvN2fy17-dE.ttf\";s:9:\"300italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCLV7SvN2fy17-dE.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt7SvN2fy17-dE.ttf\";s:9:\"500italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCNl7SvN2fy17-dE.ttf\";s:9:\"600italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCDV8SvN2fy17-dE.ttf\";s:9:\"700italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCAx8SvN2fy17-dE.ttf\";s:9:\"800italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt8SvN2fy17-dE.ttf\";s:9:\"900italic\";s:90:\"https://fonts.gstatic.com/s/labrada/v4/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCEJ8SvN2fy17-dE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/labrada/v4/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSzM5SvM.ttf\";}i:777;a:9:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBN76KWg.ttf\";}i:778;a:9:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:5:{i:300;s:70:\"https://fonts.gstatic.com/s/laila/v20/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/laila/v20/LYjMdG_8nE8jDIRdiidIrEIu.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/laila/v20/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/laila/v20/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/laila/v20/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/laila/v20/LYjMdG_8nE8jDLRcgCM.ttf\";}i:779;a:9:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/lakkireddy/v24/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/lakkireddy/v24/S6u5w49MUSzD9jlCPmvLZTfpzd0.ttf\";}i:780;a:9:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/lalezar/v15/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/lalezar/v15/zrfl0HLVx-HwTP82YaH4Jg.ttf\";}i:781;a:9:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/lancelot/v28/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/lancelot/v28/J7acnppxBGtQEulG4KY5zps.ttf\";}i:782;a:9:{s:6:\"family\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/langar/v29/kJEyBukW7AIlgjGVrTVZ99sqrQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/langar/v29/kJEyBukW7AIlgjGlrD9d.ttf\";}i:783;a:9:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:73:\"https://fonts.gstatic.com/s/lateef/v32/hESz6XVnNCxEvkb0bjygbqTb9nQ-RA.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/lateef/v32/hESz6XVnNCxEvkb0Cj-gbqTb9nQ-RA.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/lateef/v32/hESw6XVnNCxEvkbMpheEZo_H_w.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/lateef/v32/hESz6XVnNCxEvkb0Uj6gbqTb9nQ-RA.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/lateef/v32/hESz6XVnNCxEvkb0fjmgbqTb9nQ-RA.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/lateef/v32/hESz6XVnNCxEvkb0GjigbqTb9nQ-RA.ttf\";i:800;s:73:\"https://fonts.gstatic.com/s/lateef/v32/hESz6XVnNCxEvkb0BjugbqTb9nQ-RA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/lateef/v32/hESw6XVnNCxEvkb8px2A.ttf\";}i:784;a:9:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:100;s:67:\"https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf\";s:9:\"100italic\";s:69:\"https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf\";i:300;s:68:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf\";s:9:\"300italic\";s:71:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf\";s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk6XweuBCY.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf\";s:9:\"700italic\";s:71:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf\";i:900;s:68:\"https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf\";s:9:\"900italic\";s:71:\"https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxgwWw.ttf\";}i:785;a:9:{s:6:\"family\";s:14:\"Lavishly Yours\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/lavishlyyours/v6/jizDREVIvGwH5OjiZmX9r5z_WxUY0TY7ikbI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/lavishlyyours/v6/jizDREVIvGwH5OjiZmX9r5z_WyUZ2zI.ttf\";}i:786;a:9:{s:6:\"family\";s:13:\"League Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/leaguegothic/v12/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-amidQ6Q9hn.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/leaguegothic/v12/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_9ang9A.ttf\";}i:787;a:9:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/leaguescript/v29/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/leaguescript/v29/CSR54zpSlumSWj9CGVsoBZdeWNJevA.ttf\";}i:788;a:9:{s:6:\"family\";s:14:\"League Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpBMdcFguczA.ttf\";i:200;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpBMdcFguczA.ttf\";i:300;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpBMdcFguczA.ttf\";s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBMdcFguczA.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpBMdcFguczA.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpBMdcFguczA.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpBMdcFguczA.ttf\";i:800;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpBMdcFguczA.ttf\";i:900;s:104:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpBMdcFguczA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/leaguespartan/v14/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTZBc1Y.ttf\";}i:789;a:9:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/leckerlione/v21/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/leckerlione/v21/V8mCoQH8VCsNttEnxnGQ-1idLJZY.ttf\";}i:790;a:9:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sBmsr0.ttf\";}i:791;a:9:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/lekton/v20/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/lekton/v20/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/lekton/v20/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/lekton/v20/SZc43FDmLaWmWpBuXh3s.ttf\";}i:792;a:9:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/lemon/v18/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/lemon/v18/HI_EiYEVKqRMq3jAQ5E.ttf\";}i:793;a:9:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:5:{i:300;s:91:\"https://fonts.gstatic.com/s/lemonada/v31/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/lemonada/v31/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/lemonada/v31/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/lemonada/v31/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/lemonada/v31/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/lemonada/v31/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeutGmP-Y.ttf\";}i:794;a:9:{s:6:\"family\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LBte6KuGEo.ttf\";i:200;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LBte6KuGEo.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LBte6KuGEo.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LBte6KuGEo.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LBte6KuGEo.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LBte6KuGEo.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LBte6KuGEo.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LBte6KuGEo.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LBte6KuGEo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/lexend/v25/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLFnfw.ttf\";}i:795;a:9:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48MxArBPCqLNflg.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cM1ArBPCqLNflg.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4rs1ArBPCqLNflg.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1ArBPCqLNflg.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1ArBPCqLNflg.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArBPCqLNflg.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pArBPCqLNflg.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cMpArBPCqLNflg.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4WcpArBPCqLNflg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/lexenddeca/v24/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1wrRnG.ttf\";}i:796;a:9:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:9:{i:100;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf\";i:200;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf\";i:300;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf\";i:900;s:94:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/lexendexa/v34/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TpbGFps.ttf\";}i:797;a:9:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LmE68oo6eepYQ.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWLiE68oo6eepYQ.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRChriE68oo6eepYQ.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE68oo6eepYQ.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC6riE68oo6eepYQ.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCBr-E68oo6eepYQ.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCP7-E68oo6eepYQ.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWL-E68oo6eepYQ.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCcb-E68oo6eepYQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/lexendgiga/v26/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2Li06sAs.ttf\";}i:798;a:9:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fivveyiq9EqQw.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcfmvveyiq9EqQw.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLr_mvveyiq9EqQw.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmvveyiq9EqQw.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLw_mvveyiq9EqQw.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLL_6vveyiq9EqQw.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLFv6vveyiq9EqQw.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcf6vveyiq9EqQw.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLWP6vveyiq9EqQw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/lexendmega/v26/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmfvOam.ttf\";}i:799;a:9:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SFyW1YuRTsnfw.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSByW1YuRTsnfw.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRtyByW1YuRTsnfw.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SByW1YuRTsnfw.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR2yByW1YuRTsnfw.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRNydyW1YuRTsnfw.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRDidyW1YuRTsnfw.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSdyW1YuRTsnfw.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRQCdyW1YuRTsnfw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/lexendpeta/v29/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SBCWlwq.ttf\";}i:800;a:9:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zITdpz0fYxcrQ.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzMTdpz0fYxcrQ.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMuTMTdpz0fYxcrQ.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMTdpz0fYxcrQ.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM1TMTdpz0fYxcrQ.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMOTQTdpz0fYxcrQ.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMADQTdpz0fYxcrQ.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzQTdpz0fYxcrQ.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMTjQTdpz0fYxcrQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/lexendtera/v28/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMjd5bw.ttf\";}i:801;a:9:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bH0z5jbs8qbts.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG0z5jbs8qbts.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy4jG0z5jbs8qbts.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG0z5jbs8qbts.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy-TG0z5jbs8qbts.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCywjB0z5jbs8qbts.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCyzHB0z5jbs8qbts.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bB0z5jbs8qbts.ttf\";i:900;s:99:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy3_B0z5jbs8qbts.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/lexendzetta/v31/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG4z9pag.ttf\";}i:802;a:9:{s:6:\"family\";s:19:\"Libertinus Keyboard\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/libertinuskeyboard/v2/NaPEcYrQAP5Z2JsyIac0i2DYHaapaf43RryztWo_3fk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/libertinuskeyboard/v2/NaPEcYrQAP5Z2JsyIac0i2DYHaapaf43dr25sQ.ttf\";}i:803;a:9:{s:6:\"family\";s:15:\"Libertinus Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:4:\"math\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/libertinusmath/v1/Gw6iwc3770TVMoHVurPejWtfenRLv_KJt3R-2Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/libertinusmath/v1/Gw6iwc3770TVMoHVurPejWtfenR7vviN.ttf\";}i:804;a:9:{s:6:\"family\";s:15:\"Libertinus Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/libertinusmono/v1/_gPg1RnxrjY_TDm97ApTqwneJJFToBF3YROW_w.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/libertinusmono/v1/_gPg1RnxrjY_TDm97ApTqwneJJFjoRtz.ttf\";}i:805;a:9:{s:6:\"family\";s:15:\"Libertinus Sans\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/libertinussans/v1/YA9Lr0-a6k7ZLbw_dle4knJh2cqMjt3V_dB0Yw.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/libertinussans/v1/YA9Jr0-a6k7ZLbw_dle4knJh2cq8jNfR39VkYzCp.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/libertinussans/v1/YA9Or0-a6k7ZLbw_dle4knJh2cq0MvLx9ftoaimwmw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/libertinussans/v1/YA9Lr0-a6k7ZLbw_dle4knJh2cq8j9fR.ttf\";}i:806;a:9:{s:6:\"family\";s:16:\"Libertinus Serif\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-30\";s:5:\"files\";a:6:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/libertinusserif/v1/RLpkK4bw7KinajYBg0RTTwCLF5Ben6kFUHPIFaU.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/libertinusserif/v1/RLpiK4bw7KinajYBg0RTTwCLF5Ber6sPVFHNBaVImA.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/libertinusserif/v1/RLpjK4bw7KinajYBg0RTTwCLF5Bep3ErdHvjCaxRgew.ttf\";s:9:\"600italic\";s:97:\"https://fonts.gstatic.com/s/libertinusserif/v1/RLphK4bw7KinajYBg0RTTwCLF5Ber6s3jH_pDY5UkexwPg.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/libertinusserif/v1/RLpjK4bw7KinajYBg0RTTwCLF5BepxUqdHvjCaxRgew.ttf\";s:9:\"700italic\";s:97:\"https://fonts.gstatic.com/s/libertinusserif/v1/RLphK4bw7KinajYBg0RTTwCLF5Ber6s36H7pDY5UkexwPg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/libertinusserif/v1/RLpkK4bw7KinajYBg0RTTwCLF5Ber6gPVA.ttf\";}i:807;a:9:{s:6:\"family\";s:24:\"Libertinus Serif Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/libertinusserifdisplay/v2/0FlHVOmbklub_P32Hm53RVREi5BsXWudOF_Gpgcrg81gHhVOxQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/libertinusserifdisplay/v2/0FlHVOmbklub_P32Hm53RVREi5BsXWudOF_Gpgcbgsdk.ttf\";}i:808;a:9:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/librebarcode128/v29/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/librebarcode128/v29/cIfnMbdUsUoiW3O_hVviCwVjuLtXeK_B9Ac.ttf\";}i:809;a:9:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/librebarcode128text/v29/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/librebarcode128text/v29/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5QVzS7A.ttf\";}i:810;a:9:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/librebarcode39/v23/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/librebarcode39/v23/-nFnOHM08vwC6h8Li1eQnP_AHzI2G_Zx1w.ttf\";}i:811;a:9:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/librebarcode39extended/v28/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/librebarcode39extended/v28/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgTNVIPQ.ttf\";}i:812;a:9:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:121:\"https://fonts.gstatic.com/s/librebarcode39extendedtext/v28/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/librebarcode39extendedtext/v28/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP6Mfbgm.ttf\";}i:813;a:9:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/librebarcode39text/v29/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/librebarcode39text/v29/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-0H1B5P.ttf\";}i:814;a:9:{s:6:\"family\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/librebarcodeean13text/v23/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96PAGEki52WfA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/librebarcodeean13text/v23/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96_AWsg.ttf\";}i:815;a:9:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:3:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/librebaskerville/v16/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf\";s:6:\"italic\";s:96:\"https://fonts.gstatic.com/s/librebaskerville/v16/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/librebaskerville/v16/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/librebaskerville/v16/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNfaxY.ttf\";}i:816;a:9:{s:6:\"family\";s:12:\"Libre Bodoni\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1fwWzZcOb3U3s.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6L9fwWzZcOb3U3s.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6FNYwWzZcOb3U3s.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6GpYwWzZcOb3U3s.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcKS_TdMTyQ3syLg.ttf\";s:9:\"500italic\";s:101:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcGy_TdMTyQ3syLg.ttf\";s:9:\"600italic\";s:101:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUc9yjTdMTyQ3syLg.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUczijTdMTyQ3syLg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/librebodoni/v8/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1f8W3TdA.ttf\";}i:817;a:9:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/librecaslondisplay/v17/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/librecaslondisplay/v17/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr1lQfxw.ttf\";}i:818;a:9:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf\";s:6:\"italic\";s:94:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMfq-1-c.ttf\";}i:819;a:9:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsSUB9rIb-JH1g.ttf\";i:200;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsWUB9rIb-JH1g.ttf\";i:300;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWUB9rIb-JH1g.ttf\";s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWUB9rIb-JH1g.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhHMWUB9rIb-JH1g.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduh8MKUB9rIb-JH1g.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhycKUB9rIb-JH1g.ttf\";i:800;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKUB9rIb-JH1g.ttf\";i:900;s:104:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhh8KUB9rIb-JH1g.ttf\";s:9:\"100italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RdDMTedX1sGE.ttf\";s:9:\"200italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8RNDMTedX1sGE.ttf\";s:9:\"300italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oYiRNDMTedX1sGE.ttf\";s:6:\"italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RNDMTedX1sGE.ttf\";s:9:\"500italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZORNDMTedX1sGE.ttf\";s:9:\"600italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oaiQ9DMTedX1sGE.ttf\";s:9:\"700italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oabQ9DMTedX1sGE.ttf\";s:9:\"800italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8Q9DMTedX1sGE.ttf\";s:9:\"900italic\";s:106:\"https://fonts.gstatic.com/s/librefranklin/v19/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05obVQ9DMTedX1sGE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/librefranklin/v19/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWkBtDM.ttf\";}i:820;a:9:{s:6:\"family\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/licorice/v7/t5tjIR8TMomTCAyjNk23hqLgzCHu.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/licorice/v7/t5tjIR8TMomTCAyjNn22jKY.ttf\";}i:821;a:9:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/lifesavers/v22/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/lifesavers/v22/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/lifesavers/v22/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/lifesavers/v22/ZXuie1UftKKabUQMgxAal8lqHA4.ttf\";}i:822;a:9:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/lilitaone/v16/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/lilitaone/v16/i7dPIFZ9Zz-WBtRtedDbYEd8QA.ttf\";}i:823;a:9:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLSIg86n.ttf\";}i:824;a:9:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/limelight/v20/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/limelight/v20/XLYkIZL7aopJVbZJHDuoPOlC.ttf\";}i:825;a:9:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/lindenhill/v26/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/lindenhill/v26/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/lindenhill/v26/-F61fjxoKSg9Yc3hZgO8yjFJ5ig.ttf\";}i:826;a:9:{s:6:\"family\";s:8:\"Linefont\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UNbu7tmdXux3U.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwUMbu7tmdXux3U.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY9sMbu7tmdXux3U.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UMbu7tmdXux3U.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY7cMbu7tmdXux3U.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY1sLbu7tmdXux3U.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY2ILbu7tmdXux3U.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwULbu7tmdXux3U.ttf\";i:900;s:107:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYywLbu7tmdXux3U.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/linefont/v8/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UMXu_nnQ.ttf\";}i:827;a:9:{s:6:\"family\";s:9:\"Lisu Bosa\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"lisu\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:16:{i:200;s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXX2DGRdbY1P1Sbg.ttf\";s:9:\"200italic\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkuRNzc9vhCblye.ttf\";i:300;s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXO2PGRdbY1P1Sbg.ttf\";s:9:\"300italic\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlKR9zc9vhCblye.ttf\";s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFoErkv240fsdmJRJQvl0viTf3E3Q.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFuErkv240fsdmJRJQflUHmb_jU3eRL.ttf\";i:500;s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXY2LGRdbY1P1Sbg.ttf\";s:9:\"500italic\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkSRtzc9vhCblye.ttf\";i:600;s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXT2XGRdbY1P1Sbg.ttf\";s:9:\"600italic\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXk-Qdzc9vhCblye.ttf\";i:700;s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXK2TGRdbY1P1Sbg.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlaQNzc9vhCblye.ttf\";i:800;s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXN2fGRdbY1P1Sbg.ttf\";s:9:\"800italic\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlGQ9zc9vhCblye.ttf\";i:900;s:78:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXE2bGRdbY1P1Sbg.ttf\";s:9:\"900italic\";s:80:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXliQtzc9vhCblye.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/lisubosa/v2/3XFoErkv240fsdmJRJQflkHm.ttf\";}i:828;a:9:{s:6:\"family\";s:5:\"Liter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/liter/v4/SLXGc1nX4GQ4d2ImRJqExst1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/liter/v4/SLXGc1nX4GQ4d1InTp4.ttf\";}i:829;a:9:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v39\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:16:{i:200;s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG_F_bcTWCWp8g.ttf\";i:300;s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbE-_F_bcTWCWp8g.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_F_bcTWCWp8g.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbCO_F_bcTWCWp8g.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbM-4F_bcTWCWp8g.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbPa4F_bcTWCWp8g.ttf\";i:800;s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG4F_bcTWCWp8g.ttf\";i:900;s:108:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbLi4F_bcTWCWp8g.ttf\";s:9:\"200italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7XWSUKTt8iVow.ttf\";s:9:\"300italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8obXWSUKTt8iVow.ttf\";s:6:\"italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8_7XWSUKTt8iVow.ttf\";s:9:\"500italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8zbXWSUKTt8iVow.ttf\";s:9:\"600italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8IbLWSUKTt8iVow.ttf\";s:9:\"700italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8GLLWSUKTt8iVow.ttf\";s:9:\"800italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7LWSUKTt8iVow.ttf\";s:9:\"900italic\";s:111:\"https://fonts.gstatic.com/s/literata/v39/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8VrLWSUKTt8iVow.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/literata/v39/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_J_fWSQ.ttf\";}i:830;a:9:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/liujianmaocao/v23/845DNN84HJrccNonurqXILGpvCOoferVKGWsUo8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/liujianmaocao/v23/845DNN84HJrccNonurqXILGpvCOoTevfLA.ttf\";}i:831;a:9:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:16:{i:100;s:71:\"https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf\";s:9:\"100italic\";s:74:\"https://fonts.gstatic.com/s/livvic/v14/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf\";i:200;s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf\";s:9:\"200italic\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf\";s:9:\"300italic\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf\";s:9:\"500italic\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf\";s:9:\"600italic\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf\";i:900;s:73:\"https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf\";s:9:\"900italic\";s:75:\"https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfXbuM-.ttf\";}i:832;a:9:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/lobster/v31/neILzCirqoswsqX9_oWsMqEzSJQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/lobster/v31/neILzCirqoswsqX9zoSmNg.ttf\";}i:833;a:9:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/lobstertwo/v21/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/lobstertwo/v21/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/lobstertwo/v21/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/lobstertwo/v21/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/lobstertwo/v21/BngMUXZGTXPUvIoyV6yN5-fL5qA.ttf\";}i:834;a:9:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/londrinaoutline/v28/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/londrinaoutline/v28/C8c44dM8vmb14dfsZxhetg3pDH-STus7qQ.ttf\";}i:835;a:9:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/londrinashadow/v27/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/londrinashadow/v27/oPWX_kB4kOQoWNJmjxLV5JuoCUlnR1yW.ttf\";}i:836;a:9:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/londrinasketch/v26/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/londrinasketch/v26/c4m41npxGMTnomOHtRU68eIJn8qvWGP9.ttf\";}i:837;a:9:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{i:100;s:89:\"https://fonts.gstatic.com/s/londrinasolid/v18/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf\";i:300;s:90:\"https://fonts.gstatic.com/s/londrinasolid/v18/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/londrinasolid/v18/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf\";i:900;s:90:\"https://fonts.gstatic.com/s/londrinasolid/v18/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/londrinasolid/v18/flUhRq6sw40kQEJxWNgkLuudGfNYKBY.ttf\";}i:838;a:9:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/longcang/v20/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/longcang/v20/LYjAdGP8kkgoTec8zkRQrHov.ttf\";}i:839;a:9:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:4:\"math\";i:5;s:7:\"symbols\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/lora/v36/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/lora/v36/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJGmKxemMeZ.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/lora/v36/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJGmKxemMeZ.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/lora/v36/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJGmKxemMeZ.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/lora/v36/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqh8ndeZzZ0.ttf\";s:9:\"500italic\";s:84:\"https://fonts.gstatic.com/s/lora/v36/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqh8ndeZzZ0.ttf\";s:9:\"600italic\";s:84:\"https://fonts.gstatic.com/s/lora/v36/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqh8ndeZzZ0.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/lora/v36/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqh8ndeZzZ0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/lora/v36/0QI6MX1D_JOuGQbT0gvTJPa787weuxJHkqg.ttf\";}i:840;a:9:{s:6:\"family\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/lovelight/v7/t5tlIR0TNJyZWimpNAXDjKbCyTHuspo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/lovelight/v7/t5tlIR0TNJyZWimpNAXDvKfIzQ.ttf\";}i:841;a:9:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/loveyalikeasister/v22/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/loveyalikeasister/v22/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-BeL83xY.ttf\";}i:842;a:9:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/lovedbytheking/v23/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/lovedbytheking/v23/Gw6gwdP76VDVJNXerebZxUMeRXUF2MiMn3U.ttf\";}i:843;a:9:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/loversquarrel/v24/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/loversquarrel/v24/Yq6N-LSKXTL-5bCy8ksBzpQ_-wAtab4.ttf\";}i:844;a:9:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/luckiestguy/v24/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/luckiestguy/v24/_gP_1RrxsjcxVyin9l9n_j2hS95z.ttf\";}i:845;a:9:{s:6:\"family\";s:9:\"Lugrasimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/lugrasimo/v5/qkBXXvoF_s_eT9c7Y7ae5JRLkAXbMQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/lugrasimo/v5/qkBXXvoF_s_eT9c7Y7au5Z5P.ttf\";}i:846;a:9:{s:6:\"family\";s:10:\"Lumanosimo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/lumanosimo/v5/K2F0fZBYg_JDSEZHEfO8AoqKAyLzfWo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/lumanosimo/v5/K2F0fZBYg_JDSEZHEfO8MouABw.ttf\";}i:847;a:9:{s:6:\"family\";s:8:\"Lunasima\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFAwle94H1VIe.ttf\";i:700;s:76:\"https://fonts.gstatic.com/s/lunasima/v1/wEO5EBvPh9RSOj7JFDSZVPoP_k4XiKvO.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFDwkcdo.ttf\";}i:848;a:9:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/lusitana/v13/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKyhbTOc.ttf\";}i:849;a:9:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOnCkzNg.ttf\";}i:850;a:9:{s:6:\"family\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/luxuriousroman/v9/buEupou_ZcP1w0yTKxJJokVSmbpqYgckeo9RMw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/luxuriousroman/v9/buEupou_ZcP1w0yTKxJJokVSmbpaYw0g.ttf\";}i:851;a:9:{s:6:\"family\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/luxuriousscript/v8/ahcCv9e7yydulT32KZ0rBIoD7DzMg0rOby1JtYk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/luxuriousscript/v8/ahcCv9e7yydulT32KZ0rBIoD7DzMs0vEaw.ttf\";}i:852;a:9:{s:6:\"family\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSe78nZcsGGycA.ttf\";i:200;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51Sa78nZcsGGycA.ttf\";i:300;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Cya78nZcsGGycA.ttf\";s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSa78nZcsGGycA.ttf\";i:500;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Zya78nZcsGGycA.ttf\";i:600;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5iyG78nZcsGGycA.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5siG78nZcsGGycA.ttf\";i:800;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51SG78nZcsGGycA.ttf\";i:900;s:89:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5_CG78nZcsGGycA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/mplus1/v14/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSaL83xY.ttf\";}i:853;a:9:{s:6:\"family\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:100;s:99:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0XHpapwmdZhY.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7gN0HHpapwmdZhY.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7jT0HHpapwmdZhY.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0HHpapwmdZhY.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7i_0HHpapwmdZhY.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hT13HpapwmdZhY.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hq13HpapwmdZhY.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/mplus1code/v15/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0EHoYJg.ttf\";}i:854;a:9:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:76:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf\";i:300;s:78:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf\";s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf\";i:500;s:78:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf\";i:700;s:78:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf\";i:800;s:78:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf\";i:900;s:78:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/mplus1p/v31/e3tjeuShHdiFyPFzBRrY-TQA.ttf\";}i:855;a:9:{s:6:\"family\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa-VxlqHrzNgAw.ttf\";i:200;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwua6VxlqHrzNgAw.ttf\";i:300;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwZ66VxlqHrzNgAw.ttf\";s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6VxlqHrzNgAw.ttf\";i:500;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwC66VxlqHrzNgAw.ttf\";i:600;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw56mVxlqHrzNgAw.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw3qmVxlqHrzNgAw.ttf\";i:800;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwuamVxlqHrzNgAw.ttf\";i:900;s:89:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwkKmVxlqHrzNgAw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/mplus2/v14/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6lx1CD.ttf\";}i:856;a:9:{s:6:\"family\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:7:{i:100;s:126:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbB6i5MqF9TRwg.ttf\";i:200;s:126:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1MbA6i5MqF9TRwg.ttf\";i:300;s:126:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1BjA6i5MqF9TRwg.ttf\";s:7:\"regular\";s:126:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA6i5MqF9TRwg.ttf\";i:500;s:126:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1HTA6i5MqF9TRwg.ttf\";i:600;s:126:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1JjH6i5MqF9TRwg.ttf\";i:700;s:126:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1KHH6i5MqF9TRwg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:121:\"https://fonts.gstatic.com/s/mpluscodelatin/v15/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA2i9GrA.ttf\";}i:857;a:9:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:7:{i:100;s:94:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf\";i:300;s:95:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf\";i:500;s:95:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf\";i:800;s:95:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf\";i:900;s:95:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/mplusrounded1c/v19/VdGEAYIAV6gnpUpoWwNkYvrugw9RuMWHxLs.ttf\";}i:858;a:9:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/mashanzheng/v13/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/mashanzheng/v13/NaPecZTRCLxvwo41b4gvzkXadMXmCA.ttf\";}i:859;a:9:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/macondo/v26/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/macondo/v26/RrQQboN9-iB1IXmOe2TE1A.ttf\";}i:860;a:9:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/macondoswashcaps/v25/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/macondoswashcaps/v25/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6-e0Ae.ttf\";}i:861;a:9:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{i:200;s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFlOkHkw2-m9x2iC.ttf\";i:300;s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFmQkHkw2-m9x2iC.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFnOkHkw2-m9x2iC.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFn8kHkw2-m9x2iC.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFkQl3kw2-m9x2iC.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFkpl3kw2-m9x2iC.ttf\";i:800;s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFlOl3kw2-m9x2iC.ttf\";i:900;s:81:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFlnl3kw2-m9x2iC.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/mada/v20/7Aulp_0qnzeSVz7u3PJLcUMYOFnOkEkx0e0.ttf\";}i:862;a:9:{s:6:\"family\";s:10:\"Madimi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZZFQoBoHMd2U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZVFUiAg.ttf\";}i:863;a:9:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72k5xIDMfO-ed.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/magra/v14/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72n5wKjc.ttf\";}i:864;a:9:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/maidenorange/v31/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/maidenorange/v31/kJE1BuIX7AUmhi2V4m08kb1XvOdXDQ.ttf\";}i:865;a:9:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:6:{i:200;s:75:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkntiseA.ttf\";}i:866;a:9:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/majormonodisplay/v18/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/majormonodisplay/v18/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRh7C3eU.ttf\";}i:867;a:9:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/mako/v19/H4coBX6Mmc_Z0ST09g478Lo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/mako/v19/H4coBX6Mmc_Z4SX-8g.ttf\";}i:868;a:9:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:12:{i:200;s:68:\"https://fonts.gstatic.com/s/mali/v12/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf\";s:9:\"200italic\";s:71:\"https://fonts.gstatic.com/s/mali/v12/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf\";i:300;s:68:\"https://fonts.gstatic.com/s/mali/v12/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf\";s:9:\"300italic\";s:71:\"https://fonts.gstatic.com/s/mali/v12/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf\";s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/mali/v12/N0ba2SRONuN4eCrODlxxOd8.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/mali/v12/N0bU2SRONuN4SCjECn50Kd_PmA.ttf\";i:500;s:68:\"https://fonts.gstatic.com/s/mali/v12/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf\";s:9:\"500italic\";s:71:\"https://fonts.gstatic.com/s/mali/v12/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf\";i:600;s:68:\"https://fonts.gstatic.com/s/mali/v12/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf\";s:9:\"600italic\";s:71:\"https://fonts.gstatic.com/s/mali/v12/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/mali/v12/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf\";s:9:\"700italic\";s:71:\"https://fonts.gstatic.com/s/mali/v12/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/mali/v12/N0ba2SRONuN4SCvECg.ttf\";}i:869;a:9:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/mallanna/v14/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/mallanna/v14/hv-Vlzx-KEQb84YaDFwyGTA.ttf\";}i:870;a:9:{s:6:\"family\";s:6:\"Maname\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/maname/v2/gNMFW3J8RpCx9my42FkGGI6q_Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/maname/v2/gNMFW3J8RpCx9myI2VMC.ttf\";}i:871;a:9:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/mandali/v15/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/mandali/v15/LhWlMVbYOfASNfNUZFg_YA.ttf\";}i:872;a:9:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{i:100;s:74:\"https://fonts.gstatic.com/s/manjari/v13/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/manjari/v13/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/manjari/v13/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/manjari/v13/k3kQo8UPMOBO2w1Ufd_oKw.ttf\";}i:873;a:9:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:200;s:88:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F87jxeN7B.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F87jxeN7B.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FN_E-bw.ttf\";}i:874;a:9:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/mansalva/v15/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/mansalva/v15/aWB4m0aacbtDfvq5NKlkKYo.ttf\";}i:875;a:9:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{i:300;s:88:\"https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeG6e7wD1TB_JHHY.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeFkfLwD1TB_JHHY.ttf\";s:9:\"300italic\";s:91:\"https://fonts.gstatic.com/s/manuale/v30/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOApA3zRdIWHYr8M.ttf\";s:6:\"italic\";s:91:\"https://fonts.gstatic.com/s/manuale/v30/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf\";s:9:\"500italic\";s:91:\"https://fonts.gstatic.com/s/manuale/v30/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf\";s:9:\"600italic\";s:91:\"https://fonts.gstatic.com/s/manuale/v30/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/manuale/v30/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf\";s:9:\"800italic\";s:91:\"https://fonts.gstatic.com/s/manuale/v30/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsONRH3zRdIWHYr8M.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/manuale/v30/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke4wC3zQ.ttf\";}i:876;a:9:{s:6:\"family\";s:21:\"Manufacturing Consent\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/manufacturingconsent/v1/N0bL2TVONuFkPkuHfiECSLCwuZS-D-IsakikR6QvbfFYLA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/manufacturingconsent/v1/N0bL2TVONuFkPkuHfiECSLCwuZS-D-IsakiURq4r.ttf\";}i:877;a:9:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF81UPoP.ttf\";}i:878;a:9:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/marcellussc/v14/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/marcellussc/v14/ke8iOgUHP1dg-Rmi6RWjbLE_gNaZ.ttf\";}i:879;a:9:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/marckscript/v21/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/marckscript/v21/nwpTtK2oNgBA3Or78gapdwuyzig6.ttf\";}i:880;a:9:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/margarine/v26/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/margarine/v26/qkBXXvoE6trLT9Y7YLyu5Z5P.ttf\";}i:881;a:9:{s:6:\"family\";s:6:\"Marhey\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:85:\"https://fonts.gstatic.com/s/marhey/v7/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBZVwO2cXiGevOMw.ttf\";s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/marhey/v7/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBctwO2cXiGevOMw.ttf\";i:500;s:85:\"https://fonts.gstatic.com/s/marhey/v7/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBflwO2cXiGevOMw.ttf\";i:600;s:85:\"https://fonts.gstatic.com/s/marhey/v7/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBRV3O2cXiGevOMw.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/marhey/v7/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBSx3O2cXiGevOMw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/marhey/v7/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBctwC2YdjA.ttf\";}i:882;a:9:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/markazitext/v27/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/markazitext/v27/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/markazitext/v27/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/markazitext/v27/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/markazitext/v27/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQf4IvAQ.ttf\";}i:883;a:9:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/markoone/v23/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/markoone/v23/9Btq3DFG0cnVM5lw1haqK58b.ttf\";}i:884;a:9:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8uFKEeI.ttf\";}i:885;a:9:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:73:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/martel/v11/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf\";i:800;s:73:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf\";i:900;s:73:\"https://fonts.gstatic.com/s/martel/v11/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/martel/v11/PN_xRfK9oXHga0XdYMg6.ttf\";}i:886;a:9:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:83:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/martelsans/v13/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/martelsans/v13/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/martelsans/v13/h0GsssGi7VdzDgKjM-4d8hjex-s.ttf\";}i:887;a:9:{s:6:\"family\";s:12:\"Martian Mono\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qus6WD75kdpF2.ttf\";i:200;s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qu86WD75kdpF2.ttf\";i:300;s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY00u86WD75kdpF2.ttf\";s:7:\"regular\";s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qu86WD75kdpF2.ttf\";i:500;s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1Yu86WD75kdpF2.ttf\";i:600;s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY20vM6WD75kdpF2.ttf\";i:700;s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY2NvM6WD75kdpF2.ttf\";i:800;s:115:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qvM6WD75kdpF2.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/martianmono/v5/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qu_6XBbo.ttf\";}i:888;a:9:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/marvel/v17/nwpVtKeoNgBV0qaIkV7ED366zg.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/marvel/v17/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/marvel/v17/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/marvel/v17/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/marvel/v17/nwpVtKeoNgBV0qa4kFTA.ttf\";}i:889;a:9:{s:6:\"family\";s:7:\"Matangi\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:7:{i:300;s:87:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7PICDYwI8Gcw6Oi.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7OWCDYwI8Gcw6Oi.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7OkCDYwI8Gcw6Oi.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7NIDzYwI8Gcw6Oi.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7NxDzYwI8Gcw6Oi.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7MWDzYwI8Gcw6Oi.ttf\";i:900;s:87:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7M_DzYwI8Gcw6Oi.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/matangi/v5/kmKiZqE2FhDIeX2QvjZNI_5FGeJet7OWCAYxKcU.ttf\";}i:890;a:9:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/mate/v18/m8JdjftRd7WZ2z28WoXSaLU.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/mate/v18/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/mate/v18/m8JdjftRd7WZ6zy2Xg.ttf\";}i:891;a:9:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/matesc/v22/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/matesc/v22/-nF8OGQ1-uoVr2wK-iTT8w.ttf\";}i:892;a:9:{s:6:\"family\";s:9:\"Matemasie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/matemasie/v4/OD5BuMCN3ne3Gmr7dlL3rEq4DL6w2w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/matemasie/v4/OD5BuMCN3ne3Gmr7dlLHrUC8.ttf\";}i:893;a:9:{s:6:\"family\";s:14:\"Material Icons\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v143\";s:12:\"lastModified\";s:10:\"2025-01-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNZIhI8tIHh.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDvNYKBY.ttf\";}i:894;a:9:{s:6:\"family\";s:23:\"Material Icons Outlined\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v110\";s:12:\"lastModified\";s:10:\"2025-06-17\";s:5:\"files\";a:1:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/materialiconsoutlined/v110/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcdl5GuI2Ze.otf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/materialiconsoutlined/v110/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhXcanZM.otf\";}i:895;a:9:{s:6:\"family\";s:20:\"Material Icons Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v109\";s:12:\"lastModified\";s:10:\"2025-06-17\";s:5:\"files\";a:1:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/materialiconsround/v109/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmMq_fTTvg-.otf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/materialiconsround/v109/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flzmLofU.otf\";}i:896;a:9:{s:6:\"family\";s:20:\"Material Icons Sharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v110\";s:12:\"lastModified\";s:10:\"2025-06-17\";s:5:\"files\";a:1:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/materialiconssharp/v110/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvSImEyc0vd.otf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/materialiconssharp/v110/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvlvVKGM.otf\";}i:897;a:10:{s:6:\"family\";s:23:\"Material Icons Two Tone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v113\";s:12:\"lastModified\";s:10:\"2025-06-17\";s:5:\"files\";a:1:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/materialiconstwotone/v113/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu3NjDrH_77.otf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/materialiconstwotone/v113/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNBuwPDI.otf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv0\";}}i:898;a:9:{s:6:\"family\";s:16:\"Material Symbols\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-09-03\";s:5:\"files\";a:7:{i:100;s:177:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNVXEHuRbn3PT2vOA.ttf\";i:200;s:177:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNV3EDuRbn3PT2vOA.ttf\";i:300;s:177:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNVAkDuRbn3PT2vOA.ttf\";s:7:\"regular\";s:177:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNVXEDuRbn3PT2vOA.ttf\";i:500;s:177:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNVbkDuRbn3PT2vOA.ttf\";i:600;s:177:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNVgkfuRbn3PT2vOA.ttf\";i:700;s:177:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNVu0fuRbn3PT2vOA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:171:\"https://fonts.gstatic.com/s/materialsymbols/v3/d6kSkb-sS9m3-i1LgQNcsFOOuLQXvG559b5GLMxCWRtThFK5gn7xw7XblIl2peTfMb7ONaa2_wzcUHR1Ukiw2RYw2vadH3BFk0G4701x-cU0BaNVXEDeRLPz.ttf\";}i:899;a:9:{s:6:\"family\";s:25:\"Material Symbols Outlined\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v276\";s:12:\"lastModified\";s:10:\"2025-09-03\";s:5:\"files\";a:7:{i:100;s:181:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeembd5zrTgt.ttf\";i:200;s:181:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOembd5zrTgt.ttf\";i:300;s:181:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOembd5zrTgt.ttf\";s:7:\"regular\";s:181:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOembd5zrTgt.ttf\";i:500;s:181:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOembd5zrTgt.ttf\";i:600;s:181:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-embd5zrTgt.ttf\";i:700;s:181:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-embd5zrTgt.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:176:\"https://fonts.gstatic.com/s/materialsymbolsoutlined/v276/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHNenZ9o.ttf\";}i:900;a:9:{s:6:\"family\";s:24:\"Material Symbols Rounded\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v277\";s:12:\"lastModified\";s:10:\"2025-09-03\";s:5:\"files\";a:7:{i:100;s:179:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxKJKJBjAa8.ttf\";i:200;s:179:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxKJKJBjAa8.ttf\";i:300;s:179:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxKJKJBjAa8.ttf\";s:7:\"regular\";s:179:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxKJKJBjAa8.ttf\";i:500;s:179:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxKJKJBjAa8.ttf\";i:600;s:179:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxKJKJBjAa8.ttf\";i:700;s:179:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxKJKJBjAa8.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:174:\"https://fonts.gstatic.com/s/materialsymbolsrounded/v277/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelbxODLA.ttf\";}i:901;a:9:{s:6:\"family\";s:22:\"Material Symbols Sharp\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:4:\"v273\";s:12:\"lastModified\";s:10:\"2025-09-03\";s:5:\"files\";a:7:{i:100;s:174:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCOJ1H7-knk.ttf\";i:200;s:174:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCOJ1H7-knk.ttf\";i:300;s:174:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCOJ1H7-knk.ttf\";s:7:\"regular\";s:174:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCOJ1H7-knk.ttf\";i:500;s:174:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCOJ1H7-knk.ttf\";i:600;s:174:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCOJ1H7-knk.ttf\";i:700;s:174:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCOJ1H7-knk.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:169:\"https://fonts.gstatic.com/s/materialsymbolssharp/v273/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLogCPLVU.ttf\";}i:902;a:9:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v40\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf\";i:500;s:92:\"https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf\";i:600;s:92:\"https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf\";i:800;s:92:\"https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf\";i:900;s:92:\"https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/mavenpro/v40/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX21nGjpw.ttf\";}i:903;a:9:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/mclaren/v18/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/mclaren/v18/2EbnL-ZuAXFqZFXIeYcV9w.ttf\";}i:904;a:9:{s:6:\"family\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/meaculpa/v7/AMOTz4GcuWbEIuza8jsZms0QW3mqyg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/meaculpa/v7/AMOTz4GcuWbEIuza8jspm8cU.ttf\";}i:905;a:9:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/meddon/v26/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/meddon/v26/kmK8ZqA2EgDNeHTphR1F.ttf\";}i:906;a:9:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/medievalsharp/v27/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/medievalsharp/v27/EvOJzAlL3oU5AQl2mP5KdgptMq5wNw.ttf\";}i:907;a:9:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yuoiAgtw.ttf\";}i:908;a:9:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/meerainimai/v13/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/meerainimai/v13/845fNMM5EIqOW5MPuvO3ILeZ_mLH.ttf\";}i:909;a:9:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/megrim/v17/46kulbz5WjvLqJZlbWXgd0RY1g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/megrim/v17/46kulbz5WjvLqJZVbG_k.ttf\";}i:910;a:9:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMgxm7oE.ttf\";}i:911;a:9:{s:6:\"family\";s:7:\"Menbere\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:7:{i:100;s:87:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdI_9qn1UnpeWOQ5.ttf\";i:200;s:87:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdK_96n1UnpeWOQ5.ttf\";i:300;s:87:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdJh96n1UnpeWOQ5.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdI_96n1UnpeWOQ5.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdIN96n1UnpeWOQ5.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdLh8Kn1UnpeWOQ5.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdLY8Kn1UnpeWOQ5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/menbere/v1/lJwY-p0zhmBrWvcG80OiXWeXfSDWXdI_95n0WH4.ttf\";}i:912;a:9:{s:6:\"family\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESch0_0CfDf1.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ERcg2fk.ttf\";}i:913;a:9:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:300;s:91:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5JHhoSU78QGBV0A.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhoSU78QGBV0A.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5SHhoSU78QGBV0A.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5pH9oSU78QGBV0A.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5nX9oSU78QGBV0A.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5-n9oSU78QGBV0A.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5039oSU78QGBV0A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/merienda/v21/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhYSET4.ttf\";}i:914;a:9:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:14:{i:300;s:135:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDrgCcqE1f0KvXKYQ.ttf\";s:7:\"regular\";s:135:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDr3icqE1f0KvXKYQ.ttf\";i:500;s:135:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDr7CcqE1f0KvXKYQ.ttf\";i:600;s:135:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDrACAqE1f0KvXKYQ.ttf\";i:700;s:135:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDrOSAqE1f0KvXKYQ.ttf\";i:800;s:135:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDrXiAqE1f0KvXKYQ.ttf\";i:900;s:135:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDrdyAqE1f0KvXKYQ.ttf\";s:9:\"300italic\";s:137:\"https://fonts.gstatic.com/s/merriweather/v33/u-4B0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvPee1XYk_XSf-FmScUF3wCPDaYa_F.ttf\";s:6:\"italic\";s:137:\"https://fonts.gstatic.com/s/merriweather/v33/u-4B0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvPee1XYk_XSf-FmTCUF3wCPDaYa_F.ttf\";s:9:\"500italic\";s:137:\"https://fonts.gstatic.com/s/merriweather/v33/u-4B0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvPee1XYk_XSf-FmTwUF3wCPDaYa_F.ttf\";s:9:\"600italic\";s:137:\"https://fonts.gstatic.com/s/merriweather/v33/u-4B0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvPee1XYk_XSf-FmQcV13wCPDaYa_F.ttf\";s:9:\"700italic\";s:137:\"https://fonts.gstatic.com/s/merriweather/v33/u-4B0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvPee1XYk_XSf-FmQlV13wCPDaYa_F.ttf\";s:9:\"800italic\";s:137:\"https://fonts.gstatic.com/s/merriweather/v33/u-4B0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvPee1XYk_XSf-FmRCV13wCPDaYa_F.ttf\";s:9:\"900italic\";s:137:\"https://fonts.gstatic.com/s/merriweather/v33/u-4B0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvPee1XYk_XSf-FmRrV13wCPDaYa_F.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:129:\"https://fonts.gstatic.com/s/merriweather/v33/u-4D0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiScCmDxhtNOKl8yDr3icaEl3w.ttf\";}i:915;a:9:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{i:300;s:111:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZ_O4ljuEG7xFHnQ.ttf\";s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ljuEG7xFHnQ.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZkO4ljuEG7xFHnQ.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZfOkljuEG7xFHnQ.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZRekljuEG7xFHnQ.ttf\";i:800;s:111:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZIukljuEG7xFHnQ.ttf\";s:9:\"300italic\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq2TzesCzRRXnaur.ttf\";s:6:\"italic\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3NzesCzRRXnaur.ttf\";s:9:\"500italic\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3_zesCzRRXnaur.ttf\";s:9:\"600italic\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0TyusCzRRXnaur.ttf\";s:9:\"700italic\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0qyusCzRRXnaur.ttf\";s:9:\"800italic\";s:113:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq1NyusCzRRXnaur.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/merriweathersans/v27/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4Vj-sC.ttf\";}i:916;a:9:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/metal/v31/lW-wwjUJIXTo7i3nnoQAUdN2.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/metal/v31/lW-wwjUJIXTo7h3mlIA.ttf\";}i:917;a:9:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJdXDiaE.ttf\";}i:918;a:9:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/metamorphous/v21/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/metamorphous/v21/Wnz8HA03aAXcC39ZEX5y133EPSqp.ttf\";}i:919;a:9:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAQ-I5Xo.ttf\";}i:920;a:9:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/michroma/v20/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/michroma/v20/PN_zRfy9qWD8fEagAPg7pTw.ttf\";}i:921;a:9:{s:6:\"family\";s:7:\"Micro 5\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/micro5/v2/H4cnBX2MkcfEngTr0gYQ7LO5mqc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:64:\"https://fonts.gstatic.com/s/micro5/v2/H4cnBX2MkcfEngTr4gca6A.ttf\";}i:922;a:9:{s:6:\"family\";s:15:\"Micro 5 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/micro5charted/v2/hESp6XxmPDtTtADZhn7oD_yrmxEGRUsJQAlbUA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/micro5charted/v2/hESp6XxmPDtTtADZhn7oD_yrmxE2REEN.ttf\";}i:923;a:9:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/milonga/v23/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/milonga/v23/SZc53FHnIaK9W5kfTzzMlQ.ttf\";}i:924;a:9:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/miltonian/v31/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/miltonian/v31/zOL-4pbPn6Ne9JqTg9mb6ORE.ttf\";}i:925;a:9:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/miltoniantattoo/v33/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/miltoniantattoo/v33/EvOUzBRL0o0kCxF-lcMCQxlpVsA_JwL2NA.ttf\";}i:926;a:9:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/mina/v13/-nFzOGc18vARrz9j7i3y65o.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/mina/v13/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/mina/v13/-nFzOGc18vARnz5p6g.ttf\";}i:927;a:9:{s:6:\"family\";s:7:\"Mingzat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lepcha\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/mingzat/v10/0QIgMX5C-o-oWWyvBttkm_mv670.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/mingzat/v10/0QIgMX5C-o-oWWyvNtpunw.ttf\";}i:928;a:9:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/miniver/v26/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/miniver/v26/eLGcP-PxIg-5H0vC37wIzw.ttf\";}i:929;a:9:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjH9P3k9vGL-8tY7Q.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjH-H3k9vGL-8tY7Q.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjHw3wk9vGL-8tY7Q.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjHzTwk9vGL-8tY7Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/miriamlibre/v18/DdT0798HsHwubBAqfkcBTL_1a7sPlXcE8PJjH9P3o9rMKw.ttf\";}i:930;a:9:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/mirza/v18/co3ImWlikiN5EurdKMewsrvI.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/mirza/v18/co3FmWlikiN5EtIpAeO4mafBomDi.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/mirza/v18/co3FmWlikiN5EtIFBuO4mafBomDi.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/mirza/v18/co3FmWlikiN5EtJhB-O4mafBomDi.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/mirza/v18/co3ImWlikiN5EtrcIsM.ttf\";}i:931;a:9:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb_quUvI.ttf\";}i:932;a:9:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:6:{i:200;s:68:\"https://fonts.gstatic.com/s/mitr/v12/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf\";i:300;s:68:\"https://fonts.gstatic.com/s/mitr/v12/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf\";s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/mitr/v12/pxiLypw5ucZFyTsyMJj_b1o.ttf\";i:500;s:68:\"https://fonts.gstatic.com/s/mitr/v12/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf\";i:600;s:68:\"https://fonts.gstatic.com/s/mitr/v12/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/mitr/v12/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/mitr/v12/pxiLypw5ucZF-To4NA.ttf\";}i:933;a:9:{s:6:\"family\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/mochiypopone/v11/QdVPSTA9Jh-gg-5XZP2UmU4O9kwwD3s6ZKAi.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/mochiypopone/v11/QdVPSTA9Jh-gg-5XZP2UmU4O9nwxBX8.ttf\";}i:934;a:9:{s:6:\"family\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/mochiypoppone/v12/Ktk2AKuPeY_td1-h9LayHYWCjAqyN4O3WYZB_sU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/mochiypoppone/v12/Ktk2AKuPeY_td1-h9LayHYWCjAqyB4K9XQ.ttf\";}i:935;a:9:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/modak/v20/EJRYQgs1XtIEsnMH8BVZ76KU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/modak/v20/EJRYQgs1XtIEskMG-hE.ttf\";}i:936;a:9:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/modernantiqua/v25/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/modernantiqua/v25/NGStv5TIAUg6Iq_RLNo_2dp1sL1FYW8.ttf\";}i:937;a:9:{s:6:\"family\";s:10:\"Moderustic\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:6:{i:300;s:94:\"https://fonts.gstatic.com/s/moderustic/v2/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjBVsTNe55aRa7UE.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/moderustic/v2/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjALsTNe55aRa7UE.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/moderustic/v2/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjA5sTNe55aRa7UE.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/moderustic/v2/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjDVtjNe55aRa7UE.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/moderustic/v2/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjDstjNe55aRa7UE.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/moderustic/v2/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjCLtjNe55aRa7UE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/moderustic/v2/2-c39J9s3o6eLFNHFdXYaOX1UUnf3GLnYjALsQNf7ZI.ttf\";}i:938;a:9:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/mogra/v21/f0X40eSs8c95TBo4DvLmxtnG.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/mogra/v21/f0X40eSs8c95TCo5BPY.ttf\";}i:939;a:9:{s:6:\"family\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:300;s:86:\"https://fonts.gstatic.com/s/mohave/v12/7cH0v4ksjJunKqMVAOPIMOeSmiojdif_HvCQopLSvBk.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/mohave/v12/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_HvCQopLSvBk.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/mohave/v12/7cH0v4ksjJunKqMVAOPIMOeSmiojdkv_HvCQopLSvBk.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/mohave/v12/7cH0v4ksjJunKqMVAOPIMOeSmiojdqf4HvCQopLSvBk.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/mohave/v12/7cH0v4ksjJunKqMVAOPIMOeSmiojdp74HvCQopLSvBk.ttf\";s:9:\"300italic\";s:89:\"https://fonts.gstatic.com/s/mohave/v12/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8qLOaprDXrBlSVw.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/mohave/v12/7cH2v4ksjJunKqM_CdE36I75AIQkY7G89rOaprDXrBlSVw.ttf\";s:9:\"500italic\";s:89:\"https://fonts.gstatic.com/s/mohave/v12/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8xLOaprDXrBlSVw.ttf\";s:9:\"600italic\";s:89:\"https://fonts.gstatic.com/s/mohave/v12/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8KLSaprDXrBlSVw.ttf\";s:9:\"700italic\";s:89:\"https://fonts.gstatic.com/s/mohave/v12/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8EbSaprDXrBlSVw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/mohave/v12/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_LvGapg.ttf\";}i:940;a:9:{s:6:\"family\";s:10:\"Moirai One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/moiraione/v1/2sDbZGFUgJLJmby6xgNGT0WWB7UcfCg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/moiraione/v1/2sDbZGFUgJLJmby6xgNGf0ScAw.ttf\";}i:941;a:9:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQXbValg.ttf\";}i:942;a:9:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/molle/v24/E21n_dL5hOXFhWEsXzgmVydREus.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:64:\"https://fonts.gstatic.com/s/molle/v24/E21n_dL5hOXFhWEsbzksUw.ttf\";}i:943;a:9:{s:6:\"family\";s:9:\"Mona Sans\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:16:{i:200;s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9A99d41P6zHtY.ttf\";i:300;s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyCjA99d41P6zHtY.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyDPA99d41P6zHtY.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9d41P6zHtY.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9d41P6zHtY.ttf\";i:800;s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9BN9d41P6zHtY.ttf\";i:900;s:108:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9d41P6zHtY.ttf\";s:9:\"200italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLce6VfYyWtY1rI.ttf\";s:9:\"300italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QGke6VfYyWtY1rI.ttf\";s:6:\"italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDce6VfYyWtY1rI.ttf\";s:9:\"500italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QAUe6VfYyWtY1rI.ttf\";s:9:\"600italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VfYyWtY1rI.ttf\";s:9:\"700italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VfYyWtY1rI.ttf\";s:9:\"800italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLcZ6VfYyWtY1rI.ttf\";s:9:\"900italic\";s:111:\"https://fonts.gstatic.com/s/monasans/v3/o-0kIpQmx24alC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VfYyWtY1rI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/monasans/v3/o-0mIpQmx24alC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9c6Vc.ttf\";}i:944;a:9:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWsH3oMoWtGaA-Ijw.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWsLXoMoWtGaA-Ijw.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWswX0MoWtGaA-Ijw.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWs-H0MoWtGaA-Ijw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/monda/v18/TK3-WkYFABsmjuBtFuvTIFRAPpWsH3o8oGFC.ttf\";}i:945;a:9:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/monofett/v23/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/monofett/v23/mFTyWbofw6zc9NtnW73Tsxg.ttf\";}i:946;a:9:{s:6:\"family\";s:8:\"Monomakh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/monomakh/v1/Wnz4HAk3Yh_SC3FACTYdiArcPRKo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/monomakh/v1/Wnz4HAk3Yh_SC3FACQYcgg4.ttf\";}i:947;a:9:{s:6:\"family\";s:14:\"Monomaniac One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/monomaniacone/v14/4iC06K17YctZjx50EU-QlwPmcqRnqYkB5kwI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/monomaniacone/v14/4iC06K17YctZjx50EU-QlwPmcpRmo40.ttf\";}i:948;a:9:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/monoton/v21/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/monoton/v21/5h1aiZUrOngCibe4TkfLRw.ttf\";}i:949;a:9:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/monsieurladoulaise/v19/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/monsieurladoulaise/v19/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZm5fyEU.ttf\";}i:950;a:9:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_4gca6A.ttf\";}i:951;a:9:{s:6:\"family\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:116:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbE3P9Fs7bOSO7.ttf\";i:200;s:116:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkBbEnP9Fs7bOSO7.ttf\";i:300;s:116:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkCFEnP9Fs7bOSO7.ttf\";s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEnP9Fs7bOSO7.ttf\";i:500;s:116:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDpEnP9Fs7bOSO7.ttf\";i:600;s:116:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkAFFXP9Fs7bOSO7.ttf\";i:700;s:116:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkA8FXP9Fs7bOSO7.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/montaguslab/v16/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEkP8HMo.ttf\";}i:952;a:9:{s:6:\"family\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/montecarlo/v12/buEzpo6-f9X01GadLA0G0CoV_NxLeiw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/montecarlo/v12/buEzpo6-f9X01GadLA0G4Csf-A.ttf\";}i:953;a:9:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/montez/v24/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/montez/v24/845ZNMk5GoGIX8lW1bra.ttf\";}i:954;a:9:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-Y3tcoqK5.ttf\";i:200;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-Y3tcoqK5.ttf\";i:300;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-Y3tcoqK5.ttf\";s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-Y3tcoqK5.ttf\";i:500;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf\";i:600;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-Y3tcoqK5.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-Y3tcoqK5.ttf\";i:800;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-Y3tcoqK5.ttf\";i:900;s:95:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-Y3tcoqK5.ttf\";s:9:\"100italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX9-p7K5ILg.ttf\";s:9:\"200italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX9-p7K5ILg.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX9-p7K5ILg.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX9-p7K5ILg.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX9-p7K5ILg.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX9-p7K5ILg.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX9-p7K5ILg.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX9-p7K5ILg.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX9-p7K5ILg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw_aX8.ttf\";}i:955;a:9:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:105:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf\";s:9:\"100italic\";s:108:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf\";s:9:\"200italic\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf\";s:9:\"300italic\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf\";s:9:\"500italic\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf\";s:9:\"600italic\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf\";s:9:\"700italic\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf\";s:9:\"800italic\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf\";i:900;s:107:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf\";s:9:\"900italic\";s:109:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU057afV.ttf\";}i:956;a:9:{s:6:\"family\";s:20:\"Montserrat Underline\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5Wil8ubbffHtmMw.ttf\";i:200;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F52ih8ubbffHtmMw.ttf\";i:300;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5BCh8ubbffHtmMw.ttf\";s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5Wih8ubbffHtmMw.ttf\";i:500;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5aCh8ubbffHtmMw.ttf\";i:600;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5hC98ubbffHtmMw.ttf\";i:700;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5vS98ubbffHtmMw.ttf\";i:800;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F52i98ubbffHtmMw.ttf\";i:900;s:117:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F58y98ubbffHtmMw.ttf\";s:9:\"100italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmuU-7zbXn52M1Mi.ttf\";s:9:\"200italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmsU-rzbXn52M1Mi.ttf\";s:9:\"300italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmvK-rzbXn52M1Mi.ttf\";s:6:\"italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmuU-rzbXn52M1Mi.ttf\";s:9:\"500italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmum-rzbXn52M1Mi.ttf\";s:9:\"600italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmtK_bzbXn52M1Mi.ttf\";s:9:\"700italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmtz_bzbXn52M1Mi.ttf\";s:9:\"800italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskmsU_bzbXn52M1Mi.ttf\";s:9:\"900italic\";s:119:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTdWaYfw6zH4dthXcyms01NtC8I_7U5uS4r1ozd9EzeaWZskms9_bzbXn52M1Mi.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/montserratunderline/v2/mFTbWaYfw6zH4dthXcyms01NtC8I_7U5uQQi5HMFnSdEx2F5WihMuLzb.ttf\";}i:957;a:9:{s:6:\"family\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/moolahlah/v7/dg4h_p_opKZOA0w1AYcm55wtYQYugjW4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/moolahlah/v7/dg4h_p_opKZOA0w1AYcm56wsawI.ttf\";}i:958;a:9:{s:6:\"family\";s:5:\"Mooli\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/mooli/v1/-F6_fjJpLyk1bYPBBG7YpzlJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/mooli/v1/-F6_fjJpLyk1bbPADmo.ttf\";}i:959;a:9:{s:6:\"family\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/moondance/v7/WBLgrEbUbFlYW9ekmGawe2XiKMiokE4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/moondance/v7/WBLgrEbUbFlYW9ekmGawS2ToLA.ttf\";}i:960;a:9:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/moul/v29/nuF2D__FSo_3E-RYiJCy-00.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/moul/v29/nuF2D__FSo_3I-VSjA.ttf\";}i:961;a:9:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/moulpali/v32/H4ckBXKMl9HagUWymyY6wr-wg763.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/moulpali/v32/H4ckBXKMl9HagUWymxY7yLs.ttf\";}i:962;a:9:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/mountainsofchristmas/v23/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/mountainsofchristmas/v23/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/mountainsofchristmas/v23/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eDNesNA.ttf\";}i:963;a:9:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/mousememoirs/v18/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/mousememoirs/v18/t5tmIRoSNJ-PH0WNNgDYxdSb3TjPqg.ttf\";}i:964;a:9:{s:6:\"family\";s:16:\"Mozilla Headline\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-30\";s:5:\"files\";a:6:{i:200;s:125:\"https://fonts.gstatic.com/s/mozillaheadline/v1/QGYLz-UXahmCOps4kyMKGuSA9pYt2_P-w2kFrS88o6cVYRvBSDSOuerB_FOBYIYVZRxvtcorUQ.ttf\";i:300;s:125:\"https://fonts.gstatic.com/s/mozillaheadline/v1/QGYLz-UXahmCOps4kyMKGuSA9pYt2_P-w2kFrS88o6cVYRvBSDSOuerB_FOBvoYVZRxvtcorUQ.ttf\";s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/mozillaheadline/v1/QGYLz-UXahmCOps4kyMKGuSA9pYt2_P-w2kFrS88o6cVYRvBSDSOuerB_FOB4IYVZRxvtcorUQ.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/mozillaheadline/v1/QGYLz-UXahmCOps4kyMKGuSA9pYt2_P-w2kFrS88o6cVYRvBSDSOuerB_FOB0oYVZRxvtcorUQ.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/mozillaheadline/v1/QGYLz-UXahmCOps4kyMKGuSA9pYt2_P-w2kFrS88o6cVYRvBSDSOuerB_FOBPoEVZRxvtcorUQ.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/mozillaheadline/v1/QGYLz-UXahmCOps4kyMKGuSA9pYt2_P-w2kFrS88o6cVYRvBSDSOuerB_FOBB4EVZRxvtcorUQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/mozillaheadline/v1/QGYLz-UXahmCOps4kyMKGuSA9pYt2_P-w2kFrS88o6cVYRvBSDSOuerB_FOB4IYlZBZr.ttf\";}i:965;a:9:{s:6:\"family\";s:12:\"Mozilla Text\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-30\";s:5:\"files\";a:6:{i:200;s:98:\"https://fonts.gstatic.com/s/mozillatext/v1/SZcr3FrnJ7S7WZIff2mJ7Tbp4zu7ULu3HkPOBwUcPNBRVYmoOXo.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/mozillatext/v1/SZcr3FrnJ7S7WZIff2mJ7Tbp4zu7ULu3HkPOB9scPNBRVYmoOXo.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/mozillatext/v1/SZcr3FrnJ7S7WZIff2mJ7Tbp4zu7ULu3HkPOB4UcPNBRVYmoOXo.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/mozillatext/v1/SZcr3FrnJ7S7WZIff2mJ7Tbp4zu7ULu3HkPOB7ccPNBRVYmoOXo.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/mozillatext/v1/SZcr3FrnJ7S7WZIff2mJ7Tbp4zu7ULu3HkPOB1sbPNBRVYmoOXo.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/mozillatext/v1/SZcr3FrnJ7S7WZIff2mJ7Tbp4zu7ULu3HkPOB2IbPNBRVYmoOXo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/mozillatext/v1/SZcr3FrnJ7S7WZIff2mJ7Tbp4zu7ULu3HkPOB4UcDNFbUQ.ttf\";}i:966;a:9:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/mrbedfort/v22/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/mrbedfort/v22/MQpR-WCtNZSWAdTMwBicpiu-WQ.ttf\";}i:967;a:9:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/mrdafoe/v15/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/mrdafoe/v15/lJwE-pIzkS5NXuMMrFiribc.ttf\";}i:968;a:9:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOg3D60Y.ttf\";}i:969;a:9:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62QK8nKg.ttf\";}i:970;a:9:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/mrssheppards/v24/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/mrssheppards/v24/PN_2Rfm9snC0XUGoEZhb91ig7vn7zg.ttf\";}i:971;a:9:{s:6:\"family\";s:7:\"Ms Madi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1N-DPiI7QAYo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:64:\"https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1B-HFjA.ttf\";}i:972;a:9:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:70:\"https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf\";i:300;s:70:\"https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/mukta/v16/iJWKBXyXfDDVXYnGp32S0H3f.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf\";i:800;s:70:\"https://fonts.gstatic.com/s/mukta/v16/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/mukta/v16/iJWKBXyXfDDVXbnHrXk.ttf\";}i:973;a:9:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:7:{i:200;s:83:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/muktamahee/v18/XRXQ3IOIi0hcP8iVU67hA9vMUTo.ttf\";}i:974;a:9:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:7:{i:200;s:83:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/muktamalar/v13/MCoXzAXyz8LOE2FpJMxZqIv5J_A.ttf\";}i:975;a:9:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:83:\"https://fonts.gstatic.com/s/muktavaani/v14/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/muktavaani/v14/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/muktavaani/v14/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/muktavaani/v14/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/muktavaani/v14/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/muktavaani/v14/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/muktavaani/v14/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/muktavaani/v14/3Jn5SD_-ynaxmxnEfVHPIG0EduA.ttf\";}i:976;a:9:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:16:{i:200;s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNRwaClGrw-PTY.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaClGrw-PTY.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaClGrw-PTY.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaClGrw-PTY.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaClGrw-PTY.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaClGrw-PTY.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaClGrw-PTY.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\";s:9:\"200italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeOvHp47LTZFwA.ttf\";s:9:\"300italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvHp47LTZFwA.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvHp47LTZFwA.ttf\";s:9:\"500italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvHp47LTZFwA.ttf\";s:9:\"600italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsS9-SvHp47LTZFwA.ttf\";s:9:\"700italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSzuSvHp47LTZFwA.ttf\";s:9:\"800italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeSvHp47LTZFwA.ttf\";s:9:\"900italic\";s:89:\"https://fonts.gstatic.com/s/mulish/v17/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSgOSvHp47LTZFwA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNR8aGvHg.ttf\";}i:977;a:9:{s:6:\"family\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:8:\"japanese\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf\";i:200;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMo15XWZLCpUOaM6.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMq14nWZLCpUOaM6.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrC4nWZLCpUOaM6.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/murecho/v16/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5UWYJi4.ttf\";}i:978;a:9:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuewajeKlCdo.ttf\";i:200;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuewajeKlCdo.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEuewajeKlCdo.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuewajeKlCdo.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuewajeKlCdo.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDuewajeKlCdo.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDuewajeKlCdo.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDuewajeKlCdo.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DuewajeKlCdo.ttf\";s:9:\"100italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa4QicCgGdrS3g.ttf\";s:9:\"200italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0a8QicCgGdrS3g.ttf\";s:9:\"300italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HD68QicCgGdrS3g.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa8QicCgGdrS3g.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HY68QicCgGdrS3g.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54Hj6gQicCgGdrS3g.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HtqgQicCgGdrS3g.ttf\";s:9:\"800italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0agQicCgGdrS3g.ttf\";s:9:\"900italic\";s:103:\"https://fonts.gstatic.com/s/museomoderno/v28/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H-KgQicCgGdrS3g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/museomoderno/v28/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEie0QiQ.ttf\";}i:979;a:9:{s:6:\"family\";s:7:\"My Soul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/mysoul/v6/3XFqErcuy945_u6KF_Ulk2nnXf0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:64:\"https://fonts.gstatic.com/s/mysoul/v6/3XFqErcuy945_u6KJ_Qvlw.ttf\";}i:980;a:9:{s:6:\"family\";s:7:\"Mynerve\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/mynerve/v7/P5sCzZKPdNjb4jt7xCRuiZ-uydg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/mynerve/v7/P5sCzZKPdNjb4jt79CVkjQ.ttf\";}i:981;a:9:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRLwAvCw.ttf\";}i:982;a:9:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"https://fonts.gstatic.com/s/ntr/v18/RLpzK5Xy0ZjiGGhs5TA4bg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:56:\"https://fonts.gstatic.com/s/ntr/v18/RLpzK5Xy0ZjSGWJo.ttf\";}i:983;a:10:{s:6:\"family\";s:5:\"Nabla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/nabla/v16/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRNRBUFFR_198.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/nabla/v16/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRBRFeEA.ttf\";s:17:\"colorCapabilities\";a:2:{i:0;s:6:\"COLRv1\";i:1;s:3:\"SVG\";}}i:984;a:9:{s:6:\"family\";s:10:\"Namdhinggo\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"limbu\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-mEGe3rbgg8Xzoy5-TDnWj4yxx7o8.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNoGKxyRa8oZK9I0.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNq2NxyRa8oZK9I0.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNsmMxyRa8oZK9I0.ttf\";i:800;s:81:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNtWPxyRa8oZK9I0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/namdhinggo/v2/uk-mEGe3rbgg8Xzoy5-TPnSp5w.ttf\";}i:985;a:9:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/nanumbrushscript/v25/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/nanumbrushscript/v25/wXK2E2wfpokopxzthSqPbcR5_gVaxazCj6pv.ttf\";}i:986;a:9:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/nanumgothic/v26/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/nanumgothic/v26/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/nanumgothic/v26/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/nanumgothic/v26/PN_3Rfi-oW3hYwmKDpxS7F_D_9jb.ttf\";}i:987;a:9:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/nanumgothiccoding/v26/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/nanumgothiccoding/v26/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/nanumgothiccoding/v26/8QIVdjzHisX_8vv59_xMxtPFW4IXROws-6U7Ug.ttf\";}i:988;a:9:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/nanummyeongjo/v30/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/nanummyeongjo/v30/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf\";i:800;s:90:\"https://fonts.gstatic.com/s/nanummyeongjo/v30/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/nanummyeongjo/v30/9Btx3DZF0dXLMZlywRbVRNhxy2LqcnA.ttf\";}i:989;a:9:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/nanumpenscript/v25/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/nanumpenscript/v25/daaDSSYiLGqEal3MvdA_FOL_3FkN6z_0bA.ttf\";}i:990;a:9:{s:6:\"family\";s:7:\"Narnoor\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:13:\"gunjala-gondi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:5:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/narnoor/v10/cIf9MaFWuVo-UTyPxCmrYGkHgIs.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_N2CRGEsnIJkWL4.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_PGFRGEsnIJkWL4.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_JWERGEsnIJkWL4.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/narnoor/v10/cIf4MaFWuVo-UTyP_ImHRGEsnIJkWL4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/narnoor/v10/cIf9MaFWuVo-UTyP9CihZA.ttf\";}i:991;a:9:{s:6:\"family\";s:9:\"Nata Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-07-30\";s:5:\"files\";a:9:{i:100;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChg6wI6g2M62M1AXs.ttf\";i:200;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChgywJ6g2M62M1AXs.ttf\";i:300;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChg_IJ6g2M62M1AXs.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChg6wJ6g2M62M1AXs.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChg54J6g2M62M1AXs.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChg3IO6g2M62M1AXs.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChg0sO6g2M62M1AXs.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChgywO6g2M62M1AXs.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChgwUO6g2M62M1AXs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/natasans/v1/1q2XY5KBClBit88SU_tUw-brVNlaeZChg6wJ2gyG7w.ttf\";}i:992;a:9:{s:6:\"family\";s:13:\"National Park\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:200;s:100:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfL_b5XMdoayNUNf.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfIhb5XMdoayNUNf.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfJ_b5XMdoayNUNf.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfJNb5XMdoayNUNf.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfKhaJXMdoayNUNf.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfKYaJXMdoayNUNf.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfL_aJXMdoayNUNf.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/nationalpark/v3/GftQ7vJOtg4NO-gmoY4nmcqP-VY9vs1ixcqgHfJ_b6XNfII.ttf\";}i:993;a:9:{s:6:\"family\";s:11:\"Neonderthaw\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/neonderthaw/v7/Iure6Yx5-oWVZI0r-17AeZZJprVA4XQ0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/neonderthaw/v7/Iure6Yx5-oWVZI0r-17AeaZIrLE.ttf\";}i:994;a:9:{s:6:\"family\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/nerkoone/v16/m8JQjfZSc7OXlB3ZMOjzcJ5BZmqa3A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/nerkoone/v16/m8JQjfZSc7OXlB3ZMOjDcZRF.ttf\";}i:995;a:9:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bvugNsCxVEgA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bfuwlo.ttf\";}i:996;a:9:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:200;s:73:\"https://fonts.gstatic.com/s/neuton/v23/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/neuton/v23/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/neuton/v23/UMBTrPtMoH62xUZyyII7civlBw.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/neuton/v23/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/neuton/v23/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf\";i:800;s:73:\"https://fonts.gstatic.com/s/neuton/v23/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/neuton/v23/UMBTrPtMoH62xUZCyYg_.ttf\";}i:997;a:9:{s:6:\"family\";s:13:\"New Amsterdam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/newamsterdam/v1/YA9Vr02Y5lucHqUlbEe51kBtl7mGiv_Q7dA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/newamsterdam/v1/YA9Vr02Y5lucHqUlbEe51kBtp7iMjg.ttf\";}i:998;a:9:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJoGIfjQ.ttf\";}i:999;a:9:{s:6:\"family\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/newtegomin/v12/SLXMc1fV7Gd9USdBAfPlqfN0Q3ptkDMN.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/newtegomin/v12/SLXMc1fV7Gd9USdBAfPlqcN1SX4.ttf\";}i:1000;a:9:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/newscycle/v25/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/newscycle/v25/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/newscycle/v25/CSR64z1Qlv-GDxkbKVQ_fOYKSA.ttf\";}i:1001;a:9:{s:6:\"family\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:200;s:113:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-I_ADOxEPjCggA.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wJo_ADOxEPjCggA.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ADOxEPjCggA.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wSo_ADOxEPjCggA.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wpojADOxEPjCggA.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wn4jADOxEPjCggA.ttf\";i:800;s:113:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-IjADOxEPjCggA.ttf\";s:9:\"200italic\";s:115:\"https://fonts.gstatic.com/s/newsreader/v25/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoT-ZAHDWwgECi.ttf\";s:9:\"300italic\";s:115:\"https://fonts.gstatic.com/s/newsreader/v25/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMx2T-ZAHDWwgECi.ttf\";s:6:\"italic\";s:115:\"https://fonts.gstatic.com/s/newsreader/v25/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZAHDWwgECi.ttf\";s:9:\"500italic\";s:115:\"https://fonts.gstatic.com/s/newsreader/v25/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwaT-ZAHDWwgECi.ttf\";s:9:\"600italic\";s:115:\"https://fonts.gstatic.com/s/newsreader/v25/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMz2SOZAHDWwgECi.ttf\";s:9:\"700italic\";s:115:\"https://fonts.gstatic.com/s/newsreader/v25/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMzPSOZAHDWwgECi.ttf\";s:9:\"800italic\";s:115:\"https://fonts.gstatic.com/s/newsreader/v25/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoSOZAHDWwgECi.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/newsreader/v25/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_wDeZA.ttf\";}i:1002;a:9:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfnQqn3A.ttf\";}i:1003;a:9:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:12:{i:200;s:75:\"https://fonts.gstatic.com/s/niramit/v11/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf\";s:9:\"200italic\";s:78:\"https://fonts.gstatic.com/s/niramit/v11/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/niramit/v11/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf\";s:9:\"300italic\";s:78:\"https://fonts.gstatic.com/s/niramit/v11/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/niramit/v11/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/niramit/v11/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/niramit/v11/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf\";s:9:\"500italic\";s:78:\"https://fonts.gstatic.com/s/niramit/v11/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/niramit/v11/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf\";s:9:\"600italic\";s:78:\"https://fonts.gstatic.com/s/niramit/v11/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/niramit/v11/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/niramit/v11/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/niramit/v11/I_uuMpWdvgLdNxVLXbValg.ttf\";}i:1004;a:9:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUYUet3.ttf\";}i:1005;a:9:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:6:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/nobile/v18/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/nobile/v18/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/nobile/v18/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf\";s:9:\"500italic\";s:75:\"https://fonts.gstatic.com/s/nobile/v18/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/nobile/v18/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/nobile/v18/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/nobile/v18/m8JTjflSeaOVl1iGX63T.ttf\";}i:1006;a:9:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:9:{i:100;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMuj1ecbKpdHdrk1k.ttf\";i:200;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMur1fcbKpdHdrk1k.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMumNfcbKpdHdrk1k.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMuj1fcbKpdHdrk1k.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMug9fcbKpdHdrk1k.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMuuNYcbKpdHdrk1k.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMutpYcbKpdHdrk1k.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMur1YcbKpdHdrk1k.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMupRYcbKpdHdrk1k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/nokora/v33/hYkVPuwgTubzaWxKMBj_emrD9wtMuj1fQbOjcA.ttf\";}i:1007;a:9:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/norican/v15/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/norican/v15/MwQ2bhXp1eSBqjkPKJNbsA.ttf\";}i:1008;a:9:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/nosifer/v23/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/nosifer/v23/ZGjXol5JTp0g5bxZWCxbUA.ttf\";}i:1009;a:9:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/notable/v20/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/notable/v20/gNMEW3N_SIqx-WX9yHIiEA.ttf\";}i:1010;a:9:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/nothingyoucoulddo/v20/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/nothingyoucoulddo/v20/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb3OInV4.ttf\";}i:1011;a:9:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP12YDtd.ttf\";}i:1012;a:10:{s:6:\"family\";s:16:\"Noto Color Emoji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2025-06-17\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notocoloremoji/v35/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notocoloremoji/v35/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFWb9m6w.ttf\";s:17:\"colorCapabilities\";a:2:{i:0;s:6:\"COLRv1\";i:1;s:3:\"SVG\";}}i:1013;a:9:{s:6:\"family\";s:10:\"Noto Emoji\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v56\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:94:\"https://fonts.gstatic.com/s/notoemoji/v56/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob_10jwvS-FGJCMY.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/notoemoji/v56/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/notoemoji/v56/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-Z0jwvS-FGJCMY.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/notoemoji/v56/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob911TwvS-FGJCMY.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/notoemoji/v56/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob9M1TwvS-FGJCMY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notoemoji/v56/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0gwuQeU.ttf\";}i:1014;a:9:{s:6:\"family\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v3obPnLSmf5yD.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v34bPnLSmf5yD.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh4x34bPnLSmf5yD.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v34bPnLSmf5yD.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5d34bPnLSmf5yD.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6x2IbPnLSmf5yD.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6I2IbPnLSmf5yD.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v2IbPnLSmf5yD.ttf\";i:900;s:107:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7G2IbPnLSmf5yD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/notokufiarabic/v24/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v37bOlrA.ttf\";}i:1015;a:9:{s:6:\"family\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"music\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/notomusic/v20/pe0rMIiSN5pO63htf1sxIteQB9Zra1U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/notomusic/v20/pe0rMIiSN5pO63htf1sxEtaaAw.ttf\";}i:1016;a:9:{s:6:\"family\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/notonaskharabic/v36/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5krK0z9_Mnuw.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/notonaskharabic/v36/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwj85krK0z9_Mnuw.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/notonaskharabic/v36/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwY8lkrK0z9_Mnuw.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/notonaskharabic/v36/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwWslkrK0z9_Mnuw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/notonaskharabic/v36/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5Urac3.ttf\";}i:1017;a:9:{s:6:\"family\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-DK2f2-_8mEw.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qu3-DK2f2-_8mEw.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3QgH5DK2f2-_8mEw.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qjj5DK2f2-_8mEw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-PKyV3w.ttf\";}i:1018;a:9:{s:6:\"family\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:9:\"greek-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-DkRyq6Nf2pfA.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-HkRyq6Nf2pfA.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZWeHkRyq6Nf2pfA.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HkRyq6Nf2pfA.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZNeHkRyq6Nf2pfA.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ2ebkRyq6Nf2pfA.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ4ObkRyq6Nf2pfA.ttf\";i:800;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-bkRyq6Nf2pfA.ttf\";i:900;s:110:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZrubkRyq6Nf2pfA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/notorashihebrew/v27/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HURiC-.ttf\";}i:1019;a:9:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"greek\";i:4;s:9:\"greek-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v39\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:18:{i:100;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9At9d41P6zHtY.ttf\";i:200;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9A99d41P6zHtY.ttf\";i:300;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyCjA99d41P6zHtY.ttf\";s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyDPA99d41P6zHtY.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9d41P6zHtY.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9d41P6zHtY.ttf\";i:800;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9BN9d41P6zHtY.ttf\";i:900;s:109:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9d41P6zHtY.ttf\";s:9:\"100italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDcf6VfYyWtY1rI.ttf\";s:9:\"200italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLce6VfYyWtY1rI.ttf\";s:9:\"300italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QGke6VfYyWtY1rI.ttf\";s:6:\"italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDce6VfYyWtY1rI.ttf\";s:9:\"500italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QAUe6VfYyWtY1rI.ttf\";s:9:\"600italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VfYyWtY1rI.ttf\";s:9:\"700italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VfYyWtY1rI.ttf\";s:9:\"800italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLcZ6VfYyWtY1rI.ttf\";s:9:\"900italic\";s:112:\"https://fonts.gstatic.com/s/notosans/v39/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VfYyWtY1rI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9c6Vc.ttf\";}i:1020;a:9:{s:6:\"family\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:4:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/notosansadlam/v26/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/notosansadlam/v26/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufkn0TGnBZLwhuvk.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/notosansadlam/v26/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufqXzTGnBZLwhuvk.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/notosansadlam/v26/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufpzzTGnBZLwhuvk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/notosansadlam/v26/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0fGjLYA.ttf\";}i:1021;a:9:{s:6:\"family\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"adlam\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v27/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35PMEe-E3slUg.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v27/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Yd_5PMEe-E3slUg.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v27/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YTP-PMEe-E3slUg.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v27/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YQr-PMEe-E3slUg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:120:\"https://fonts.gstatic.com/s/notosansadlamunjoined/v27/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35DMAU_A.ttf\";}i:1022;a:9:{s:6:\"family\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:21:\"anatolian-hieroglyphs\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:124:\"https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWbyfCzg.ttf\";}i:1023;a:9:{s:6:\"family\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyG2vu3CBFQLaig.ttf\";i:200;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGyvu3CBFQLaig.ttf\";i:300;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCflmyvu3CBFQLaig.ttf\";s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCf-myvu3CBFQLaig.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfFmuvu3CBFQLaig.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfL2uvu3CBFQLaig.ttf\";i:800;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGuvu3CBFQLaig.ttf\";i:900;s:125:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfYWuvu3CBFQLaig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notosansarabic/v29/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyfunqF.ttf\";}i:1024;a:9:{s:6:\"family\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"armenian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v46\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxbq0iYy6zF3Eg.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxb60iYy6zF3Eg.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoqvb60iYy6zF3Eg.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorDb60iYy6zF3Eg.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoovaK0iYy6zF3Eg.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLooWaK0iYy6zF3Eg.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxaK0iYy6zF3Eg.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopYaK0iYy6zF3Eg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notosansarmenian/v46/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb50jaSo.ttf\";}i:1025;a:9:{s:6:\"family\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"avestan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-09-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansavestan/v21/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansavestan/v21/bWti7ejKfBziStx7lIzKOLQZKhIJkxu8QgA.ttf\";}i:1026;a:9:{s:6:\"family\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:4:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notosansbalinese/v26/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notosansbalinese/v26/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov4XdhE5Vd222PPY.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notosansbalinese/v26/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov2nahE5Vd222PPY.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notosansbalinese/v26/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov1DahE5Vd222PPY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notosansbalinese/v26/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdtE9fcw.ttf\";}i:1027;a:9:{s:6:\"family\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"bamum\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/notosansbamum/v34/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/notosansbamum/v34/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEeVO-_gLykxEkxA.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/notosansbamum/v34/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEQlJ-_gLykxEkxA.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/notosansbamum/v34/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPETBJ-_gLykxEkxA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/notosansbamum/v34/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddOy_kBzg.ttf\";}i:1028;a:9:{s:6:\"family\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:9:\"bassa-vah\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/notosansbassavah/v20/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/notosansbassavah/v20/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MoAc6p34gH-GD7.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/notosansbassavah/v20/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4PEBs6p34gH-GD7.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/notosansbassavah/v20/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4P9Bs6p34gH-GD7.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/notosansbassavah/v20/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAf6o1Yw.ttf\";}i:1029;a:9:{s:6:\"family\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"batak\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosansbatak/v23/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosansbatak/v23/gok2H6TwAEdtF9N8-mdTCQvT-ZdQooXL.ttf\";}i:1030;a:9:{s:6:\"family\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:9:{i:100;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolKudCk8izI0lc.ttf\";i:200;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglLudCk8izI0lc.ttf\";i:300;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmstdLudCk8izI0lc.ttf\";s:7:\"regular\";s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf\";i:500;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsrtLudCk8izI0lc.ttf\";i:600;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsldMudCk8izI0lc.ttf\";i:700;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6Kmsm5MudCk8izI0lc.ttf\";i:800;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglMudCk8izI0lc.ttf\";i:900;s:127:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsiBMudCk8izI0lc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:122:\"https://fonts.gstatic.com/s/notosansbengali/v30/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLidGu9g.ttf\";}i:1031;a:9:{s:6:\"family\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"bhaiksuki\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notosansbhaiksuki/v17/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notosansbhaiksuki/v17/UcC63EosKniBH4iELXATsSBWdvUHXxhjwrPecQ.ttf\";}i:1032;a:9:{s:6:\"family\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:6:\"brahmi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2024-02-29\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosansbrahmi/v19/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosansbrahmi/v19/vEFK2-VODB8RrNDvZSUmQQIIByV1wtO_Xw.ttf\";}i:1033;a:9:{s:6:\"family\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"buginese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_QtPGA.ttf\";}i:1034;a:9:{s:6:\"family\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"buhid\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-09-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosansbuhid/v22/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosansbuhid/v22/Dxxy8jiXMW75w3OmoDXVWJD7YwzweqFk.ttf\";}i:1035;a:9:{s:6:\"family\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:19:\"canadian-aboriginal\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLj_yAsg0q0uhQ.ttf\";i:200;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2Ln_yAsg0q0uhQ.ttf\";i:300;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigBrn_yAsg0q0uhQ.ttf\";s:7:\"regular\";s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf\";i:500;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigarn_yAsg0q0uhQ.ttf\";i:600;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzighr7_yAsg0q0uhQ.ttf\";i:700;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigv77_yAsg0q0uhQ.ttf\";i:800;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2L7_yAsg0q0uhQ.ttf\";i:900;s:137:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig8b7_yAsg0q0uhQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:131:\"https://fonts.gstatic.com/s/notosanscanadianaboriginal/v27/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLnPyQEk.ttf\";}i:1036;a:9:{s:6:\"family\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"carian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgg7sR8w.ttf\";}i:1037;a:9:{s:6:\"family\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:18:\"caucasian-albanian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-10-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/notosanscaucasianalbanian/v18/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:112:\"https://fonts.gstatic.com/s/notosanscaucasianalbanian/v18/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXnYHspQ.ttf\";}i:1038;a:9:{s:6:\"family\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"chakma\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi0JnZRg.ttf\";}i:1039;a:9:{s:6:\"family\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:4:\"cham\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcER0cv7GykboaLg.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRwcv7GykboaLg.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcTxwcv7GykboaLg.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcIxwcv7GykboaLg.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfczxscv7GykboaLg.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfc9hscv7GykboaLg.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRscv7GykboaLg.ttf\";i:900;s:103:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcuBscv7GykboaLg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/notosanscham/v32/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwsvru2.ttf\";}i:1040;a:9:{s:6:\"family\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5ODkm5rAffjl0.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5PDkm5rAffjl0.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWnBPDkm5rAffjl0.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWhxPDkm5rAffjl0.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWvBIDkm5rAffjl0.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWslIDkm5rAffjl0.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5IDkm5rAffjl0.ttf\";i:900;s:112:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWodIDkm5rAffjl0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notosanscherokee/v24/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PPkizqA.ttf\";}i:1041;a:9:{s:6:\"family\";s:20:\"Noto Sans Chorasmian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:10:\"chorasmian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2024-01-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosanschorasmian/v3/MQpL-X6uKMC7ROPLwRnI9ULxK_7NVkf8S5vyoH7w4g9b.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosanschorasmian/v3/MQpL-X6uKMC7ROPLwRnI9ULxK_7NVkf8S6vzqno.ttf\";}i:1042;a:9:{s:6:\"family\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"coptic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-12-14\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanscoptic/v21/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanscoptic/v21/iJWfBWmUZi_OHPqn4wq6kgqumOEd38q1UA.ttf\";}i:1043;a:9:{s:6:\"family\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"cuneiform\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWsb5DkQ.ttf\";}i:1044;a:9:{s:6:\"family\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"cypriot\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanscypriot/v19/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanscypriot/v19/8AtzGta9PYqQDjyp79a6f8Cj-3a3cyItIZc.ttf\";}i:1045;a:9:{s:6:\"family\";s:22:\"Noto Sans Cypro Minoan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cypro-minoan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/notosanscyprominoan/v1/2Eb2L_dtDUlkNmPHB_UVtEzp3ZlPGqZ_4nAGq9eSf8_eQSE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/notosanscyprominoan/v1/2Eb2L_dtDUlkNmPHB_UVtEzp3ZlPGqZ_4nAGm9aYew.ttf\";}i:1046;a:9:{s:6:\"family\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"deseret\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Wq8bHY.ttf\";}i:1047;a:9:{s:6:\"family\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQky-AzoFoW4Ow.ttf\";i:200;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQly-AzoFoW4Ow.ttf\";i:300;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlSoly-AzoFoW4Ow.ttf\";s:7:\"regular\";s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf\";i:500;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlUYly-AzoFoW4Ow.ttf\";i:600;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Alaoiy-AzoFoW4Ow.ttf\";i:700;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlZMiy-AzoFoW4Ow.ttf\";i:800;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQiy-AzoFoW4Ow.ttf\";i:900;s:134:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Ald0iy-AzoFoW4Ow.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:129:\"https://fonts.gstatic.com/s/notosansdevanagari/v29/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQl--E5pA.ttf\";}i:1048;a:9:{s:6:\"family\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:18:{i:100;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cLVTGQ2iHrvWM.ttf\";i:200;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cKVTGQ2iHrvWM.ttf\";i:300;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_ykKVTGQ2iHrvWM.ttf\";s:7:\"regular\";s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKVTGQ2iHrvWM.ttf\";i:500;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_0UKVTGQ2iHrvWM.ttf\";i:600;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_6kNVTGQ2iHrvWM.ttf\";i:700;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_5ANVTGQ2iHrvWM.ttf\";i:800;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cNVTGQ2iHrvWM.ttf\";i:900;s:127:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_94NVTGQ2iHrvWM.ttf\";s:9:\"100italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXOa3gPurWM9uQ.ttf\";s:9:\"200italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXKa3gPurWM9uQ.ttf\";s:9:\"300italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9J43Ka3gPurWM9uQ.ttf\";s:6:\"italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXKa3gPurWM9uQ.ttf\";s:9:\"500italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9Jj3Ka3gPurWM9uQ.ttf\";s:9:\"600italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JY3Wa3gPurWM9uQ.ttf\";s:9:\"700italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JWnWa3gPurWM9uQ.ttf\";s:9:\"800italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXWa3gPurWM9uQ.ttf\";s:9:\"900italic\";s:130:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JFHWa3gPurWM9uQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:122:\"https://fonts.gstatic.com/s/notosansdisplay/v27/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKZTCa3g.ttf\";}i:1049;a:9:{s:6:\"family\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"duployan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2024-07-01\";s:5:\"files\";a:2:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notosansduployan/v18/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/notosansduployan/v18/gokwH7nwAEdtF9N8-mdTDx_X9JM5wsvTqu0D4U0ftZS-Iw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notosansduployan/v18/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvbF8gj.ttf\";}i:1050;a:9:{s:6:\"family\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:20:\"egyptian-hieroglyphs\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2024-05-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:122:\"https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v29/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:116:\"https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v29/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYintSFi4.ttf\";}i:1051;a:9:{s:6:\"family\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"elbasan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvEdkp-o.ttf\";}i:1052;a:9:{s:6:\"family\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"elymaic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-10-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanselymaic/v17/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanselymaic/v17/UqyKK9YTJW5liNMhTMqe9vUFP65ZD7AiUuA.ttf\";}i:1053;a:9:{s:6:\"family\";s:18:\"Noto Sans Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v49\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OKqDjwmfeaY9u.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OK6DjwmfeaY9u.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T34QK6DjwmfeaY9u.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK6DjwmfeaY9u.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T358K6DjwmfeaY9u.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36QLKDjwmfeaY9u.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36pLKDjwmfeaY9u.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OLKDjwmfeaY9u.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37nLKDjwmfeaY9u.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notosansethiopic/v49/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK5DiyGM.ttf\";}i:1054;a:9:{s:6:\"family\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:12:\"cyrillic-ext\";i:1;s:8:\"georgian\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:3:\"v47\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzVj-f5WK0OQV.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptnzFj-f5WK0OQV.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpu5zFj-f5WK0OQV.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvVzFj-f5WK0OQV.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdps5y1j-f5WK0OQV.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpsAy1j-f5WK0OQV.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptny1j-f5WK0OQV.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptOy1j-f5WK0OQV.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notosansgeorgian/v47/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzGj_dZE.ttf\";}i:1055;a:9:{s:6:\"family\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"glagolitic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:4:\"math\";i:5;s:7:\"symbols\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2024-01-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/notosansglagolitic/v18/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/notosansglagolitic/v18/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4HRL6g0.ttf\";}i:1056;a:9:{s:6:\"family\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"gothic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosansgothic/v17/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosansgothic/v17/TuGKUUVzXI5FBtUq5a8bj6wRbzxTJMTy1g.ttf\";}i:1057;a:9:{s:6:\"family\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"grantha\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2024-06-10\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansgrantha/v19/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansgrantha/v19/3y976akwcCjmsU8NDyrKo3IQfQ4o-o8dH-8.ttf\";}i:1058;a:9:{s:6:\"family\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFgPM_OdiEH0s.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpFwPM_OdiEH0s.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_z3FwPM_OdiEH0s.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ybFwPM_OdiEH0s.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_x3EAPM_OdiEH0s.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_xOEAPM_OdiEH0s.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpEAPM_OdiEH0s.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wAEAPM_OdiEH0s.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notosansgujarati/v26/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFzPN9uM.ttf\";}i:1059;a:9:{s:6:\"family\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:13:\"gunjala-gondi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:123:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v20/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL4YDE4J4vCTxEJQ.ttf\";i:500;s:123:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v20/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL04DE4J4vCTxEJQ.ttf\";i:600;s:123:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v20/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLP4fE4J4vCTxEJQ.ttf\";i:700;s:123:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v20/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLBofE4J4vCTxEJQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:117:\"https://fonts.gstatic.com/s/notosansgunjalagondi/v20/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL4YD04ZQr.ttf\";}i:1060;a:9:{s:6:\"family\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oe3bxZ_trdp7h.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OenbxZ_trdp7h.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG0QenbxZ_trdp7h.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG18enbxZ_trdp7h.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2QfXbxZ_trdp7h.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2pfXbxZ_trdp7h.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OfXbxZ_trdp7h.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3nfXbxZ_trdp7h.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notosansgurmukhi/v28/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oekbwbf8.ttf\";}i:1061;a:9:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB_-oWTiYjNvVA.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB--oWTiYjNvVA.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qC5--oWTiYjNvVA.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qEJ--oWTiYjNvVA.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qK55-oWTiYjNvVA.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qJd5-oWTiYjNvVA.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB5-oWTiYjNvVA.ttf\";i:900;s:98:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qNl5-oWTiYjNvVA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosanshk/v33/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB-yoSZjQ.ttf\";}i:1062;a:9:{s:6:\"family\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:15:\"hanifi-rohingya\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:127:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v29/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4j6vvcudK8rN.ttf\";i:500;s:127:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v29/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYq4j6vvcudK8rN.ttf\";i:600;s:127:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v29/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIbG5T6vvcudK8rN.ttf\";i:700;s:127:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v29/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIb_5T6vvcudK8rN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:122:\"https://fonts.gstatic.com/s/notosanshanifirohingya/v29/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4g6ut88.ttf\";}i:1063;a:9:{s:6:\"family\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"hanunoo\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanshanunoo/v21/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanshanunoo/v21/f0Xs0fCv8dxkDWlZSoXOj6CphMloFvEtGJw.ttf\";}i:1064;a:9:{s:6:\"family\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hatran\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_qM49qw.ttf\";}i:1065;a:9:{s:6:\"family\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:9:\"greek-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v49\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4utoiJltutR2g.ttf\";i:200;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX94qtoiJltutR2g.ttf\";i:300;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXKYqtoiJltutR2g.ttf\";s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXRYqtoiJltutR2g.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXqY2toiJltutR2g.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXkI2toiJltutR2g.ttf\";i:800;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX942toiJltutR2g.ttf\";i:900;s:125:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX3o2toiJltutR2g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notosanshebrew/v49/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qdoyhh.ttf\";}i:1066;a:9:{s:6:\"family\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:16:\"imperial-aramaic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2024-07-01\";s:5:\"files\";a:1:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notosansimperialaramaic/v17/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notosansimperialaramaic/v17/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrudnnXI.ttf\";}i:1067;a:9:{s:6:\"family\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:19:\"indic-siyaq-numbers\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:118:\"https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:113:\"https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKy2XNu4.ttf\";}i:1068;a:9:{s:6:\"family\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:21:\"inscriptional-pahlavi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2024-07-01\";s:5:\"files\";a:1:{s:7:\"regular\";s:124:\"https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v17/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v17/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCZtufPA.ttf\";}i:1069;a:9:{s:6:\"family\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:22:\"inscriptional-parthian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2024-07-01\";s:5:\"files\";a:1:{s:7:\"regular\";s:126:\"https://fonts.gstatic.com/s/notosansinscriptionalparthian/v17/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:121:\"https://fonts.gstatic.com/s/notosansinscriptionalparthian/v17/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2ykmBI0Dc.ttf\";}i:1070;a:9:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v54\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75vY0rw-oME.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75vY0rw-oME.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75vY0rw-oME.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75vY0rw-oME.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75vY0rw-oME.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75vY0rw-oME.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75vY0rw-oME.ttf\";i:900;s:98:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75vY0rw-oME.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj35rS1g.ttf\";}i:1071;a:9:{s:6:\"family\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"javanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notosansjavanese/v24/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notosansjavanese/v24/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxKvkFFliZYWj4O8.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notosansjavanese/v24/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxEfjFFliZYWj4O8.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notosansjavanese/v24/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxH7jFFliZYWj4O8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notosansjavanese/v24/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkJFhoYQ.ttf\";}i:1072;a:9:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"korean\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuozeLTq8H4hfeE.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmoyeLTq8H4hfeE.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzrQyeLTq8H4hfeE.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzztgyeLTq8H4hfeE.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzjQ1eLTq8H4hfeE.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzg01eLTq8H4hfeE.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmo1eLTq8H4hfeE.ttf\";i:900;s:98:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzkM1eLTq8H4hfeE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosanskr/v37/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoySLXg9A.ttf\";}i:1073;a:9:{s:6:\"family\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"kaithi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanskaithi/v22/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanskaithi/v22/buEtppS9f8_vkXadMBJJu0tWjLwjciwAcg.ttf\";}i:1074;a:9:{s:6:\"family\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvMzSIMLsPKrkY.ttf\";i:200;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvNzSIMLsPKrkY.ttf\";i:300;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrGXNzSIMLsPKrkY.ttf\";s:7:\"regular\";s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf\";i:500;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrAnNzSIMLsPKrkY.ttf\";i:600;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrOXKzSIMLsPKrkY.ttf\";i:700;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrNzKzSIMLsPKrkY.ttf\";i:800;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvKzSIMLsPKrkY.ttf\";i:900;s:127:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrJLKzSIMLsPKrkY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:122:\"https://fonts.gstatic.com/s/notosanskannada/v30/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvN_SMGKg.ttf\";}i:1075;a:9:{s:6:\"family\";s:14:\"Noto Sans Kawi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:4:\"kawi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/notosanskawi/v4/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK4AhmCpRyMjXVsQ.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/notosanskawi/v4/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK0ghmCpRyMjXVsQ.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/notosanskawi/v4/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKPg9mCpRyMjXVsQ.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/notosanskawi/v4/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKBw9mCpRyMjXVsQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/notosanskawi/v4/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK4AhWC552.ttf\";}i:1076;a:9:{s:6:\"family\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"kayah-li\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/notosanskayahli/v25/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/notosanskayahli/v25/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WBU3CZH4EXLuKVM.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/notosanskayahli/v25/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WPkwCZH4EXLuKVM.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/notosanskayahli/v25/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WMAwCZH4EXLuKVM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/notosanskayahli/v25/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3OZDyFQ.ttf\";}i:1077;a:9:{s:6:\"family\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"kharoshthi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE6z5plg.ttf\";}i:1078;a:9:{s:6:\"family\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAZz4kAbrddiA.ttf\";i:200;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNAJz4kAbrddiA.ttf\";i:300;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYvTAJz4kAbrddiA.ttf\";s:7:\"regular\";s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf\";i:500;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYu_AJz4kAbrddiA.ttf\";i:600;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtTB5z4kAbrddiA.ttf\";i:700;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtqB5z4kAbrddiA.ttf\";i:800;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNB5z4kAbrddiA.ttf\";i:900;s:122:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYskB5z4kAbrddiA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:117:\"https://fonts.gstatic.com/s/notosanskhmer/v28/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAKz5mgI.ttf\";}i:1079;a:9:{s:6:\"family\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"khojki\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2024-02-16\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanskhojki/v19/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanskhojki/v19/-nFnOHM29Oofr2wohFbTuPPKVWpmG_Zx1w.ttf\";}i:1080;a:9:{s:6:\"family\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:9:\"khudawadi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2024-08-21\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notosanskhudawadi/v22/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notosanskhudawadi/v22/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHEjVtUQ.ttf\";}i:1081;a:9:{s:6:\"family\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:9:{i:100;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccfdf5MK3riB2w.ttf\";i:200;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cbdf5MK3riB2w.ttf\";i:300;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4L8bdf5MK3riB2w.ttf\";s:7:\"regular\";s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf\";i:500;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4Q8bdf5MK3riB2w.ttf\";i:600;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4r8Hdf5MK3riB2w.ttf\";i:700;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4lsHdf5MK3riB2w.ttf\";i:800;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cHdf5MK3riB2w.ttf\";i:900;s:118:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt42MHdf5MK3riB2w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:112:\"https://fonts.gstatic.com/s/notosanslao/v33/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbtfpkO.ttf\";}i:1082;a:9:{s:6:\"family\";s:20:\"Noto Sans Lao Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr2M-Zw5V_T71k.ttf\";i:200;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHr3M-Zw5V_T71k.ttf\";i:300;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomKT3M-Zw5V_T71k.ttf\";s:7:\"regular\";s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr3M-Zw5V_T71k.ttf\";i:500;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomMj3M-Zw5V_T71k.ttf\";i:600;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomCTwM-Zw5V_T71k.ttf\";i:700;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomB3wM-Zw5V_T71k.ttf\";i:800;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHrwM-Zw5V_T71k.ttf\";i:900;s:132:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomFPwM-Zw5V_T71k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:127:\"https://fonts.gstatic.com/s/notosanslaolooped/v9/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr3A-d64Q.ttf\";}i:1083;a:9:{s:6:\"family\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lepcha\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-09-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanslepcha/v19/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanslepcha/v19/0QI7MWlB_JWgA166SKhu05TekNS36ANmsg.ttf\";}i:1084;a:9:{s:6:\"family\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"limbu\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosanslimbu/v24/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosanslimbu/v24/3JnlSDv90Gmq2mrzckOBBRRoNJVT0ctz.ttf\";}i:1085;a:9:{s:6:\"family\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"linear-a\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj2Gz2vU.ttf\";}i:1086;a:9:{s:6:\"family\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"linear-b\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737Il3RMB.ttf\";}i:1087;a:9:{s:6:\"family\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"lisu\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/notosanslisu/v26/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/notosanslisu/v26/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP61wt29IlxkVdig.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/notosanslisu/v26/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPB1st29IlxkVdig.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/notosanslisu/v26/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPPlst29IlxkVdig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/notosanslisu/v26/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwd2tgh.ttf\";}i:1088;a:9:{s:6:\"family\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"lycian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA1_jQDA.ttf\";}i:1089;a:9:{s:6:\"family\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lydian\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-12-14\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanslydian/v18/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanslydian/v18/c4m71mVzGN7s8FmIukZJ1v4ZlcPRSULdNg.ttf\";}i:1090;a:9:{s:6:\"family\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"mahajani\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-09-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notosansmahajani/v19/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notosansmahajani/v19/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD51hsoV.ttf\";}i:1091;a:9:{s:6:\"family\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuH9BFzEr6HxEA.ttf\";i:200;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuD9BFzEr6HxEA.ttf\";i:300;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_GOD9BFzEr6HxEA.ttf\";s:7:\"regular\";s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf\";i:500;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_dOD9BFzEr6HxEA.ttf\";i:600;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_mOf9BFzEr6HxEA.ttf\";i:700;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_oef9BFzEr6HxEA.ttf\";i:800;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuf9BFzEr6HxEA.ttf\";i:900;s:132:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_7-f9BFzEr6HxEA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:126:\"https://fonts.gstatic.com/s/notosansmalayalam/v28/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuDNBVbA.ttf\";}i:1092;a:9:{s:6:\"family\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"mandaic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansmandaic/v17/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansmandaic/v17/cIfnMbdWt1w_HgCcilqhKQBo_OsMI6_B9Ac.ttf\";}i:1093;a:9:{s:6:\"family\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"manichaean\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-10-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/notosansmanichaean/v18/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/notosansmanichaean/v18/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfenqDPz8.ttf\";}i:1094;a:9:{s:6:\"family\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"marchen\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansmarchen/v20/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansmarchen/v20/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMEhOmao.ttf\";}i:1095;a:9:{s:6:\"family\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:13:\"masaram-gondi\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/notosansmasaramgondi/v18/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/notosansmasaramgondi/v18/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPntGf5xY.ttf\";}i:1096;a:9:{s:6:\"family\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:4:\"math\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/notosansmath/v18/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/notosansmath/v18/7Aump_cpkSecTWaHRlH2hyV5UEkH81k.ttf\";}i:1097;a:9:{s:6:\"family\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:14:\"mayan-numerals\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIi06sAs.ttf\";}i:1098;a:9:{s:6:\"family\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"medefaidrin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:4:{s:7:\"regular\";s:119:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v28/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf\";i:500;s:119:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v28/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmHjWlT318e5A3rw.ttf\";i:600;s:119:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v28/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmJTRlT318e5A3rw.ttf\";i:700;s:119:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v28/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmK3RlT318e5A3rw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/notosansmedefaidrin/v28/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWpTz_9Q.ttf\";}i:1099;a:9:{s:6:\"family\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"meetei-mayek\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ__TW5PgeFYVa.ttf\";i:200;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ_vTW5PgeFYVa.ttf\";i:300;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1SX_vTW5PgeFYVa.ttf\";s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1T7_vTW5PgeFYVa.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1QX-fTW5PgeFYVa.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Qu-fTW5PgeFYVa.ttf\";i:800;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ-fTW5PgeFYVa.ttf\";i:900;s:120:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Rg-fTW5PgeFYVa.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/notosansmeeteimayek/v19/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_sTX7vw.ttf\";}i:1100;a:9:{s:6:\"family\";s:23:\"Noto Sans Mende Kikakui\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:13:\"mende-kikakui\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/notosansmendekikakui/v28/11hRGoLHz17aKjQCWj-JHcLvu2Q5zZrnkbNCLUx_aDJLAHer.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/notosansmendekikakui/v28/11hRGoLHz17aKjQCWj-JHcLvu2Q5zZrnkbNCLXx-YjY.ttf\";}i:1101;a:9:{s:6:\"family\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"meroitic\";i:3;s:16:\"meroitic-cursive\";i:4;s:20:\"meroitic-hieroglyphs\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notosansmeroitic/v18/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notosansmeroitic/v18/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UzgTJX.ttf\";}i:1102;a:9:{s:6:\"family\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"miao\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZXjhW4E.ttf\";}i:1103;a:9:{s:6:\"family\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"modi\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/notosansmodi/v24/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/notosansmodi/v24/pe03MIySN5pO62Z5YkFyT7jeas5rU1Q.ttf\";}i:1104;a:9:{s:6:\"family\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:9:\"mongolian\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2024-09-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notosansmongolian/v22/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notosansmongolian/v22/VdGCAYADGIwE0EopZx8xQfHlgEAMsrTo9Loq7w.ttf\";}i:1105;a:9:{s:6:\"family\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNI49rXVEQQL8Y.ttf\";i:200;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNJ49rXVEQQL8Y.ttf\";i:300;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_A1J49rXVEQQL8Y.ttf\";s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49rXVEQQL8Y.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49rXVEQQL8Y.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_I1O49rXVEQQL8Y.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_LRO49rXVEQQL8Y.ttf\";i:800;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNO49rXVEQQL8Y.ttf\";i:900;s:120:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_PpO49rXVEQQL8Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/notosansmono/v32/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ09vdUA.ttf\";}i:1106;a:9:{s:6:\"family\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"mro\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-12-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39aD3bsg.ttf\";}i:1107;a:9:{s:6:\"family\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"multani\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO2A1r_Q.ttf\";}i:1108;a:9:{s:6:\"family\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:5:\"files\";a:9:{i:100;s:95:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZs_y1ZtY3ymOryg38hOCSdOnFq0HGS1uEapkAC3AY.ttf\";i:200;s:96:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HE-98EwiEwLxR-r.ttf\";i:300;s:96:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFa9MEwiEwLxR-r.ttf\";s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEC9cEwiEwLxR-r.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEu8sEwiEwLxR-r.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK88EwiEwLxR-r.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFW8MEwiEwLxR-r.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFy8cEwiEwLxR-r.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0Hn31uE.ttf\";}i:1109;a:9:{s:6:\"family\";s:13:\"Noto Sans NKo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"nko\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/notosansnko/v6/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/notosansnko/v6/esDX31ZdNv-KYGGJpKGk2_RpApGGGA.ttf\";}i:1110;a:9:{s:6:\"family\";s:22:\"Noto Sans NKo Unjoined\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"nko\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:119:\"https://fonts.gstatic.com/s/notosansnkounjoined/v3/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf\";i:500;s:119:\"https://fonts.gstatic.com/s/notosansnkounjoined/v3/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf\";i:600;s:119:\"https://fonts.gstatic.com/s/notosansnkounjoined/v3/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf\";i:700;s:119:\"https://fonts.gstatic.com/s/notosansnkounjoined/v3/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/notosansnkounjoined/v3/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rvF2jEOz_o.ttf\";}i:1111;a:9:{s:6:\"family\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"nabataean\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNkBN3gA.ttf\";}i:1112;a:9:{s:6:\"family\";s:21:\"Noto Sans Nag Mundari\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"nag-mundari\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/notosansnagmundari/v3/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRxirbUGA0whP19M.ttf\";i:500;s:117:\"https://fonts.gstatic.com/s/notosansnagmundari/v3/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRyqrbUGA0whP19M.ttf\";i:600;s:117:\"https://fonts.gstatic.com/s/notosansnagmundari/v3/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR8asbUGA0whP19M.ttf\";i:700;s:117:\"https://fonts.gstatic.com/s/notosansnagmundari/v3/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR_-sbUGA0whP19M.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:112:\"https://fonts.gstatic.com/s/notosansnagmundari/v3/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRxirXUCK1w.ttf\";}i:1113;a:9:{s:6:\"family\";s:21:\"Noto Sans Nandinagari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"nandinagari\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2023-10-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/notosansnandinagari/v4/or38Q7733eiDljA1IufXSNFT-1KI5y10H4jVa5RXzC1KOw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notosansnandinagari/v4/or38Q7733eiDljA1IufXSNFT-1KI5y10H4jlap5T.ttf\";}i:1114;a:9:{s:6:\"family\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"new-tai-lue\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/notosansnewtailue/v24/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf\";i:500;s:117:\"https://fonts.gstatic.com/s/notosansnewtailue/v24/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pddfAYUbghFPKzeY.ttf\";i:600;s:117:\"https://fonts.gstatic.com/s/notosansnewtailue/v24/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdTvHYUbghFPKzeY.ttf\";i:700;s:117:\"https://fonts.gstatic.com/s/notosansnewtailue/v24/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdQLHYUbghFPKzeY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:112:\"https://fonts.gstatic.com/s/notosansnewtailue/v24/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAUUfqgA.ttf\";}i:1115;a:9:{s:6:\"family\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"newa\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg_n-oto.ttf\";}i:1116;a:9:{s:6:\"family\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"nushu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-04-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYa1WVoI.ttf\";}i:1117;a:9:{s:6:\"family\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"ogham\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hbtpNe.ttf\";}i:1118;a:9:{s:6:\"family\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"ol-chiki\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/notosansolchiki/v30/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/notosansolchiki/v30/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALVs267I6gVrz5gQ.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/notosansolchiki/v30/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALbcx67I6gVrz5gQ.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/notosansolchiki/v30/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALY4x67I6gVrz5gQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/notosansolchiki/v30/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk227MwhQ.ttf\";}i:1119;a:9:{s:6:\"family\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:13:\"old-hungarian\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-09-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/notosansoldhungarian/v18/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/notosansoldhungarian/v18/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgSfiZAo.ttf\";}i:1120;a:9:{s:6:\"family\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"old-italic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosansolditalic/v17/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosansolditalic/v17/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tVlQfxw.ttf\";}i:1121;a:9:{s:6:\"family\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:17:\"old-north-arabian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBgmEA7.ttf\";}i:1122;a:9:{s:6:\"family\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"old-permic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKIdWiPs.ttf\";}i:1123;a:9:{s:6:\"family\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"old-persian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_dqeNU.ttf\";}i:1124;a:9:{s:6:\"family\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"old-sogdian\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/notosansoldsogdian/v17/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notosansoldsogdian/v17/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURtLnOgu.ttf\";}i:1125;a:9:{s:6:\"family\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:17:\"old-south-arabian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKB1eFH.ttf\";}i:1126;a:9:{s:6:\"family\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"old-turkic\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosansoldturkic/v18/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosansoldturkic/v18/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsH2Qhkg.ttf\";}i:1127;a:9:{s:6:\"family\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:9:{i:100;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0fq_c6LhHBRe-.ttf\";i:200;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0f6_c6LhHBRe-.ttf\";i:300;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Iviqf6_c6LhHBRe-.ttf\";s:7:\"regular\";s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf\";i:500;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvjGf6_c6LhHBRe-.ttf\";i:600;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgqeK_c6LhHBRe-.ttf\";i:700;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgTeK_c6LhHBRe-.ttf\";i:800;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0eK_c6LhHBRe-.ttf\";i:900;s:122:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvhdeK_c6LhHBRe-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:117:\"https://fonts.gstatic.com/s/notosansoriya/v33/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f5_d4rw.ttf\";}i:1128;a:9:{s:6:\"family\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"osage\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtnR1yW.ttf\";}i:1129;a:9:{s:6:\"family\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"osmanya\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmw6lTYo.ttf\";}i:1130;a:9:{s:6:\"family\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"pahawh-hmong\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7knzY1dw.ttf\";}i:1131;a:9:{s:6:\"family\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"palmyrene\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notosanspalmyrene/v17/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notosanspalmyrene/v17/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCDnOzYg.ttf\";}i:1132;a:9:{s:6:\"family\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"pau-cin-hau\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehItjU-u.ttf\";}i:1133;a:9:{s:6:\"family\";s:17:\"Noto Sans PhagsPa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:8:\"phags-pa\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2024-12-10\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansphagspa/v23/XLY8IYr5bJNDGYxPGjyYbaEjwQR-LFlsYMYHGGeT.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansphagspa/v23/XLY8IYr5bJNDGYxPGjyYbaEjwQR-LGltasI.ttf\";}i:1134;a:9:{s:6:\"family\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"phoenician\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5U7IqNs.ttf\";}i:1135;a:9:{s:6:\"family\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:15:\"psalter-pahlavi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/notosanspsalterpahlavi/v17/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/notosanspsalterpahlavi/v17/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w5GzAtQ.ttf\";}i:1136;a:9:{s:6:\"family\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"rejang\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosansrejang/v21/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosansrejang/v21/Ktk2AKuMeZjqPnXgyqrib7DIogqwB4K9XQ.ttf\";}i:1137;a:9:{s:6:\"family\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"runic\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WmahBr.ttf\";}i:1138;a:9:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:18:\"chinese-simplified\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v38\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_EnYxNbPzS5HE.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_FnYxNbPzS5HE.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG4HFnYxNbPzS5HE.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYxNbPzS5HE.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYxNbPzS5HE.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYxNbPzS5HE.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_CnYxNbPzS5HE.ttf\";i:900;s:98:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG3bCnYxNbPzS5HE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosanssc/v38/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FrY1HaA.ttf\";}i:1139;a:9:{s:6:\"family\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"samaritan\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notosanssamaritan/v16/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOUo5jNlOVMzQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notosanssamaritan/v16/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOYo9pMg.ttf\";}i:1140;a:9:{s:6:\"family\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"saurashtra\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-09-13\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/notosanssaurashtra/v23/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/notosanssaurashtra/v23/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef-nchBc.ttf\";}i:1141;a:9:{s:6:\"family\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sharada\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-11-18\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwrXKNug.ttf\";}i:1142;a:9:{s:6:\"family\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"shavian\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosansshavian/v18/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosansshavian/v18/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4HFRQJ0.ttf\";}i:1143;a:9:{s:6:\"family\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"siddham\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanssiddham/v20/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanssiddham/v20/OZpZg-FwqiNLe9PELUikxTWDoCCeGpncmXY.ttf\";}i:1144;a:9:{s:6:\"family\";s:21:\"Noto Sans SignWriting\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"signwriting\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/notosanssignwriting/v5/Noas6VX_wIWFbTTCrYmvy9A2UnkL-2SZAWiUEVCARYQemg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notosanssignwriting/v5/Noas6VX_wIWFbTTCrYmvy9A2UnkL-2SZAWikEFqE.ttf\";}i:1145;a:9:{s:6:\"family\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2b5lgLpJwbQRM.ttf\";i:200;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2a5lgLpJwbQRM.ttf\";i:300;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwlOa5lgLpJwbQRM.ttf\";s:7:\"regular\";s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf\";i:500;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwj-a5lgLpJwbQRM.ttf\";i:600;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwtOd5lgLpJwbQRM.ttf\";i:700;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwuqd5lgLpJwbQRM.ttf\";i:800;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2d5lgLpJwbQRM.ttf\";i:900;s:127:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwqSd5lgLpJwbQRM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:122:\"https://fonts.gstatic.com/s/notosanssinhala/v34/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a1lkBoA.ttf\";}i:1146;a:9:{s:6:\"family\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sogdian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-06-22\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBr-_NGo.ttf\";}i:1147;a:9:{s:6:\"family\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"sora-sompeng\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/notosanssorasompeng/v25/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/notosanssorasompeng/v25/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHRO18DpZXJQd4Mu.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/notosanssorasompeng/v25/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSi0MDpZXJQd4Mu.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/notosanssorasompeng/v25/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSb0MDpZXJQd4Mu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/notosanssorasompeng/v25/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR81_Dob3Y.ttf\";}i:1148;a:9:{s:6:\"family\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"soyombo\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY3FqKlc.ttf\";}i:1149;a:9:{s:6:\"family\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"sundanese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/notosanssundanese/v27/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/notosanssundanese/v27/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxbNNHCizv7fQES.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/notosanssundanese/v27/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6cty3M9HCizv7fQES.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/notosanssundanese/v27/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctyOM9HCizv7fQES.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/notosanssundanese/v27/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNOHDgT8.ttf\";}i:1150;a:9:{s:6:\"family\";s:17:\"Noto Sans Sunuwar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sunuwar\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/notosanssunuwar/v1/FwZB7_04xUkosG2xJo2gm7nF0DTfho_Du2akOrkv.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/notosanssunuwar/v1/FwZB7_04xUkosG2xJo2gm7nF0DTfhr_CsWI.ttf\";}i:1151;a:9:{s:6:\"family\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:12:\"syloti-nagri\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/notosanssylotinagri/v24/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/notosanssylotinagri/v24/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGJVb7Mw.ttf\";}i:1152;a:9:{s:6:\"family\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"symbols\";}s:7:\"version\";s:3:\"v47\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:9:{i:100;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ4gavVFRkzrbQ.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_Q8gavVFRkzrbQ.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gIw8gavVFRkzrbQ.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gTw8gavVFRkzrbQ.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gowggavVFRkzrbQ.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gmgggavVFRkzrbQ.ttf\";i:800;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_QggavVFRkzrbQ.ttf\";i:900;s:110:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g1AggavVFRkzrbQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/notosanssymbols/v47/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8Qa_9B.ttf\";}i:1153;a:9:{s:6:\"family\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:7:\"braille\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:14:\"mayan-numerals\";i:5;s:7:\"symbols\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/notosanssymbols2/v24/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/notosanssymbols2/v24/I_uyMoGduATTei9eI8daxVHDyfisHr71-pLgeQ.ttf\";}i:1154;a:9:{s:6:\"family\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"syriac\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9caJyZfUL_FC.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD9MaJyZfUL_FC.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Ud9MaJyZfUL_FC.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Vx9MaJyZfUL_FC.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wd88aJyZfUL_FC.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wk88aJyZfUL_FC.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD88aJyZfUL_FC.ttf\";i:900;s:107:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Xq88aJyZfUL_FC.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/notosanssyriac/v17/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9PaIw5M.ttf\";}i:1155;a:9:{s:6:\"family\";s:24:\"Noto Sans Syriac Eastern\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"syriac\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:9:{i:100;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-eszCL5ep1QPQ.ttf\";i:200;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-fszCL5ep1QPQ.ttf\";i:300;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPnGfszCL5ep1QPQ.ttf\";s:7:\"regular\";s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-fszCL5ep1QPQ.ttf\";i:500;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPh2fszCL5ep1QPQ.ttf\";i:600;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPvGYszCL5ep1QPQ.ttf\";i:700;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPsiYszCL5ep1QPQ.ttf\";i:800;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-YszCL5ep1QPQ.ttf\";i:900;s:124:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPoaYszCL5ep1QPQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notosanssyriaceastern/v3/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-fgzGB4Q.ttf\";}i:1156;a:9:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_CpOtma3uNQ.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yCy_CpOtma3uNQ.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_CpOtma3uNQ.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_CpOtma3uNQ.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7361_CpOtma3uNQ.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_CpOtma3uNQ.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yC1_CpOtma3uNQ.ttf\";i:900;s:98:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_CpOtma3uNQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/notosanstc/v37/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76CyzCtEsg.ttf\";}i:1157;a:9:{s:6:\"family\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tagalog\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanstagalog/v22/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanstagalog/v22/J7aFnoNzCnFcV9ZI-sUYuvote1R0wzEBCcw.ttf\";}i:1158;a:9:{s:6:\"family\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tagbanwa\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_npRz4A.ttf\";}i:1159;a:9:{s:6:\"family\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tai-le\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR5wtO_Xw.ttf\";}i:1160;a:9:{s:6:\"family\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-tham\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/notosanstaitham/v24/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/notosanstaitham/v24/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBBcbPgquyaRGKMw.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/notosanstaitham/v24/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBPscPgquyaRGKMw.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/notosanstaitham/v24/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBMIcPgquyaRGKMw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/notosanstaitham/v24/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbDgukzQ.ttf\";}i:1161;a:9:{s:6:\"family\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-viet\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/notosanstaiviet/v19/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/notosanstaiviet/v19/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZb6oQb.ttf\";}i:1162;a:9:{s:6:\"family\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"takri\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2023-10-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notosanstakri/v24/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notosanstakri/v24/TuGJUVpzXI5FBtUq5a8bnKIOdTwgNeXS.ttf\";}i:1163;a:9:{s:6:\"family\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGor0RqKDt_EvT.ttf\";i:200;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGo70RqKDt_EvT.ttf\";i:300;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7uYo70RqKDt_EvT.ttf\";s:7:\"regular\";s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf\";i:500;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7v0o70RqKDt_EvT.ttf\";i:600;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7sYpL0RqKDt_EvT.ttf\";i:700;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7shpL0RqKDt_EvT.ttf\";i:800;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGpL0RqKDt_EvT.ttf\";i:900;s:122:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tvpL0RqKDt_EvT.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:117:\"https://fonts.gstatic.com/s/notosanstamil/v30/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo40QoqQ.ttf\";}i:1164;a:9:{s:6:\"family\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:16:\"tamil-supplement\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax8vtC-c.ttf\";}i:1165;a:9:{s:6:\"family\";s:16:\"Noto Sans Tangsa\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tangsa\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/notosanstangsa/v8/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1YkyoRYdplyJDA.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/notosanstangsa/v8/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1qkyoRYdplyJDA.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/notosanstangsa/v8/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2GlCoRYdplyJDA.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/notosanstangsa/v8/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2_lCoRYdplyJDA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/notosanstangsa/v8/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1YkxoQa94.ttf\";}i:1166;a:9:{s:6:\"family\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezfqQUbf-3v37w.ttf\";i:200;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zbqQUbf-3v37w.ttf\";i:300;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntJTbqQUbf-3v37w.ttf\";s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntSTbqQUbf-3v37w.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntpTHqQUbf-3v37w.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntnDHqQUbf-3v37w.ttf\";i:800;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zHqQUbf-3v37w.ttf\";i:900;s:125:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt0jHqQUbf-3v37w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notosanstelugu/v29/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbaQEzb.ttf\";}i:1167;a:9:{s:6:\"family\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"thaana\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbxLhnu4-tbNu.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VrbhLhnu4-tbNu.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4W1bhLhnu4-tbNu.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XZbhLhnu4-tbNu.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4U1aRLhnu4-tbNu.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4UMaRLhnu4-tbNu.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VraRLhnu4-tbNu.ttf\";i:900;s:107:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VCaRLhnu4-tbNu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/notosansthaana/v25/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbiLglOo.ttf\";}i:1168;a:9:{s:6:\"family\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RspzF-QRvzzXg.ttf\";i:200;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRtpzF-QRvzzXg.ttf\";i:300;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU8ptpzF-QRvzzXg.ttf\";s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU6ZtpzF-QRvzzXg.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU0pqpzF-QRvzzXg.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU3NqpzF-QRvzzXg.ttf\";i:800;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRqpzF-QRvzzXg.ttf\";i:900;s:120:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUz1qpzF-QRvzzXg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/notosansthai/v28/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtlzB0RQ.ttf\";}i:1169;a:9:{s:6:\"family\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_gtHxJiQo49kz2h.ttf\";i:200;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_itHhJiQo49kz2h.ttf\";i:300;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_hzHhJiQo49kz2h.ttf\";s:7:\"regular\";s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_gtHhJiQo49kz2h.ttf\";i:500;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_gfHhJiQo49kz2h.ttf\";i:600;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_jzGRJiQo49kz2h.ttf\";i:700;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_jKGRJiQo49kz2h.ttf\";i:800;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_itGRJiQo49kz2h.ttf\";i:900;s:135:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_iEGRJiQo49kz2h.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:130:\"https://fonts.gstatic.com/s/notosansthailooped/v15/B503F6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R36MIjwurFMX_p0KVmQL3HnxYJ8hCVQ-_gtHiJjSIo.ttf\";}i:1170;a:9:{s:6:\"family\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tifinagh\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notosanstifinagh/v20/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notosanstifinagh/v20/I_uzMoCduATTei9eI8dawkHIwvmhCvbX67PA.ttf\";}i:1171;a:9:{s:6:\"family\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tirhuta\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-07-24\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby4uHWh8.ttf\";}i:1172;a:9:{s:6:\"family\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"ugaritic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2023-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXUMxAM.ttf\";}i:1173;a:9:{s:6:\"family\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:3:\"vai\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrUdMXmCA.ttf\";}i:1174;a:9:{s:6:\"family\";s:18:\"Noto Sans Vithkuqi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"vithkuqi\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/notosansvithkuqi/v2/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnva5SgKM7vmn0BLE.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/notosansvithkuqi/v2/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvZxSgKM7vmn0BLE.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/notosansvithkuqi/v2/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvXBVgKM7vmn0BLE.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/notosansvithkuqi/v2/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvUlVgKM7vmn0BLE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/notosansvithkuqi/v2/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnva5SsKIxug.ttf\";}i:1175;a:9:{s:6:\"family\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"wancho\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBmALiog.ttf\";}i:1176;a:9:{s:6:\"family\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:11:\"warang-citi\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKhpO9G.ttf\";}i:1177;a:9:{s:6:\"family\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:2:\"yi\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-05-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/notosansyi/v19/sJoD3LFXjsSdcnzn071rO3aZxFrN.ttf\";}i:1178;a:9:{s:6:\"family\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:16:\"zanabazar-square\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2023-09-27\";s:5:\"files\";a:1:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notosanszanabazarsquare/v19/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notosanszanabazarsquare/v19/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQuJwMiU.ttf\";}i:1179;a:9:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:4:\"math\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:18:{i:100;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFGjwM0Lhq_Szw.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFCjwM0Lhq_Szw.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZ9lCjwM0Lhq_Szw.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCjwM0Lhq_Szw.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZmlCjwM0Lhq_Szw.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZdlejwM0Lhq_Szw.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZT1ejwM0Lhq_Szw.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFejwM0Lhq_Szw.ttf\";i:900;s:112:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZAVejwM0Lhq_Szw.ttf\";s:9:\"100italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLgscPpKrCzyUi.ttf\";s:9:\"200italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLg8cPpKrCzyUi.ttf\";s:9:\"300italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBMVg8cPpKrCzyUi.ttf\";s:6:\"italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLg8cPpKrCzyUi.ttf\";s:9:\"500italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBN5g8cPpKrCzyUi.ttf\";s:9:\"600italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOVhMcPpKrCzyUi.ttf\";s:9:\"700italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOshMcPpKrCzyUi.ttf\";s:9:\"800italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLhMcPpKrCzyUi.ttf\";s:9:\"900italic\";s:114:\"https://fonts.gstatic.com/s/notoserif/v30/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPihMcPpKrCzyUi.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/notoserif/v30/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCTwccP.ttf\";}i:1180;a:9:{s:6:\"family\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:4:\"ahom\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2023-11-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/notoserifahom/v20/FeVIS0hfp6cprmEUffAW_fUL_AN-wuYrPFiwaw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/notoserifahom/v20/FeVIS0hfp6cprmEUffAW_fUL_ANOw-wv.ttf\";}i:1181;a:9:{s:6:\"family\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"armenian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8ObxvXagGdkbg.ttf\";i:200;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8KbxvXagGdkbg.ttf\";i:300;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZ1cKbxvXagGdkbg.ttf\";s:7:\"regular\";s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8KbxvXagGdkbg.ttf\";i:500;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZucKbxvXagGdkbg.ttf\";i:600;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZVcWbxvXagGdkbg.ttf\";i:700;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZbMWbxvXagGdkbg.ttf\";i:800;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8WbxvXagGdkbg.ttf\";i:900;s:132:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZIsWbxvXagGdkbg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:126:\"https://fonts.gstatic.com/s/notoserifarmenian/v29/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8Krx__e.ttf\";}i:1182;a:9:{s:6:\"family\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2024-07-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/notoserifbalinese/v20/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXRbgJdhapcUU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/notoserifbalinese/v20/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXdbkDcg.ttf\";}i:1183;a:9:{s:6:\"family\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:9:{i:100;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAH3qn4LjQH8yD.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAHnqn4LjQH8yD.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfdeHnqn4LjQH8yD.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHnqn4LjQH8yD.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcyHnqn4LjQH8yD.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffeGXqn4LjQH8yD.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffnGXqn4LjQH8yD.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAGXqn4LjQH8yD.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfepGXqn4LjQH8yD.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notoserifbengali/v29/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHkqm6rw.ttf\";}i:1184;a:9:{s:6:\"family\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-og-HMUe1u_dv.ttf\";i:200;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-ow-HMUe1u_dv.ttf\";i:300;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTBgow-HMUe1u_dv.ttf\";s:7:\"regular\";s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-ow-HMUe1u_dv.ttf\";i:500;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTAMow-HMUe1u_dv.ttf\";i:600;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDgpA-HMUe1u_dv.ttf\";i:700;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDZpA-HMUe1u_dv.ttf\";i:800;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-pA-HMUe1u_dv.ttf\";i:900;s:136:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTCXpA-HMUe1u_dv.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:131:\"https://fonts.gstatic.com/s/notoserifdevanagari/v33/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-oz-GO0M.ttf\";}i:1185;a:9:{s:6:\"family\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:18:{i:100;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd49gKaDU9hvzC.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd4tgKaDU9hvzC.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVoD4tgKaDU9hvzC.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4tgKaDU9hvzC.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpv4tgKaDU9hvzC.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVqD5dgKaDU9hvzC.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVq65dgKaDU9hvzC.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd5dgKaDU9hvzC.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVr05dgKaDU9hvzC.ttf\";s:9:\"100italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBIYjEfg-zCmf4.ttf\";s:9:\"200italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBJYjEfg-zCmf4.ttf\";s:9:\"300italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoW5JYjEfg-zCmf4.ttf\";s:6:\"italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBJYjEfg-zCmf4.ttf\";s:9:\"500italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoQJJYjEfg-zCmf4.ttf\";s:9:\"600italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-Voe5OYjEfg-zCmf4.ttf\";s:9:\"700italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoddOYjEfg-zCmf4.ttf\";s:9:\"800italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBOYjEfg-zCmf4.ttf\";s:9:\"900italic\";s:132:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoZlOYjEfg-zCmf4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notoserifdisplay/v26/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4ugLYjE.ttf\";}i:1186;a:9:{s:6:\"family\";s:22:\"Noto Serif Dives Akuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:11:\"dives-akuru\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/notoserifdivesakuru/v8/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT60DIyoV9Ejs.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/notoserifdivesakuru/v8/QldfNSVMqAsHtsJ_TnD3aT03sMgd57ibeeZT20HCzg.ttf\";}i:1187;a:9:{s:6:\"family\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"dogra\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2023-11-28\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/notoserifdogra/v23/MQpP-XquKMC7ROPP3QOOlm7xPu3fGy63IbPzkns.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/notoserifdogra/v23/MQpP-XquKMC7ROPP3QOOlm7xPu3fKy-9JQ.ttf\";}i:1188;a:9:{s:6:\"family\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSQjkaO9UVLyiw.ttf\";i:200;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSUjkaO9UVLyiw.ttf\";i:300;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCkyUjkaO9UVLyiw.ttf\";s:7:\"regular\";s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUjkaO9UVLyiw.ttf\";i:500;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxC_yUjkaO9UVLyiw.ttf\";i:600;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCEyIjkaO9UVLyiw.ttf\";i:700;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCKiIjkaO9UVLyiw.ttf\";i:800;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSIjkaO9UVLyiw.ttf\";i:900;s:132:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCZCIjkaO9UVLyiw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:126:\"https://fonts.gstatic.com/s/notoserifethiopic/v31/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUTkKm5.ttf\";}i:1189;a:9:{s:6:\"family\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"georgian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvsfdzTw-FgZxQ.ttf\";i:200;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzvofdzTw-FgZxQ.ttf\";i:300;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSEPofdzTw-FgZxQ.ttf\";s:7:\"regular\";s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvofdzTw-FgZxQ.ttf\";i:500;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSfPofdzTw-FgZxQ.ttf\";i:600;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSkP0fdzTw-FgZxQ.ttf\";i:700;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSqf0fdzTw-FgZxQ.ttf\";i:800;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzv0fdzTw-FgZxQ.ttf\";i:900;s:132:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aS5_0fdzTw-FgZxQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:126:\"https://fonts.gstatic.com/s/notoserifgeorgian/v28/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvovdj70.ttf\";}i:1190;a:9:{s:6:\"family\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"grantha\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2024-06-10\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notoserifgrantha/v21/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiqFENLR7fHGw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notoserifgrantha/v21/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiaFUlP.ttf\";}i:1191;a:9:{s:6:\"family\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycYzuM1Kf-OJu.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuaycIzuM1Kf-OJu.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuZscIzuM1Kf-OJu.ttf\";s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycIzuM1Kf-OJu.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYAcIzuM1Kf-OJu.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Hubsd4zuM1Kf-OJu.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HubVd4zuM1Kf-OJu.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huayd4zuM1Kf-OJu.ttf\";i:900;s:114:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huabd4zuM1Kf-OJu.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/notoserifgujarati/v28/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycLzvOVY.ttf\";}i:1192;a:9:{s:6:\"family\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eBTNmqVU7y6l.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-eRTNmqVU7y6l.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr7geRTNmqVU7y6l.ttf\";s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eRTNmqVU7y6l.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6MeRTNmqVU7y6l.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5gfhTNmqVU7y6l.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5ZfhTNmqVU7y6l.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-fhTNmqVU7y6l.ttf\";i:900;s:114:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4XfhTNmqVU7y6l.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/notoserifgurmukhi/v21/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eSTMkKE.ttf\";}i:1193;a:9:{s:6:\"family\";s:13:\"Noto Serif HK\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{i:200;s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RmV9Su1M6i.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RmV9Su1M6i.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RmV9Su1M6i.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RmV9Su1M6i.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRmV9Su1M6i.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRmV9Su1M6i.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRmV9Su1M6i.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRmV9Su1M6i.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notoserifhk/v10/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RnXdA.ttf\";}i:1194;a:9:{s:6:\"family\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwTAG8_vlQxz24.ttf\";i:200;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwSAG8_vlQxz24.ttf\";i:300;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVFISAG8_vlQxz24.ttf\";s:7:\"regular\";s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSAG8_vlQxz24.ttf\";i:500;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVD4SAG8_vlQxz24.ttf\";i:600;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVNIVAG8_vlQxz24.ttf\";i:700;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVOsVAG8_vlQxz24.ttf\";i:800;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwVAG8_vlQxz24.ttf\";i:900;s:127:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVKUVAG8_vlQxz24.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:122:\"https://fonts.gstatic.com/s/notoserifhebrew/v29/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSMG41ug.ttf\";}i:1195;a:9:{s:6:\"family\";s:21:\"Noto Serif Hentaigana\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:13:\"kana-extended\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:200;s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hzgwGqxEZWEARdDE.ttf\";i:300;s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hztIGqxEZWEARdDE.ttf\";s:7:\"regular\";s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hzowGqxEZWEARdDE.ttf\";i:500;s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hzr4GqxEZWEARdDE.ttf\";i:600;s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hzlIBqxEZWEARdDE.ttf\";i:700;s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hzmsBqxEZWEARdDE.ttf\";i:800;s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hzgwBqxEZWEARdDE.ttf\";i:900;s:119:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hziUBqxEZWEARdDE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/notoserifhentaigana/v16/uk-OEHi3o6EruUbj3pGaDj3siVARn-kqgu1eOHk7wYK23O0hzowGmxATXA.ttf\";}i:1196;a:9:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:200;s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubAILO5wBCU.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubAILO5wBCU.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubAILO5wBCU.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubAILO5wBCU.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebAILO5wBCU.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebAILO5wBCU.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebAILO5wBCU.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebAILO5wBCU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notoserifjp/v31/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOtbBKrc.ttf\";}i:1197;a:9:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"korean\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:8:{i:200;s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmeM524ZvTePRu.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnci4eM524ZvTePRu.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeM524ZvTePRu.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjUeM524ZvTePRu.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncg4f8524ZvTePRu.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncgBf8524ZvTePRu.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchmf8524ZvTePRu.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOnchPf8524ZvTePRu.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notoserifkr/v30/3JnoSDn90Gmq2mr3blnHaTZXbOtLJDvui3JOncjmeP53658.ttf\";}i:1198;a:9:{s:6:\"family\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceRJ71svgcI.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceRJ71svgcI.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceRJ71svgcI.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceRJ71svgcI.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceRJ71svgcI.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceRJ71svgcI.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceRJ71svgcI.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceRJ71svgcI.ttf\";i:900;s:112:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceRJ71svgcI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notoserifkannada/v29/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQeVD6w.ttf\";}i:1199;a:9:{s:6:\"family\";s:30:\"Noto Serif Khitan Small Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:19:\"khitan-small-script\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZ8lb39iddA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:114:\"https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcZsNf.ttf\";}i:1200;a:9:{s:6:\"family\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-03-11\";s:5:\"files\";a:9:{i:100;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXEZK9Xo4xg.ttf\";i:200;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXEZK9Xo4xg.ttf\";i:300;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXEZK9Xo4xg.ttf\";s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXEZK9Xo4xg.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXEZK9Xo4xg.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXEZK9Xo4xg.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXEZK9Xo4xg.ttf\";i:800;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXEZK9Xo4xg.ttf\";i:900;s:125:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXEZK9Xo4xg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notoserifkhmer/v28/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AXUxO.ttf\";}i:1201;a:9:{s:6:\"family\";s:17:\"Noto Serif Khojki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"khojki\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/notoserifkhojki/v12/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyZ0Qtc5HAQ.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/notoserifkhojki/v12/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyZ0Qtc5HAQ.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/notoserifkhojki/v12/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyZ0Qtc5HAQ.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/notoserifkhojki/v12/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyZ0Qtc5HAQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/notoserifkhojki/v12/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfyJcU.ttf\";}i:1202;a:9:{s:6:\"family\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvOjlmyhHHQ.ttf\";i:200;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvOjlmyhHHQ.ttf\";i:300;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvOjlmyhHHQ.ttf\";s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvOjlmyhHHQ.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvOjlmyhHHQ.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvOjlmyhHHQ.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvOjlmyhHHQ.ttf\";i:800;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvOjlmyhHHQ.ttf\";i:900;s:120:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvOjlmyhHHQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/notoseriflao/v28/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvKpkg.ttf\";}i:1203;a:9:{s:6:\"family\";s:18:\"Noto Serif Makasar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"makasar\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2023-06-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7j4HTVSmevw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLjovX.ttf\";}i:1204;a:9:{s:6:\"family\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnVwHpQVySg.ttf\";i:200;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnVwHpQVySg.ttf\";i:300;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnVwHpQVySg.ttf\";s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnVwHpQVySg.ttf\";i:500;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnVwHpQVySg.ttf\";i:600;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnVwHpQVySg.ttf\";i:700;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnVwHpQVySg.ttf\";i:800;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnVwHpQVySg.ttf\";i:900;s:117:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnVwHpQVySg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/notoserifmalayalam/v31/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvnFYD.ttf\";}i:1205;a:9:{s:6:\"family\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-09-28\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDsU9X6RPzQ.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMefv2TeXJng.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMefv2TeXJng.ttf\";s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1pBrocdDqRA.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMefv2TeXJng.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMefv2TeXJng.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMefv2TeXJng.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMefv2TeXJng.ttf\";i:900;s:99:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMefv2TeXJng.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jnFpRDs.ttf\";}i:1206;a:9:{s:6:\"family\";s:19:\"Noto Serif NP Hmong\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:22:\"nyiakeng-puachue-hmong\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notoserifnphmong/v4/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLp3u0rVO-d.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notoserifnphmong/v4/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLp3u0rVO-d.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notoserifnphmong/v4/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Lp3u0rVO-d.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notoserifnphmong/v4/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Lp3u0rVO-d.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notoserifnphmong/v4/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGLo1Ok.ttf\";}i:1207;a:9:{s:6:\"family\";s:21:\"Noto Serif Old Uyghur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"old-uyghur\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2024-09-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/notoserifolduyghur/v4/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKumeF2yVgA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/notoserifolduyghur/v4/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXK-Oa.ttf\";}i:1208;a:9:{s:6:\"family\";s:16:\"Noto Serif Oriya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/notoseriforiya/v5/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-v039MF1j.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/notoseriforiya/v5/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-v039MF1j.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/notoseriforiya/v5/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-v039MF1j.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/notoseriforiya/v5/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-v039MF1j.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/notoseriforiya/v5/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey_tUk.ttf\";}i:1209;a:9:{s:6:\"family\";s:24:\"Noto Serif Ottoman Siyaq\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:21:\"ottoman-siyaq-numbers\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJrgA00kAdA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7J7IE.ttf\";}i:1210;a:9:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:18:\"chinese-simplified\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{i:200;s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCqyWv847hdDWC.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7TcqyWv847hdDWC.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqyWv847hdDWC.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SwqyWv847hdDWC.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RcrCWv847hdDWC.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7RlrCWv847hdDWC.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QCrCWv847hdDWC.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7QrrCWv847hdDWC.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notoserifsc/v33/H4cyBXePl9DZ0Xe7gG9cyOj7uK2-n-D2rd4FY7SCqxWu-Yo.ttf\";}i:1211;a:9:{s:6:\"family\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMsxaLRn3W-.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1MsxaLRn3W-.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1MsxaLRn3W-.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1MsxaLRn3W-.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1MsxaLRn3W-.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMsxaLRn3W-.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMsxaLRn3W-.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMsxaLRn3W-.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMsxaLRn3W-.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:124:\"https://fonts.gstatic.com/s/notoserifsinhala/v29/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mtz6Y.ttf\";}i:1212;a:9:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{i:200;s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aMOpDOWYMr2OM.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX8EMOpDOWYMr2OM.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMOpDOWYMr2OM.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9oMOpDOWYMr2OM.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-EN-pDOWYMr2OM.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX-9N-pDOWYMr2OM.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pDOWYMr2OM.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_zN-pDOWYMr2OM.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/notoseriftc/v33/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX9aMNpCM2I.ttf\";}i:1213;a:9:{s:6:\"family\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:18:{i:100;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8Pz3v8Etew.ttf\";i:200;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8Pz3v8Etew.ttf\";i:300;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8Pz3v8Etew.ttf\";s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8Pz3v8Etew.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8Pz3v8Etew.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8Pz3v8Etew.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8Pz3v8Etew.ttf\";i:800;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8Pz3v8Etew.ttf\";i:900;s:125:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8Pz3v8Etew.ttf\";s:9:\"100italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbzncQ9e3wx.ttf\";s:9:\"200italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bzncQ9e3wx.ttf\";s:9:\"300italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bzncQ9e3wx.ttf\";s:6:\"italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bzncQ9e3wx.ttf\";s:9:\"500italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bzncQ9e3wx.ttf\";s:9:\"600italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbzncQ9e3wx.ttf\";s:9:\"700italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbzncQ9e3wx.ttf\";s:9:\"800italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbzncQ9e3wx.ttf\";s:9:\"900italic\";s:127:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbzncQ9e3wx.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/notoseriftamil/v31/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h8fbz.ttf\";}i:1214;a:9:{s:6:\"family\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"tangut\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/notoseriftangut/v19/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41fcvN2KT4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/notoseriftangut/v19/xn76YGc72GKoTvER4Gn3b4m9Ern7El40d88.ttf\";}i:1215;a:9:{s:6:\"family\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TGwuY2fjgrZYA.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTCwuY2fjgrZYA.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DqzCwuY2fjgrZYA.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCwuY2fjgrZYA.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DxzCwuY2fjgrZYA.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DKzewuY2fjgrZYA.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DEjewuY2fjgrZYA.ttf\";i:800;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTewuY2fjgrZYA.ttf\";i:900;s:110:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DXDewuY2fjgrZYA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/notoseriftelugu/v28/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCAuIeb.ttf\";}i:1216;a:9:{s:6:\"family\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiFuRRCmsdu0Qx.ttf\";i:200;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiF-RRCmsdu0Qx.ttf\";i:300;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0p8F-RRCmsdu0Qx.ttf\";s:7:\"regular\";s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF-RRCmsdu0Qx.ttf\";i:500;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oQF-RRCmsdu0Qx.ttf\";i:600;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0r8EORRCmsdu0Qx.ttf\";i:700;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0rFEORRCmsdu0Qx.ttf\";i:800;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiEORRCmsdu0Qx.ttf\";i:900;s:122:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qLEORRCmsdu0Qx.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:117:\"https://fonts.gstatic.com/s/notoserifthai/v27/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF9RQAG8.ttf\";}i:1217;a:9:{s:6:\"family\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYdPS7rdSy_32c.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYcPS7rdSy_32c.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIugcPS7rdSy_32c.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcPS7rdSy_32c.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIoQcPS7rdSy_32c.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmImgbPS7rdSy_32c.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIlEbPS7rdSy_32c.ttf\";i:800;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYbPS7rdSy_32c.ttf\";i:900;s:112:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIh8bPS7rdSy_32c.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/notoseriftibetan/v23/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcDS_hcQ.ttf\";}i:1218;a:9:{s:6:\"family\";s:17:\"Noto Serif Todhri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"todhri\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-01-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/notoseriftodhri/v3/dFalZeyY-aYz1YVbjMoBWml1nBz7N3ByX6n0fnNk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/notoseriftodhri/v3/dFalZeyY-aYz1YVbjMoBWml1nBz7N0BzVa0.ttf\";}i:1219;a:9:{s:6:\"family\";s:15:\"Noto Serif Toto\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"toto\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/notoseriftoto/v6/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCy3Il-aj55vdNug.ttf\";i:500;s:104:\"https://fonts.gstatic.com/s/notoseriftoto/v6/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCx_Il-aj55vdNug.ttf\";i:600;s:104:\"https://fonts.gstatic.com/s/notoseriftoto/v6/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC_PPl-aj55vdNug.ttf\";i:700;s:104:\"https://fonts.gstatic.com/s/notoseriftoto/v6/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC8rPl-aj55vdNug.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/notoseriftoto/v6/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCy3Ip-ep4w.ttf\";}i:1220;a:9:{s:6:\"family\";s:19:\"Noto Serif Vithkuqi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"vithkuqi\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v2/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRWMdW2Cqy9A4teH.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v2/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRW-dW2Cqy9A4teH.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v2/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVScm2Cqy9A4teH.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v2/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVrcm2Cqy9A4teH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/notoserifvithkuqi/v2/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRWMdV2DoSs.ttf\";}i:1221;a:9:{s:6:\"family\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"yezidi\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/notoserifyezidi/v22/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEkrlGJgmVCqg.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/notoserifyezidi/v22/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD6SEkrlGJgmVCqg.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/notoserifyezidi/v22/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDBSYkrlGJgmVCqg.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/notoserifyezidi/v22/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDPCYkrlGJgmVCqg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/notoserifyezidi/v22/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEUr1uN.ttf\";}i:1222;a:9:{s:6:\"family\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"nushu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2024-12-04\";s:5:\"files\";a:5:{i:300;s:121:\"https://fonts.gstatic.com/s/nototraditionalnushu/v22/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXvy1tnPa7QoqirI.ttf\";s:7:\"regular\";s:121:\"https://fonts.gstatic.com/s/nototraditionalnushu/v22/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXus1tnPa7QoqirI.ttf\";i:500;s:121:\"https://fonts.gstatic.com/s/nototraditionalnushu/v22/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXue1tnPa7QoqirI.ttf\";i:600;s:121:\"https://fonts.gstatic.com/s/nototraditionalnushu/v22/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXty0dnPa7QoqirI.ttf\";i:700;s:121:\"https://fonts.gstatic.com/s/nototraditionalnushu/v22/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXtL0dnPa7QoqirI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:116:\"https://fonts.gstatic.com/s/nototraditionalnushu/v22/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXus1unOYbA.ttf\";}i:1223;a:10:{s:6:\"family\";s:30:\"Noto Znamenny Musical Notation\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:8:\"znamenny\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:121:\"https://fonts.gstatic.com/s/notoznamennymusicalnotation/v7/CSRW4ylQnPyaDwAMK1U_AolTaJ4Lz41GcgaIZV9YO2rO88jvtpqqdoWa7g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/notoznamennymusicalnotation/v7/CSRW4ylQnPyaDwAMK1U_AolTaJ4Lz41GcgaIZV9YO2rO88jft5Cu.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv0\";}}i:1224;a:9:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/novacut/v25/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/novacut/v25/KFOkCnSYu8mL-39LkVxOIzc.ttf\";}i:1225;a:9:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/novaflat/v25/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/novaflat/v25/QdVUSTc-JgqpytEbVeb0uCFg.ttf\";}i:1226;a:9:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/novamono/v22/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/novamono/v22/Cn-0JtiGWQ5Ajb--MRKvYWZc.ttf\";}i:1227;a:9:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/novaoval/v26/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/novaoval/v26/jAnEgHdmANHvPenMaswyMIWl.ttf\";}i:1228;a:9:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/novaround/v22/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/novaround/v22/flU9Rqquw5UhEnlwTJYTUYbUfQ.ttf\";}i:1229;a:9:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/novascript/v27/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/novascript/v27/7Au7p_IpkSWSTWaFWkumvlQMGFk.ttf\";}i:1230;a:9:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/novaslim/v25/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/novaslim/v25/Z9XUDmZNQAuem8jyZcnOycmM.ttf\";}i:1231;a:9:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/novasquare/v26/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/novasquare/v26/RrQUbo9-9DV7b06QHgSWsahBT4c.ttf\";}i:1232;a:9:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH84YBIk.ttf\";}i:1233;a:9:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:16:{i:200;s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM9jo7eTWk.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM9jo7eTWk.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTM9jo7eTWk.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM9jo7eTWk.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM9jo7eTWk.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM9jo7eTWk.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM9jo7eTWk.ttf\";s:9:\"200italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3iqzbXWnoeg.ttf\";s:9:\"300italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3iqzbXWnoeg.ttf\";s:6:\"italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3iqzbXWnoeg.ttf\";s:9:\"500italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3iqzbXWnoeg.ttf\";s:9:\"600italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3iqzbXWnoeg.ttf\";s:9:\"700italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3iqzbXWnoeg.ttf\";s:9:\"800italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3iqzbXWnoeg.ttf\";s:9:\"900italic\";s:89:\"https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3iqzbXWnoeg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTI3ig.ttf\";}i:1234;a:9:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:16:{i:200;s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVilntF8kA_Ykqw.ttf\";i:300;s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntF8kA_Ykqw.ttf\";s:7:\"regular\";s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilntF8kA_Ykqw.ttf\";i:500;s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G5ClntF8kA_Ykqw.ttf\";i:600;s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GCC5ntF8kA_Ykqw.ttf\";i:700;s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5ntF8kA_Ykqw.ttf\";i:800;s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5ntF8kA_Ykqw.ttf\";i:900;s:149:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4Gfy5ntF8kA_Ykqw.ttf\";s:9:\"200italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP91UgIfM0qxVd.ttf\";s:9:\"300italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmrR91UgIfM0qxVd.ttf\";s:6:\"italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmqP91UgIfM0qxVd.ttf\";s:9:\"500italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmq991UgIfM0qxVd.ttf\";s:9:\"600italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpR8FUgIfM0qxVd.ttf\";s:9:\"700italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpo8FUgIfM0qxVd.ttf\";s:9:\"800italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP8FUgIfM0qxVd.ttf\";s:9:\"900italic\";s:151:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmom8FUgIfM0qxVd.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:143:\"https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXtVUg.ttf\";}i:1235;a:9:{s:6:\"family\";s:9:\"Nuosu SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:2:\"yi\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/nuosusil/v11/8vIK7wM3wmRn_kc4uAjeFGxbO_zo-w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/nuosusil/v11/8vIK7wM3wmRn_kc4uAjuFWZf.ttf\";}i:1236;a:9:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/odibeesans/v19/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/odibeesans/v19/neIPzCSooYAho6WvjeToRbkzcJU.ttf\";}i:1237;a:9:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/odormeanchey/v30/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/odormeanchey/v30/raxkHiKDttkTe1aOGcJMR1A_4lrZ0T4.ttf\";}i:1238;a:9:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/offside/v25/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/offside/v25/HI_KiYMWKa9QrAykc5DoQg.ttf\";}i:1239;a:9:{s:6:\"family\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:8:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:5:\"tamil\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:59:\"https://fonts.gstatic.com/s/oi/v20/w8gXH2EuRqtaut6yjBOG.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:54:\"https://fonts.gstatic.com/s/oi/v20/w8gXH2EuRptbsNo.ttf\";}i:1240;a:9:{s:6:\"family\";s:5:\"Ojuju\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:200;s:83:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_ypk552FRLYeruQ.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_FJk552FRLYeruQ.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_Spk552FRLYeruQ.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_eJk552FRLYeruQ.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_lJ4552FRLYeruQ.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_rZ4552FRLYeruQ.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_yp4552FRLYeruQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/ojuju/v4/7r3bqXF7v9ApbrMih3jYQBVm9-n_SpkJ5mtV.ttf\";}i:1241;a:9:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/oldstandardtt/v21/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/oldstandardtt/v21/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/oldstandardtt/v21/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/oldstandardtt/v21/MwQubh3o1vLImiwAVvYawgcf2eVerFq9.ttf\";}i:1242;a:9:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/oldenburg/v23/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/oldenburg/v23/fC1jPY5JYWzbywv7c4VKUESs.ttf\";}i:1243;a:9:{s:6:\"family\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:61:\"https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rd89fw69qJ_ew.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:55:\"https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rdM9PY-.ttf\";}i:1244;a:9:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/oleoscript/v14/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccChbu0o.ttf\";}i:1245;a:9:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HAXukTQ.ttf\";}i:1246;a:9:{s:6:\"family\";s:5:\"Onest\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R6ZshFMQWXgSQ.ttf\";i:200;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhdR-ZshFMQWXgSQ.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhqx-ZshFMQWXgSQ.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-ZshFMQWXgSQ.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZshFMQWXgSQ.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZshFMQWXgSQ.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhEhiZshFMQWXgSQ.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhdRiZshFMQWXgSQ.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPhXBiZshFMQWXgSQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/onest/v8/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-psxtI.ttf\";}i:1247;a:9:{s:6:\"family\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQDb2-4C7wFZQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQzbmW8.ttf\";}i:1248;a:9:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:10:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:4:\"math\";i:8;s:7:\"symbols\";i:9;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v43\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:12:{i:300;s:109:\"https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4nY1M2xLER.ttf\";s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4nY1M2xLER.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4nY1M2xLER.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4nY1M2xLER.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4nY1M2xLER.ttf\";i:800;s:109:\"https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4nY1M2xLER.ttf\";s:9:\"300italic\";s:112:\"https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVcUwaERZjA.ttf\";s:6:\"italic\";s:112:\"https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVcUwaERZjA.ttf\";s:9:\"500italic\";s:112:\"https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVcUwaERZjA.ttf\";s:9:\"600italic\";s:112:\"https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVcUwaERZjA.ttf\";s:9:\"700italic\";s:112:\"https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVcUwaERZjA.ttf\";s:9:\"800italic\";s:112:\"https://fonts.gstatic.com/s/opensans/v43/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVcUwaERZjA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/opensans/v43/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4maVc.ttf\";}i:1249;a:9:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-0zm5Eg.ttf\";}i:1250;a:9:{s:6:\"family\";s:5:\"Orbit\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/orbit/v1/_LOCmz7I-uHd2mjEeqciRwRm.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/orbit/v1/_LOCmz7I-uHd2ljFcKM.ttf\";}i:1251;a:9:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/orbitron/v34/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/orbitron/v34/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/orbitron/v34/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/orbitron/v34/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/orbitron/v34/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/orbitron/v34/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/orbitron/v34/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6Bp2g2.ttf\";}i:1252;a:9:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/oregano/v16/If2IXTPxciS3H4S2kZffPznO3yM.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/oregano/v16/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/oregano/v16/If2IXTPxciS3H4S2oZbVOw.ttf\";}i:1253;a:9:{s:6:\"family\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/orelegaone/v13/3qTpojOggD2XtAdFb-QXZGt61EcYaQ7F.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/orelegaone/v13/3qTpojOggD2XtAdFb-QXZFt73kM.ttf\";}i:1254;a:9:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNSyai8A.ttf\";}i:1255;a:9:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/originalsurfer/v24/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/originalsurfer/v24/RWmQoKGZ9vIirYntXJ3_MbekzNMSDUFr.ttf\";}i:1256;a:9:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v56\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:6:{i:200;s:86:\"https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUBiYA.ttf\";}i:1257;a:9:{s:6:\"family\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4G-EiAou6Y.ttf\";i:200;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4G-EiAou6Y.ttf\";i:300;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4G-EiAou6Y.ttf\";s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4G-EiAou6Y.ttf\";i:600;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4G-EiAou6Y.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4G-EiAou6Y.ttf\";i:800;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4G-EiAou6Y.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4G-EiAou6Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4C0Fg.ttf\";}i:1258;a:9:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/overtherainbow/v23/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/overtherainbow/v23/11haGoXG1k_HKhMLUWz7Mc7vvW5ulvKs8A.ttf\";}i:1259;a:9:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/overlock/v18/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/overlock/v18/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/overlock/v18/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/overlock/v18/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf\";i:900;s:77:\"https://fonts.gstatic.com/s/overlock/v18/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf\";s:9:\"900italic\";s:80:\"https://fonts.gstatic.com/s/overlock/v18/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/overlock/v18/Z9XVDmdMWRiN1_T9Z7Tf6Ok.ttf\";}i:1260;a:9:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/overlocksc/v24/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/overlocksc/v24/1cX3aUHKGZrstGAY8nwVzEGBocA.ttf\";}i:1261;a:9:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:18:{i:100;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PLrOZCLtce-og.ttf\";i:200;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPPrOZCLtce-og.ttf\";i:300;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrOZCLtce-og.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrOZCLtce-og.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6zvPrOZCLtce-og.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTrOZCLtce-og.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TrOZCLtce-og.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTrOZCLtce-og.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTrOZCLtce-og.ttf\";s:9:\"100italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADe5qPl8Kuosgz.ttf\";s:9:\"200italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDepqPl8Kuosgz.ttf\";s:9:\"300italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqPl8Kuosgz.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqPl8Kuosgz.ttf\";s:9:\"500italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLAxepqPl8Kuosgz.ttf\";s:9:\"600italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDdfZqPl8Kuosgz.ttf\";s:9:\"700italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDkfZqPl8Kuosgz.ttf\";s:9:\"800italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDfZqPl8Kuosgz.ttf\";s:9:\"900italic\";s:93:\"https://fonts.gstatic.com/s/overpass/v19/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCqfZqPl8Kuosgz.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/overpass/v19/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbOJqP.ttf\";}i:1262;a:9:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:5:{i:300;s:101:\"https://fonts.gstatic.com/s/overpassmono/v20/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EWKokzzXur-SmIr.ttf\";s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/overpassmono/v20/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUokzzXur-SmIr.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/overpassmono/v20/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXmokzzXur-SmIr.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/overpassmono/v20/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUKpUzzXur-SmIr.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/overpassmono/v20/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUzpUzzXur-SmIr.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/overpassmono/v20/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUonzyVO4.ttf\";}i:1263;a:9:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"https://fonts.gstatic.com/s/ovo/v17/yYLl0h7Wyfzjy4Q5_3WVxA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:56:\"https://fonts.gstatic.com/s/ovo/v17/yYLl0h7WyfzTyo49.ttf\";}i:1264;a:9:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:7:{i:200;s:88:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JfniMBXQ7d67x.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G80XfniMBXQ7d67x.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfniMBXQ7d67x.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G817fniMBXQ7d67x.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82XeXiMBXQ7d67x.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82ueXiMBXQ7d67x.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JeXiMBXQ7d67x.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/oxanium/v20/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfkiND3A.ttf\";}i:1265;a:9:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:73:\"https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKiE0j.ttf\";}i:1266;a:9:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/oxygenmono/v15/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/oxygenmono/v15/h0GsssGg9FxgDgCjLeAd7hjex-s.ttf\";}i:1267;a:9:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9AnCkzNg.ttf\";}i:1268;a:9:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0WOxOGMMDQ.ttf\";s:6:\"italic\";s:73:\"https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf\";i:700;s:74:\"https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf\";s:9:\"700italic\";s:77:\"https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0SEwA.ttf\";}i:1269;a:9:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/ptsanscaption/v19/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/ptsanscaption/v19/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/ptsanscaption/v19/0FlMVP6Hrxmt7-fsUFhlFXNIlpcafA_0.ttf\";}i:1270;a:9:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCAwRg.ttf\";}i:1271;a:9:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf\";s:6:\"italic\";s:75:\"https://fonts.gstatic.com/s/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf\";i:700;s:76:\"https://fonts.gstatic.com/s/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf\";s:9:\"700italic\";s:79:\"https://fonts.gstatic.com/s/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvAFQzro.ttf\";}i:1272;a:9:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/ptserifcaption/v17/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU019S7CA.ttf\";}i:1273;a:9:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6B6Mw.ttf\";}i:1274;a:9:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/padauk/v16/RrQRboJg-id7OnbBa0_g3LlYbg.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/padauk/v16/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/padauk/v16/RrQRboJg-id7OnbxakXk.ttf\";}i:1275;a:9:{s:6:\"family\";s:21:\"Padyakke Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/padyakkeexpandedone/v7/K2FvfY9El_tbR0JfHb6WWvrBaU6XAUvC4IAYOKRkpDjeoQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/padyakkeexpandedone/v7/K2FvfY9El_tbR0JfHb6WWvrBaU6XAUvC4IAoOa5g.ttf\";}i:1276;a:9:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:100;s:78:\"https://fonts.gstatic.com/s/palanquin/v16/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf\";i:200;s:80:\"https://fonts.gstatic.com/s/palanquin/v16/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf\";i:300;s:80:\"https://fonts.gstatic.com/s/palanquin/v16/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf\";s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/palanquin/v16/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf\";i:500;s:80:\"https://fonts.gstatic.com/s/palanquin/v16/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf\";i:600;s:80:\"https://fonts.gstatic.com/s/palanquin/v16/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/palanquin/v16/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/palanquin/v16/9XUnlJ90n1fBFg7ceXwcd1tI.ttf\";}i:1277;a:9:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/palanquindark/v16/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/palanquindark/v16/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf\";i:600;s:90:\"https://fonts.gstatic.com/s/palanquindark/v16/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/palanquindark/v16/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/palanquindark/v16/xn75YHgl1nqmANMB-26xC7yuF86PRk4.ttf\";}i:1278;a:9:{s:6:\"family\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/palettemosaic/v12/AMOIz4aBvWuBFe3TohdW6YZ9MFiy4dxL4jSr.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/palettemosaic/v12/AMOIz4aBvWuBFe3TohdW6YZ9MGiz69g.ttf\";}i:1279;a:9:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfL79k.ttf\";}i:1280;a:9:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-21\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/paprika/v23/8QIJdijZitv49rDfuIgOq7jkAOw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/paprika/v23/8QIJdijZitv49rDfiIkErw.ttf\";}i:1281;a:9:{s:6:\"family\";s:8:\"Parastoo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:4:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/parastoo/v1/-F6vfj90ITQ4d9euQVDbrtWYW5MNx1dlT6k1FPNkx5rq1w.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/parastoo/v1/-F6vfj90ITQ4d9euQVDbrtWYW5MNx1dlfak1FPNkx5rq1w.ttf\";i:600;s:90:\"https://fonts.gstatic.com/s/parastoo/v1/-F6vfj90ITQ4d9euQVDbrtWYW5MNx1dlka41FPNkx5rq1w.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/parastoo/v1/-F6vfj90ITQ4d9euQVDbrtWYW5MNx1dlqK41FPNkx5rq1w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/parastoo/v1/-F6vfj90ITQ4d9euQVDbrtWYW5MNx1dlT6kFFflg.ttf\";}i:1282;a:9:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpQy5wCg.ttf\";}i:1283;a:9:{s:6:\"family\";s:10:\"Parkinsans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:300;s:94:\"https://fonts.gstatic.com/s/parkinsans/v2/-W_uXJXvQyPb1QfpBpRrVEgjj0W4zSUk4gSI6R8K-8Z_dt-E.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/parkinsans/v2/-W_uXJXvQyPb1QfpBpRrVEgjj0W4zSUk4gTW6R8K-8Z_dt-E.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/parkinsans/v2/-W_uXJXvQyPb1QfpBpRrVEgjj0W4zSUk4gTk6R8K-8Z_dt-E.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/parkinsans/v2/-W_uXJXvQyPb1QfpBpRrVEgjj0W4zSUk4gQI7h8K-8Z_dt-E.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/parkinsans/v2/-W_uXJXvQyPb1QfpBpRrVEgjj0W4zSUk4gQx7h8K-8Z_dt-E.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/parkinsans/v2/-W_uXJXvQyPb1QfpBpRrVEgjj0W4zSUk4gRW7h8K-8Z_dt-E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/parkinsans/v2/-W_uXJXvQyPb1QfpBpRrVEgjj0W4zSUk4gTW6S8L8cI.ttf\";}i:1284;a:9:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/passeroone/v27/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/passeroone/v27/JTUTjIko8DOq5FeaeEAjgH5A7g4.ttf\";}i:1285;a:9:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/passionone/v19/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/passionone/v19/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/passionone/v19/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/passionone/v19/PbynFmL8HhTPqbjUzux3JEuX9l4.ttf\";}i:1286;a:9:{s:6:\"family\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/passionsconflict/v8/kmKnZrcrFhfafnWX9x0GuEC-zowow5NeYRI4CN2V.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/passionsconflict/v8/kmKnZrcrFhfafnWX9x0GuEC-zowow6NfaxY.ttf\";}i:1287;a:9:{s:6:\"family\";s:15:\"Pathway Extreme\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2Nx1Kyw3igP5eg.ttf\";i:200;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWN11Kyw3igP5eg.ttf\";i:300;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakht11Kyw3igP5eg.ttf\";s:7:\"regular\";s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N11Kyw3igP5eg.ttf\";i:500;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak6t11Kyw3igP5eg.ttf\";i:600;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakBtp1Kyw3igP5eg.ttf\";i:700;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakP9p1Kyw3igP5eg.ttf\";i:800;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWNp1Kyw3igP5eg.ttf\";i:900;s:140:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakcdp1Kyw3igP5eg.ttf\";s:9:\"100italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daSYzqAbpepnF.ttf\";s:9:\"200italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4daCYzqAbpepnF.ttf\";s:9:\"300italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ7DaCYzqAbpepnF.ttf\";s:6:\"italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daCYzqAbpepnF.ttf\";s:9:\"500italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6vaCYzqAbpepnF.ttf\";s:9:\"600italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ5DbyYzqAbpepnF.ttf\";s:9:\"700italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ56byYzqAbpepnF.ttf\";s:9:\"800italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4dbyYzqAbpepnF.ttf\";s:9:\"900italic\";s:142:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ40byYzqAbpepnF.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:134:\"https://fonts.gstatic.com/s/pathwayextreme/v6/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N1FKiYz.ttf\";}i:1288;a:9:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tTVZa.ttf\";}i:1289;a:9:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/patrickhand/v25/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/patrickhand/v25/LDI1apSQOAYtSuYWp8ZhfYe8WMLO.ttf\";}i:1290;a:9:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/patrickhandsc/v16/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/patrickhandsc/v16/0nkwC9f7MfsBiWcLtY65AWDK873liCK-.ttf\";}i:1291;a:9:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/pattaya/v17/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/pattaya/v17/ea8ZadcqV_zkHY-XBdGt8w.ttf\";}i:1292;a:9:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/patuaone/v21/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/patuaone/v21/ZXuke1cDvLCKLDcimxB45flr.ttf\";}i:1293;a:9:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/pavanam/v12/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/pavanam/v12/BXRrvF_aiezLh0xPPOpa8Q.ttf\";}i:1294;a:9:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/paytoneone/v24/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/paytoneone/v24/0nksC9P7MfYHj2oFtYm2ChTrgP4.ttf\";}i:1295;a:9:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/peddana/v23/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/peddana/v23/aFTU7PBhaX89UcKWthyQAQ.ttf\";}i:1296;a:9:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/peralta/v20/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/peralta/v20/hYkJPu0-RP_9d3kRKxErqg.ttf\";}i:1297;a:9:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004LauCeg.ttf\";}i:1298;a:9:{s:6:\"family\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/petemoss/v8/A2BZn5tA2xgtGWHZgxkesKb9UouQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/petemoss/v8/A2BZn5tA2xgtGWHZgykfuqI.ttf\";}i:1299;a:9:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/petitformalscript/v18/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/petitformalscript/v18/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qkHjgOw.ttf\";}i:1300;a:9:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsARBH452Mvds.ttf\";i:200;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQRBH452Mvds.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQRBH452Mvds.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRBH452Mvds.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQRBH452Mvds.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgRBH452Mvds.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5qtgRBH452Mvds.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NtgRBH452Mvds.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4ktgRBH452Mvds.ttf\";s:9:\"100italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwDFYpUN-dsIWs.ttf\";s:9:\"200italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFYpUN-dsIWs.ttf\";s:9:\"300italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFYpUN-dsIWs.ttf\";s:6:\"italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFYpUN-dsIWs.ttf\";s:9:\"500italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFYpUN-dsIWs.ttf\";s:9:\"600italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFYpUN-dsIWs.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8gsFFYpUN-dsIWs.ttf\";s:9:\"800italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwFFYpUN-dsIWs.ttf\";s:9:\"900italic\";s:91:\"https://fonts.gstatic.com/s/petrona/v35/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8kUFFYpUN-dsIWs.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/petrona/v35/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsTRAFYo.ttf\";}i:1301;a:9:{s:6:\"family\";s:10:\"Phetsarath\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:3:\"lao\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/phetsarath/v2/N0bQ2SpTP-plK0uWayAYAd79nd_QeZA.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/phetsarath/v2/N0bT2SpTP-plK0uWayAYOWLSudf7ZZlIHD0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/phetsarath/v2/N0bQ2SpTP-plK0uWayAYMd_3mQ.ttf\";}i:1302;a:9:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/philosopher/v20/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf\";s:6:\"italic\";s:83:\"https://fonts.gstatic.com/s/philosopher/v20/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/philosopher/v20/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf\";s:9:\"700italic\";s:87:\"https://fonts.gstatic.com/s/philosopher/v20/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/philosopher/v20/vEFV2_5QCwIS4_Dhez5jcWBoT0g.ttf\";}i:1303;a:9:{s:6:\"family\";s:5:\"Phudu\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:7:{i:300;s:83:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkK62zUSwWuz38Tgg.ttf\";s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzUSwWuz38Tgg.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKh2zUSwWuz38Tgg.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKa2vUSwWuz38Tgg.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKUmvUSwWuz38Tgg.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKNWvUSwWuz38Tgg.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKHGvUSwWuz38Tgg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/phudu/v5/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzkSg-q.ttf\";}i:1304;a:9:{s:6:\"family\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v39\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYx3Ly1AHfAAy5.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYxnLy1AHfAAy5.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7KGxnLy1AHfAAy5.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxnLy1AHfAAy5.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LqxnLy1AHfAAy5.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7IGwXLy1AHfAAy5.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7I_wXLy1AHfAAy5.ttf\";i:800;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYwXLy1AHfAAy5.ttf\";i:900;s:110:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JxwXLy1AHfAAy5.ttf\";s:9:\"100italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqw3gX9BRy5m5M.ttf\";s:9:\"200italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRqx3gX9BRy5m5M.ttf\";s:9:\"300italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhcSx3gX9BRy5m5M.ttf\";s:6:\"italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqx3gX9BRy5m5M.ttf\";s:9:\"500italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhaix3gX9BRy5m5M.ttf\";s:9:\"600italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhUS23gX9BRy5m5M.ttf\";s:9:\"700italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhX223gX9BRy5m5M.ttf\";s:9:\"800italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRq23gX9BRy5m5M.ttf\";s:9:\"900italic\";s:113:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhTO23gX9BRy5m5M.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/piazzolla/v39/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxkLz3gU.ttf\";}i:1305;a:9:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/piedra/v26/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/piedra/v26/ke8kOg8aN0Bn7hTenUaD.ttf\";}i:1306;a:9:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/pinyonscript/v23/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/pinyonscript/v23/6xKpdSJbL9-e9LuoeQiDRQR8WOPaPw.ttf\";}i:1307;a:9:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtofhimOqw.ttf\";}i:1308;a:9:{s:6:\"family\";s:13:\"Pixelify Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:4:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/pixelifysans/v2/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTp0H1Yb5JagkmX.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/pixelifysans/v2/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTb0H1Yb5JagkmX.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/pixelifysans/v2/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQ3131Yb5JagkmX.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/pixelifysans/v2/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQO131Yb5JagkmX.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/pixelifysans/v2/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTp0E1ZZZY.ttf\";}i:1309;a:9:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ii9DPg.ttf\";}i:1310;a:9:{s:6:\"family\";s:7:\"Platypi\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{i:300;s:87:\"https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02It4p9juxgnYP1P.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Jz4p9juxgnYP1P.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02JB4p9juxgnYP1P.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Kt5Z9juxgnYP1P.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02KU5Z9juxgnYP1P.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Lz5Z9juxgnYP1P.ttf\";s:9:\"300italic\";s:90:\"https://fonts.gstatic.com/s/platypi/v5/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oSkgsRwFZe1PPTo.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/platypi/v5/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oXcgsRwFZe1PPTo.ttf\";s:9:\"500italic\";s:90:\"https://fonts.gstatic.com/s/platypi/v5/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oUUgsRwFZe1PPTo.ttf\";s:9:\"600italic\";s:90:\"https://fonts.gstatic.com/s/platypi/v5/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oaknsRwFZe1PPTo.ttf\";s:9:\"700italic\";s:90:\"https://fonts.gstatic.com/s/platypi/v5/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7oZAnsRwFZe1PPTo.ttf\";s:9:\"800italic\";s:90:\"https://fonts.gstatic.com/s/platypi/v5/bMrmmSGU7pMlaX6-FgCcP8xmi-aw1He7ofcnsRwFZe1PPTo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/platypi/v5/bMromSGU7pMlaX6-PAmuwBQP4Hwe02Jz4q9isRw.ttf\";}i:1311;a:9:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/play/v20/6aez4K2oVqwIjtI8Hp8Tx3A.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/play/v20/6ae84K2oVqwItm4TOpc423nTJTM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/play/v20/6aez4K2oVqwIvtM2Gg.ttf\";}i:1312;a:9:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/playball/v22/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/playball/v22/TK3gWksYAxQ7jbsKcg8Cne8.ttf\";}i:1313;a:9:{s:6:\"family\";s:8:\"Playfair\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:300;s:124:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPlKetgdoSMw5ifm.ttf\";s:7:\"regular\";s:124:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUetgdoSMw5ifm.ttf\";i:500;s:124:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkmetgdoSMw5ifm.ttf\";i:600;s:124:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnKfdgdoSMw5ifm.ttf\";i:700;s:124:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnzfdgdoSMw5ifm.ttf\";i:800;s:124:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPmUfdgdoSMw5ifm.ttf\";i:900;s:124:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPm9fdgdoSMw5ifm.ttf\";s:9:\"300italic\";s:127:\"https://fonts.gstatic.com/s/playfair/v9/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOW5eqycS4zfmNrE.ttf\";s:6:\"italic\";s:127:\"https://fonts.gstatic.com/s/playfair/v9/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOTBeqycS4zfmNrE.ttf\";s:9:\"500italic\";s:127:\"https://fonts.gstatic.com/s/playfair/v9/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOQJeqycS4zfmNrE.ttf\";s:9:\"600italic\";s:127:\"https://fonts.gstatic.com/s/playfair/v9/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOe5ZqycS4zfmNrE.ttf\";s:9:\"700italic\";s:127:\"https://fonts.gstatic.com/s/playfair/v9/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOddZqycS4zfmNrE.ttf\";s:9:\"800italic\";s:127:\"https://fonts.gstatic.com/s/playfair/v9/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcObBZqycS4zfmNrE.ttf\";s:9:\"900italic\";s:127:\"https://fonts.gstatic.com/s/playfair/v9/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOZlZqycS4zfmNrE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:119:\"https://fonts.gstatic.com/s/playfair/v9/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUeugcqyc.ttf\";}i:1314;a:9:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v39\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf\";i:800;s:108:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf\";i:900;s:108:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf\";s:6:\"italic\";s:111:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtbK-F2rA0s.ttf\";s:9:\"500italic\";s:111:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtbK-F2rA0s.ttf\";s:9:\"600italic\";s:111:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtbK-F2rA0s.ttf\";s:9:\"700italic\";s:111:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtbK-F2rA0s.ttf\";s:9:\"800italic\";s:111:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtbK-F2rA0s.ttf\";s:9:\"900italic\";s:111:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtbK-F2rA0s.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/playfairdisplay/v39/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDRbtY.ttf\";}i:1315;a:9:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:6:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf\";s:6:\"italic\";s:100:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf\";i:900;s:101:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf\";s:9:\"900italic\";s:104:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lb8MFQ.ttf\";}i:1316;a:9:{s:6:\"family\";s:12:\"Playpen Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"emoji\";i:3;s:5:\"greek\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:4:\"math\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-13\";s:5:\"files\";a:8:{i:100;s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ9Ffmme0w.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ9Ffmme0w.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ9Ffmme0w.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ9Ffmme0w.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ9Ffmme0w.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ9Ffmme0w.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ9Ffmme0w.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ9Ffmme0w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playpensans/v21/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinU3EQ.ttf\";}i:1317;a:9:{s:6:\"family\";s:19:\"Playpen Sans Arabic\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:6:\"arabic\";i:1;s:5:\"emoji\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:4:\"math\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-ZBobPcBO1L0EHE.ttf\";i:200;s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-bBoLPcBO1L0EHE.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-YfoLPcBO1L0EHE.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-ZBoLPcBO1L0EHE.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-ZzoLPcBO1L0EHE.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-afp7PcBO1L0EHE.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-amp7PcBO1L0EHE.ttf\";i:800;s:113:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-bBp7PcBO1L0EHE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/playpensansarabic/v7/KtkGAKiSeo38bkPvhIqjU6aCgha2der-Z4VIEhR8sOKet-ZBoIPdDuk.ttf\";}i:1318;a:9:{s:6:\"family\";s:17:\"Playpen Sans Deva\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"emoji\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQ0xgUG_5NygdkiQ.ttf\";i:200;s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQUxkUG_5NygdkiQ.ttf\";i:300;s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQjRkUG_5NygdkiQ.ttf\";s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQ0xkUG_5NygdkiQ.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQ4RkUG_5NygdkiQ.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQDR4UG_5NygdkiQ.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQNB4UG_5NygdkiQ.ttf\";i:800;s:109:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQUx4UG_5NygdkiQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/playpensansdeva/v3/vm8fdQj0UUbMxObnsO17RZ7pPBuJge10OmPLCiz-HCrQ0xkkGvRJ.ttf\";}i:1319;a:9:{s:6:\"family\";s:19:\"Playpen Sans Hebrew\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:5:\"emoji\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:4:\"math\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnnp5pC63VFfsRss.ttf\";i:200;s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnlp55C63VFfsRss.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnm355C63VFfsRss.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnnp55C63VFfsRss.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnnb55C63VFfsRss.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnk34JC63VFfsRss.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnkO4JC63VFfsRss.ttf\";i:800;s:113:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnlp4JC63VFfsRss.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/playpensanshebrew/v7/lJws-okuj29wT-AN6RvLx8QqjkKhL7eAjoL9jK7L4vstDnnp56C711U.ttf\";}i:1320;a:9:{s:6:\"family\";s:17:\"Playpen Sans Thai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:5:\"emoji\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:4:\"thai\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLghGPoxxAISLTzA.ttf\";i:200;s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLAhCPoxxAISLTzA.ttf\";i:300;s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxL3BCPoxxAISLTzA.ttf\";s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLghCPoxxAISLTzA.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLsBCPoxxAISLTzA.ttf\";i:600;s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLXBePoxxAISLTzA.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLZRePoxxAISLTzA.ttf\";i:800;s:109:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLAhePoxxAISLTzA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/playpensansthai/v7/VdG3AYIdG5kSgHwmKT9wYu2rs0cBsu-N7E_aclWp2hxLghC_ohZE.ttf\";}i:1321;a:9:{s:6:\"family\";s:12:\"Playwrite AR\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritear/v5/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-fteqf-ES67xIO8.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritear/v5/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-Xtfqf-ES67xIO8.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritear/v5/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-aVfqf-ES67xIO8.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritear/v5/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-ftfqf-ES67xIO8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritear/v5/VEMjRohisJz5pTCzruCNjWbfp_N-aNWqYgKS-ftfmf6OTw.ttf\";}i:1322;a:9:{s:6:\"family\";s:19:\"Playwrite AR Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritearguides/v5/iJWYBWqKZTrYS9uv-Ry6kDf-q_0Xq67mcGUaW4_MiYQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritearguides/v5/iJWYBWqKZTrYS9uv-Ry6kDf-q_0Xq67mQGQQXw.ttf\";}i:1323;a:9:{s:6:\"family\";s:12:\"Playwrite AT\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:9:\"100italic\";i:5;s:9:\"200italic\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:98:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2M77d03MLIHJ-rk.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2E76d03MLIHJ-rk.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2JD6d03MLIHJ-rk.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2M76d03MLIHJ-rk.ttf\";s:9:\"100italic\";s:101:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5nw_GKKPM6rkyVg.ttf\";s:9:\"200italic\";s:101:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5Hw7GKKPM6rkyVg.ttf\";s:9:\"300italic\";s:101:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5wQ7GKKPM6rkyVg.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6uwc7n6kfJN4fVoKON7HIuDCZgtyxdIs5hzQa5nw7GKKPM6rkyVg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwriteat/v5/Gw6owc7n6kfJN4fVoKON7HIEBRSfb0U2uGBm2M76R0zGKA.ttf\";}i:1324;a:9:{s:6:\"family\";s:19:\"Playwrite AT Guides\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteatguides/v1/QdVKSS0gJR2xneUeQPfE-FVA1BlZQRpBRbgJdhapcUU.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/playwriteatguides/v1/QdVISS0gJR2xneUeQPfE-FVA1BlZQRpBdboDcjSsYUVUjg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteatguides/v1/QdVKSS0gJR2xneUeQPfE-FVA1BlZQRpBdbkDcg.ttf\";}i:1325;a:9:{s:6:\"family\";s:16:\"Playwrite AU NSW\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:107:\"https://fonts.gstatic.com/s/playwriteaunsw/v10/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xZjML96TD2dC1gS.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/playwriteaunsw/v10/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xbjMb96TD2dC1gS.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/playwriteaunsw/v10/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xY9Mb96TD2dC1gS.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwriteaunsw/v10/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xZjMb96TD2dC1gS.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/playwriteaunsw/v10/6qLWKY4NtxD-qVlIPUIPenElWCCEWRgilpupBXi19xZjMY97Rjk.ttf\";}i:1326;a:9:{s:6:\"family\";s:23:\"Playwrite AU NSW Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/playwriteaunswguides/v1/LDIiao-QNRMmVPcU8-sgUraMF7GZs_1Emk3v8tPbZeQ3YBXs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/playwriteaunswguides/v1/LDIiao-QNRMmVPcU8-sgUraMF7GZs_1Emk3v8uPab-A.ttf\";}i:1327;a:9:{s:6:\"family\";s:16:\"Playwrite AU QLD\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:107:\"https://fonts.gstatic.com/s/playwriteauqld/v10/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA6-yMY2fqm1BV-XS.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/playwriteauqld/v10/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA68yMI2fqm1BV-XS.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/playwriteauqld/v10/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA6_sMI2fqm1BV-XS.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwriteauqld/v10/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA6-yMI2fqm1BV-XS.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/playwriteauqld/v10/SlGGmR-Yo5oYZX5BFVcEwSFSOXBRWADAWbgjmLBhA6-yML2eoGk.ttf\";}i:1328;a:9:{s:6:\"family\";s:23:\"Playwrite AU QLD Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/playwriteauqldguides/v1/TuGBUUJtX5tTUfQi_7kbiZZFVhl0FIKnvy00LDxlIzIU5RwD.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/playwriteauqldguides/v1/TuGBUUJtX5tTUfQi_7kbiZZFVhl0FIKnvy00LAxkKTY.ttf\";}i:1329;a:9:{s:6:\"family\";s:15:\"Playwrite AU SA\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:105:\"https://fonts.gstatic.com/s/playwriteausa/v10/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpZgQcuVjCoV0bbE.ttf\";i:200;s:105:\"https://fonts.gstatic.com/s/playwriteausa/v10/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpRgRcuVjCoV0bbE.ttf\";i:300;s:105:\"https://fonts.gstatic.com/s/playwriteausa/v10/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpcYRcuVjCoV0bbE.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/playwriteausa/v10/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpZgRcuVjCoV0bbE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/playwriteausa/v10/YcmhsZpNS1SdgmHbGgtRuUElnR3CmSC5bVQVlrclpZgRQuRpDg.ttf\";}i:1330;a:9:{s:6:\"family\";s:22:\"Playwrite AU SA Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/playwriteausaguides/v1/3JnsSCLj03y8jUv7aFWBCCglBaFjl54aVBAovcgEP-Z3054.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/playwriteausaguides/v1/3JnsSCLj03y8jUv7aFWBCCglBaFjl54aVBAojckOOw.ttf\";}i:1331;a:9:{s:6:\"family\";s:16:\"Playwrite AU TAS\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:107:\"https://fonts.gstatic.com/s/playwriteautas/v10/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLUEHqK6Hl9WrXm4.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/playwriteautas/v10/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLWEH6K6Hl9WrXm4.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/playwriteautas/v10/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLVaH6K6Hl9WrXm4.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwriteautas/v10/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLUEH6K6Hl9WrXm4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/playwriteautas/v10/GftT7u9QuxsdI_QuuctXue3ElxxmcBb3ih0opvWiLLUEH5K7FFs.ttf\";}i:1332;a:9:{s:6:\"family\";s:23:\"Playwrite AU TAS Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/playwriteautasguides/v1/cY9Vfi6cVk5RvjGtQrLqjozy3ekUDtDMDX-NNjbKL4UbaDZD.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/playwriteautasguides/v1/cY9Vfi6cVk5RvjGtQrLqjozy3ekUDtDMDX-NNgbLJYE.ttf\";}i:1333;a:9:{s:6:\"family\";s:16:\"Playwrite AU VIC\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:107:\"https://fonts.gstatic.com/s/playwriteauvic/v10/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4fTaLK0CBIDKNvl.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/playwriteauvic/v10/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4dTabK0CBIDKNvl.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/playwriteauvic/v10/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4eNabK0CBIDKNvl.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwriteauvic/v10/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4fTabK0CBIDKNvl.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/playwriteauvic/v10/bWtu7enUfwn0Hf1zjprKOJdcDy8rxwC1ltAeNDAAd4fTaYK1AhY.ttf\";}i:1334;a:9:{s:6:\"family\";s:23:\"Playwrite AU VIC Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/playwriteauvicguides/v1/ll8sK3mEVy6nEMXMskXIZv8owEdZpVIWaQEnuD6F2TpBa98q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/playwriteauvicguides/v1/ll8sK3mEVy6nEMXMskXIZv8owEdZpVIWaQEnuA6E0z4.ttf\";}i:1335;a:9:{s:6:\"family\";s:16:\"Playwrite BE VLG\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:106:\"https://fonts.gstatic.com/s/playwritebevlg/v5/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blL8vfCMMiyBIkNg.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/playwritebevlg/v5/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blJ8vPCMMiyBIkNg.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/playwritebevlg/v5/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blKivPCMMiyBIkNg.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/playwritebevlg/v5/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blL8vPCMMiyBIkNg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/playwritebevlg/v5/GFD8WBdug3mQSvrAT9AL6fd4ZkB-a2sDmg3dy2W0blL8vMCNOCg.ttf\";}i:1336;a:9:{s:6:\"family\";s:23:\"Playwrite BE VLG Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/playwritebevlgguides/v2/EYqjmb1Mz6hO4edaU9qKGFZMDd_Q-zwwK__U1u9GK3nNgEoc.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/playwritebevlgguides/v2/EYqjmb1Mz6hO4edaU9qKGFZMDd_Q-zwwK__U1t9HIX0.ttf\";}i:1337;a:9:{s:6:\"family\";s:16:\"Playwrite BE WAL\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:106:\"https://fonts.gstatic.com/s/playwritebewal/v6/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsWCGfugHxwiSZp8.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/playwritebewal/v6/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsUCGPugHxwiSZp8.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/playwritebewal/v6/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsXcGPugHxwiSZp8.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/playwritebewal/v6/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsWCGPugHxwiSZp8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/playwritebewal/v6/DtV1Jwq5QbIzyrA6DHdJ2BksuUmanQtEYjAlv96WFsWCGMuhFRg.ttf\";}i:1338;a:9:{s:6:\"family\";s:23:\"Playwrite BE WAL Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/playwritebewalguides/v1/l7gPbiR5yM62ycwevWCt02rrTFoEJvY4kyrrUzHlVJabaOSA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/playwritebewalguides/v1/l7gPbiR5yM62ycwevWCt02rrTFoEJvY4kyrrUwHkXpI.ttf\";}i:1339;a:9:{s:6:\"family\";s:12:\"Playwrite BR\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritebr/v11/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmFOOFsfjAOVZBgs.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritebr/v11/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmNOPFsfjAOVZBgs.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritebr/v11/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmA2PFsfjAOVZBgs.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritebr/v11/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmFOPFsfjAOVZBgs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritebr/v11/kJEhBuMK4Q07lDHc2Xp9vYgIp-6D3QEGCpthmFOPJsbpBA.ttf\";}i:1340;a:9:{s:6:\"family\";s:19:\"Playwrite BR Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritebrguides/v1/tssxAohQaiQS-wrnJz-F5CqW4dOezRwp-9cCOxBu_BM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritebrguides/v1/tssxAohQaiQS-wrnJz-F5CqW4dOezRwpy9YIPw.ttf\";}i:1341;a:9:{s:6:\"family\";s:12:\"Playwrite CA\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwriteca/v10/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHiquYp261AIQU98.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwriteca/v10/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHqqvYp261AIQU98.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwriteca/v10/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHnSvYp261AIQU98.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwriteca/v10/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHiqvYp261AIQU98.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwriteca/v10/z7NGdR_4cT0NOrEAIElil93uR_VhfhYaYOijHiqvUpyw0A.ttf\";}i:1342;a:9:{s:6:\"family\";s:19:\"Playwrite CA Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritecaguides/v1/MjQamj1kuP_soQ3o-rysO9Ci_8oJlIUUInch3bTfcxs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritecaguides/v1/MjQamj1kuP_soQ3o-rysO9Ci_8oJlIUUEnYr2Q.ttf\";}i:1343;a:9:{s:6:\"family\";s:12:\"Playwrite CL\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritecl/v6/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU8JbvLq3DyPNbus.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritecl/v6/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU0JavLq3DyPNbus.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritecl/v6/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU5xavLq3DyPNbus.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritecl/v6/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU8JavLq3DyPNbus.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritecl/v6/-zk391m7wssz_XLkGgu8hy3tqrcOhnbf6ForU8JajLu9Cw.ttf\";}i:1344;a:9:{s:6:\"family\";s:19:\"Playwrite CL Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteclguides/v2/Z9XKDnxTQxyGzOn3eMH-i6Ws0czqkE-hrNpVuw5_BAM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteclguides/v2/Z9XKDnxTQxyGzOn3eMH-i6Ws0czqkE-hnNtfvw.ttf\";}i:1345;a:9:{s:6:\"family\";s:12:\"Playwrite CO\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwriteco/v12/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqx7ZJo-dOEhxX3Iw.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwriteco/v12/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqxzZIo-dOEhxX3Iw.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwriteco/v12/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqx-hIo-dOEhxX3Iw.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwriteco/v12/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqx7ZIo-dOEhxX3Iw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwriteco/v12/0FlGVP2Hl1iH-fv2BH4kJkgb8vH-rbJPTDqqx7ZIk-ZEFg.ttf\";}i:1346;a:9:{s:6:\"family\";s:19:\"Playwrite CO Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritecoguides/v5/AYCXpWvtftIVXepC5AzjAx1KgYPugOK0TqxTJw_GOM0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritecoguides/v5/AYCXpWvtftIVXepC5AzjAx1KgYPugOK0fq1ZIw.ttf\";}i:1347;a:9:{s:6:\"family\";s:12:\"Playwrite CU\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritecu/v5/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseRmwZeT7m2YIByI.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritecu/v5/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseZmxZeT7m2YIByI.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritecu/v5/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseUexZeT7m2YIByI.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritecu/v5/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseRmxZeT7m2YIByI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritecu/v5/VuJjdNDb2p7tvoFGLMPdf9xcahOpb9ZuoyXseRmxVeXxnw.ttf\";}i:1348;a:9:{s:6:\"family\";s:19:\"Playwrite CU Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritecuguides/v1/c4m81mZtG8v6p3iAoFBJ2dJdu9fWPSaOFooIDQtJbok.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritecuguides/v1/c4m81mZtG8v6p3iAoFBJ2dJdu9fWPSaOJosCCQ.ttf\";}i:1349;a:9:{s:6:\"family\";s:12:\"Playwrite CZ\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritecz/v5/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCI4aTqT_VkAS5X4.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritecz/v5/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCA4bTqT_VkAS5X4.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritecz/v5/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCNAbTqT_VkAS5X4.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritecz/v5/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCI4bTqT_VkAS5X4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritecz/v5/8vIa7wYp22pt_BUChSHeVxxlOPUEKoMfap_FCI4bfqX1Ug.ttf\";}i:1350;a:9:{s:6:\"family\";s:19:\"Playwrite CZ Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteczguides/v1/6qLcKY0NtxD-qVlIPUIPeH4lUQa6B3ZZQkseuneh7xc.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteczguides/v1/6qLcKY0NtxD-qVlIPUIPeH4lUQa6B3ZZckoUvg.ttf\";}i:1351;a:9:{s:6:\"family\";s:18:\"Playwrite DE Grund\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:112:\"https://fonts.gstatic.com/s/playwritedegrund/v10/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZz2qGZwCUOfSwZTM.ttf\";i:200;s:112:\"https://fonts.gstatic.com/s/playwritedegrund/v10/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZz-qHZwCUOfSwZTM.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/playwritedegrund/v10/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZzzSHZwCUOfSwZTM.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/playwritedegrund/v10/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZz2qHZwCUOfSwZTM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:107:\"https://fonts.gstatic.com/s/playwritedegrund/v10/EJR-QhwoXdccriFurnRxqv-1MFyKy696-4VufrEGGbTZz2qHVwGePQ.ttf\";}i:1352;a:9:{s:6:\"family\";s:25:\"Playwrite DE Grund Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/playwritedegrundguides/v1/OD5RuNCQ02KrAHnha1L36CWcQ83dtK5BLxqexnduX98TJlnjHAA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/playwritedegrundguides/v1/OD5RuNCQ02KrAHnha1L36CWcQ83dtK5BLxqexndub94ZIg.ttf\";}i:1353;a:9:{s:6:\"family\";s:15:\"Playwrite DE LA\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:105:\"https://fonts.gstatic.com/s/playwritedela/v10/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2FnrPgcigC5Ph2w.ttf\";i:200;s:105:\"https://fonts.gstatic.com/s/playwritedela/v10/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2NnqPgcigC5Ph2w.ttf\";i:300;s:105:\"https://fonts.gstatic.com/s/playwritedela/v10/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2AfqPgcigC5Ph2w.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/playwritedela/v10/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2FnqPgcigC5Ph2w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/playwritedela/v10/oY1J8e3fprboJ2HN4ogXTpFVJ8QjJV9p0P4yukst2FnqDgYohA.ttf\";}i:1354;a:9:{s:6:\"family\";s:22:\"Playwrite DE LA Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/playwritedelaguides/v2/1q2XY42fB0V64O4aSe1OjKs_yAXBOfDI5wE56g2M62M1AXs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/playwritedelaguides/v2/1q2XY42fB0V64O4aSe1OjKs_yAXBOfDI5wE52gyG7w.ttf\";}i:1355;a:9:{s:6:\"family\";s:16:\"Playwrite DE SAS\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:107:\"https://fonts.gstatic.com/s/playwritedesas/v10/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTeVg-6lSyVPgRkJ.ttf\";i:200;s:107:\"https://fonts.gstatic.com/s/playwritedesas/v10/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTcVgu6lSyVPgRkJ.ttf\";i:300;s:107:\"https://fonts.gstatic.com/s/playwritedesas/v10/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTfLgu6lSyVPgRkJ.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwritedesas/v10/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTeVgu6lSyVPgRkJ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/playwritedesas/v10/1Pt4g9vaRvmWghDdrE8IDuRPVrHN_1AaFXASpbMqJTeVgt6kQSE.ttf\";}i:1356;a:9:{s:6:\"family\";s:23:\"Playwrite DE SAS Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:104:\"https://fonts.gstatic.com/s/playwritedesasguides/v1/8At5GtCjPp-GWR2h9cC6ePzz2l6LJ3VZaPNi15BEdtBgPI1G.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:99:\"https://fonts.gstatic.com/s/playwritedesasguides/v1/8At5GtCjPp-GWR2h9cC6ePzz2l6LJ3VZaPNi16BFfNQ.ttf\";}i:1357;a:9:{s:6:\"family\";s:15:\"Playwrite DE VA\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:105:\"https://fonts.gstatic.com/s/playwritedeva/v10/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRSyTv24jGyvutu4.ttf\";i:200;s:105:\"https://fonts.gstatic.com/s/playwritedeva/v10/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRaySv24jGyvutu4.ttf\";i:300;s:105:\"https://fonts.gstatic.com/s/playwritedeva/v10/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRXKSv24jGyvutu4.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/playwritedeva/v10/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRSySv24jGyvutu4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/playwritedeva/v10/VuJmdNPb2p7tvoFGLMPdeMxGN1pntEMhdK1XfsTyRSySj28pHw.ttf\";}i:1358;a:9:{s:6:\"family\";s:22:\"Playwrite DE VA Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/playwritedevaguides/v1/WwkPxOmkDVqm-ojMLT_kdMUoBpMYm6KTeb28UB9SNQIUdqQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/playwritedevaguides/v1/WwkPxOmkDVqm-ojMLT_kdMUoBpMYm6KTeb28YB5YMQ.ttf\";}i:1359;a:9:{s:6:\"family\";s:19:\"Playwrite DK Loopet\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:113:\"https://fonts.gstatic.com/s/playwritedkloopet/v5/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75JJwOgRuQovSE8_.ttf\";i:200;s:113:\"https://fonts.gstatic.com/s/playwritedkloopet/v5/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75LJwegRuQovSE8_.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/playwritedkloopet/v5/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75IXwegRuQovSE8_.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/playwritedkloopet/v5/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75JJwegRuQovSE8_.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/playwritedkloopet/v5/memVYbuzy2qb3rtJGfM1FvY-GacDcsPvtaDfqfgbBWmV75JJwdgQsw4.ttf\";}i:1360;a:9:{s:6:\"family\";s:26:\"Playwrite DK Loopet Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/playwritedkloopetguides/v1/4iC46LlmYsRPlQ1zDEvT8weoW-sI8-h9xxN83W-Cb5tmElj-b0nB.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/playwritedkloopetguides/v1/4iC46LlmYsRPlQ1zDEvT8weoW-sI8-h9xxN83W-Cb6tnGFw.ttf\";}i:1361;a:9:{s:6:\"family\";s:20:\"Playwrite DK Uloopet\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:116:\"https://fonts.gstatic.com/s/playwritedkuloopet/v5/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K06lQrKeng6LUzAA.ttf\";i:200;s:116:\"https://fonts.gstatic.com/s/playwritedkuloopet/v5/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K0alUrKeng6LUzAA.ttf\";i:300;s:116:\"https://fonts.gstatic.com/s/playwritedkuloopet/v5/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K0tFUrKeng6LUzAA.ttf\";s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/playwritedkuloopet/v5/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K06lUrKeng6LUzAA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/playwritedkuloopet/v5/bWtS7e3Ufwn0Hf1zjprKPYlcDAoHknvYFjqIh8PF6jwcP5K06lUbKOPk.ttf\";}i:1362;a:9:{s:6:\"family\";s:27:\"Playwrite DK Uloopet Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/playwritedkuloopetguides/v1/WwkKxOSkDVqm-ojMLT_kdMsoBb5Xs6efafiIBXYcVHk1bo9bkIONtA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/playwritedkuloopetguides/v1/WwkKxOSkDVqm-ojMLT_kdMsoBb5Xs6efafiIBXYcVHkFb4Vf.ttf\";}i:1363;a:9:{s:6:\"family\";s:12:\"Playwrite ES\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritees/v10/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmFOOFsfjAOVZBgs.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritees/v10/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmNOPFsfjAOVZBgs.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritees/v10/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmA2PFsfjAOVZBgs.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritees/v10/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmFOPFsfjAOVZBgs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritees/v10/kJEhBuMK4Q07lDHc2Xp9uokIp-6D3QEGCpthmFOPJsbpBA.ttf\";}i:1364;a:9:{s:6:\"family\";s:17:\"Playwrite ES Deco\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:110:\"https://fonts.gstatic.com/s/playwriteesdeco/v10/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4yrZxOQ9p5Cljpw.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/playwriteesdeco/v10/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4SrdxOQ9p5Cljpw.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/playwriteesdeco/v10/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4lLdxOQ9p5Cljpw.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/playwriteesdeco/v10/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4yrdxOQ9p5Cljpw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/playwriteesdeco/v10/7AuWp-g3kjKKGkePXEf2jxctfDxlvGM7-RllW8uEsjJ4yrdBOAVt.ttf\";}i:1365;a:9:{s:6:\"family\";s:24:\"Playwrite ES Deco Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwriteesdecoguides/v1/flUrRriwwII5RVl2TZ1XBNTUOYY6ZzZzwPCEKtwqYEyDBQWJ7Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/playwriteesdecoguides/v1/flUrRriwwII5RVl2TZ1XBNTUOYY6ZzZzwPCEKtwaYUaH.ttf\";}i:1366;a:9:{s:6:\"family\";s:19:\"Playwrite ES Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteesguides/v1/VuJtdM_b2p7tvoFGLMPdedpGJm402y6mhDDGfdnzXeU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteesguides/v1/VuJtdM_b2p7tvoFGLMPdedpGJm402y6mtDHMeQ.ttf\";}i:1367;a:9:{s:6:\"family\";s:20:\"Playwrite FR Moderne\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:117:\"https://fonts.gstatic.com/s/playwritefrmoderne/v10/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJuAOvAl74XSpRjw.ttf\";i:200;s:117:\"https://fonts.gstatic.com/s/playwritefrmoderne/v10/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJOAKvAl74XSpRjw.ttf\";i:300;s:117:\"https://fonts.gstatic.com/s/playwritefrmoderne/v10/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJ5gKvAl74XSpRjw.ttf\";s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/playwritefrmoderne/v10/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJuAKvAl74XSpRjw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/playwritefrmoderne/v10/3y9L6awucz3w5m4FFTzKolJRXhUk_u1yWtWmFCJcqUBvK5aJuAKfA1T8.ttf\";}i:1368;a:9:{s:6:\"family\";s:27:\"Playwrite FR Moderne Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/playwritefrmoderneguides/v2/CSRr4yxOn-mMWCgLPl16KrUKBbwa2ZZLdkrvXllIP22HnIzLvrG2fw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/playwritefrmoderneguides/v2/CSRr4yxOn-mMWCgLPl16KrUKBbwa2ZZLdkrvXllIP223nYbP.ttf\";}i:1369;a:9:{s:6:\"family\";s:17:\"Playwrite FR Trad\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:110:\"https://fonts.gstatic.com/s/playwritefrtrad/v12/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvAogrNdt-fwzTS5A.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/playwritefrtrad/v12/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvAIgvNdt-fwzTS5A.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/playwritefrtrad/v12/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvA_AvNdt-fwzTS5A.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/playwritefrtrad/v12/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvAogvNdt-fwzTS5A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/playwritefrtrad/v12/sJot3KxJjdGLJV3vyatrJE2pkQisWWMBP23HSIVI5tvAogv9d9Wb.ttf\";}i:1370;a:9:{s:6:\"family\";s:24:\"Playwrite FR Trad Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwritefrtradguides/v1/l7gMbit5yM62ycwevWCt133rT2kpYpEKjyfqRWLFfriXYf2ZXw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/playwritefrtradguides/v1/l7gMbit5yM62ycwevWCt133rT2kpYpEKjyfqRWL1f7KT.ttf\";}i:1371;a:9:{s:6:\"family\";s:14:\"Playwrite GB J\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:9:\"100italic\";i:5;s:9:\"200italic\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:103:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheGdc5HaN7X9HFR8Q.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheG9c9HaN7X9HFR8Q.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheGK89HaN7X9HFR8Q.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheGdc9HaN7X9HFR8Q.ttf\";s:9:\"100italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYyvKtTT1nRB8S9t.ttf\";s:9:\"200italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYwvK9TT1nRB8S9t.ttf\";s:9:\"300italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYzxK9TT1nRB8S9t.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kGo8wSPe9dzQ1UGbvobAPhY7KPywT2BnwHoBCTvYyvK9TT1nRB8S9t.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/playwritegbj/v10/k3kEo8wSPe9dzQ1UGbvobAPhY5iG-fsubxedDheGdc93adTT.ttf\";}i:1372;a:9:{s:6:\"family\";s:21:\"Playwrite GB J Guides\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/playwritegbjguides/v2/CSRh4yJOn-mMWCgLPl16K6UKAvM5yY1BdhmIKxooUh-_nQ.ttf\";s:6:\"italic\";s:102:\"https://fonts.gstatic.com/s/playwritegbjguides/v2/CSRv4yJOn-mMWCgLPl16K6UKAvM5yY1Bdhm4KRAscBqvnb7O.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritegbjguides/v2/CSRh4yJOn-mMWCgLPl16K6UKAvM5yY1Bdhm4KhAs.ttf\";}i:1373;a:9:{s:6:\"family\";s:14:\"Playwrite GB S\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:9:\"100italic\";i:5;s:9:\"200italic\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:103:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU6uhH8x5eMaTk8AQ.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU6OhD8x5eMaTk8AQ.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU65BD8x5eMaTk8AQ.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU6uhD8x5eMaTk8AQ.ttf\";s:9:\"100italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclMUhZ2ISzwsAReZ.ttf\";s:9:\"200italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclOUhJ2ISzwsAReZ.ttf\";s:9:\"300italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclNKhJ2ISzwsAReZ.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWZ_kFkk-s1Xclhmlemy7jsNS51fHeeOptJs2IvclMUhJ2ISzwsAReZ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/playwritegbs/v11/oPWb_kFkk-s1Xclhmlemy7jsNQR8TohGU_DTHWU6uhDMxp2I.ttf\";}i:1374;a:9:{s:6:\"family\";s:21:\"Playwrite GB S Guides\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/playwritegbsguides/v1/0FlKVOSHl1iH-fv2BH4kIkUBqtlNCEaQLlyKx1QPi-Z8Fw.ttf\";s:6:\"italic\";s:102:\"https://fonts.gstatic.com/s/playwritegbsguides/v1/0FlEVOSHl1iH-fv2BH4kIkUBqtlNCEaQLly6xV4LqeNsFwxX.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritegbsguides/v1/0FlKVOSHl1iH-fv2BH4kIkUBqtlNCEaQLly6xl4L.ttf\";}i:1375;a:9:{s:6:\"family\";s:12:\"Playwrite HR\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritehr/v5/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPsoA9YHXAHC7tvg.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritehr/v5/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPkoB9YHXAHC7tvg.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritehr/v5/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPpQB9YHXAHC7tvg.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritehr/v5/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPsoB9YHXAHC7tvg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritehr/v5/WWXAljmQYQCZM5qaU_dwQYcybAQ7GFn1mFNJPsoBxYDdBA.ttf\";}i:1376;a:9:{s:6:\"family\";s:19:\"Playwrite HR Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritehrguides/v1/6NUK8EedKwOcfRjj8ukv_L4kjqAoGrjdWmA08mCgdfM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritehrguides/v1/6NUK8EedKwOcfRjj8ukv_L4kjqAoGrjdamE-9g.ttf\";}i:1377;a:9:{s:6:\"family\";s:19:\"Playwrite HR Lijeva\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:113:\"https://fonts.gstatic.com/s/playwritehrlijeva/v5/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d4zB8aUy4_lxmKl.ttf\";i:200;s:113:\"https://fonts.gstatic.com/s/playwritehrlijeva/v5/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d6zBsaUy4_lxmKl.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/playwritehrlijeva/v5/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d5tBsaUy4_lxmKl.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/playwritehrlijeva/v5/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d4zBsaUy4_lxmKl.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/playwritehrlijeva/v5/gNMvW2dhS5-p7HvxrBYiWN2SsKqLWCrYiDBAvbRl82ZY0d4zBvaVwYs.ttf\";}i:1378;a:9:{s:6:\"family\";s:26:\"Playwrite HR Lijeva Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/playwritehrlijevaguides/v1/uU9aCAgH7I63K35cu3bRkqamzjr8EW133LJaXDO-QObhgDgMKYJO.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/playwritehrlijevaguides/v1/uU9aCAgH7I63K35cu3bRkqamzjr8EW133LJaXDO-QNbgijw.ttf\";}i:1379;a:9:{s:6:\"family\";s:12:\"Playwrite HU\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritehu/v5/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1PL7TO2dH3B2Xx4.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritehu/v5/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1HL6TO2dH3B2Xx4.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritehu/v5/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1Kz6TO2dH3B2Xx4.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritehu/v5/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1PL6TO2dH3B2Xx4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritehu/v5/A2BIn59A0g0xA3zDhFw-0vfPWJtlaFKmrETx1PL6fOyXGw.ttf\";}i:1380;a:9:{s:6:\"family\";s:19:\"Playwrite HU Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritehuguides/v1/AYCXpWvtftIVXepC5AzjCAdKgYPugOK0TqxTJw_GOM0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritehuguides/v1/AYCXpWvtftIVXepC5AzjCAdKgYPugOK0fq1ZIw.ttf\";}i:1381;a:9:{s:6:\"family\";s:12:\"Playwrite ID\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwriteid/v10/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUl0-QB_JbFi0pLlg.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwriteid/v10/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUl8-RB_JbFi0pLlg.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwriteid/v10/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUlxGRB_JbFi0pLlg.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwriteid/v10/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUl0-RB_JbFi0pLlg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwriteid/v10/Cn-kJt2YWhlY2oC4KxifKQJmrtrRm-sKkQqUl0-RN_NREg.ttf\";}i:1382;a:9:{s:6:\"family\";s:19:\"Playwrite ID Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteidguides/v1/MjQamj1kuP_soQ3o-rysMdWi_8oJlIUUInch3bTfcxs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteidguides/v1/MjQamj1kuP_soQ3o-rysMdWi_8oJlIUUEnYr2Q.ttf\";}i:1383;a:9:{s:6:\"family\";s:12:\"Playwrite IE\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwriteie/v10/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMyzipBpIu30AZbUY.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwriteie/v10/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMy7ioBpIu30AZbUY.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwriteie/v10/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMy2aoBpIu30AZbUY.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwriteie/v10/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMyzioBpIu30AZbUY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwriteie/v10/fC1zPYtWYWnH0hvndYd6GCGWXCAxfsUebXFMyzioNpMk2w.ttf\";}i:1384;a:9:{s:6:\"family\";s:19:\"Playwrite IE Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteieguides/v1/LhW5MULFNP8PI-1UADw_Kbp9daTx5ovUaNojN9_8IVQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteieguides/v1/LhW5MULFNP8PI-1UADw_Kbp9daTx5ovUWNspMw.ttf\";}i:1385;a:9:{s:6:\"family\";s:12:\"Playwrite IN\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritein/v10/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkM7mNMR8n3_Ag1kU.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritein/v10/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkMzmMMR8n3_Ag1kU.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritein/v10/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkM-eMMR8n3_Ag1kU.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritein/v10/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkM7mMMR8n3_Ag1kU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritein/v10/uk-xEGGpoLQ97mfv2J3cZzuz7CyEJhPw65lkM7mMAR4t2w.ttf\";}i:1386;a:9:{s:6:\"family\";s:19:\"Playwrite IN Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteinguides/v1/GFD2WBRug3mQSvrAT9AL4vx4d3lQNQV4Tt1qdGqgdlM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteinguides/v1/GFD2WBRug3mQSvrAT9AL4vx4d3lQNQV4ftxgcA.ttf\";}i:1387;a:9:{s:6:\"family\";s:12:\"Playwrite IS\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwriteis/v9/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jq6R8aX9-p7K5ILg.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwriteis/v9/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jqyR9aX9-p7K5ILg.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwriteis/v9/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jq_p9aX9-p7K5ILg.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwriteis/v9/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jq6R9aX9-p7K5ILg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwriteis/v9/JTUFjI4o_SGg9lecLGptrD17xQYXK0vOoz6jq6R9WX50ow.ttf\";}i:1388;a:9:{s:6:\"family\";s:19:\"Playwrite IS Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteisguides/v1/5aUp9-GkphaVExwxdX6SwWF-uigk3Cglrm9ptxu7HZ0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteisguides/v1/5aUp9-GkphaVExwxdX6SwWF-uigk3Cglnm5jsw.ttf\";}i:1389;a:9:{s:6:\"family\";s:20:\"Playwrite IT Moderna\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:117:\"https://fonts.gstatic.com/s/playwriteitmoderna/v10/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F5Wil8ubbffHtmMw.ttf\";i:200;s:117:\"https://fonts.gstatic.com/s/playwriteitmoderna/v10/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F52ih8ubbffHtmMw.ttf\";i:300;s:117:\"https://fonts.gstatic.com/s/playwriteitmoderna/v10/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F5BCh8ubbffHtmMw.ttf\";s:7:\"regular\";s:117:\"https://fonts.gstatic.com/s/playwriteitmoderna/v10/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F5Wih8ubbffHtmMw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/playwriteitmoderna/v10/mFTbWaYCwKPK5cx6W8jy2kwDnSUe9q45vQQi5HMFnSdEx2F5WihMuLzb.ttf\";}i:1390;a:9:{s:6:\"family\";s:27:\"Playwrite IT Moderna Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/playwriteitmodernaguides/v1/2sDKZHBJg5rCj6fz_QgDJhGcTtJ5AVu-1w5jRQjRv9qPpOVtBhB5gQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/playwriteitmodernaguides/v1/2sDKZHBJg5rCj6fz_QgDJhGcTtJ5AVu-1w5jRQjRv9q_pe9p.ttf\";}i:1391;a:9:{s:6:\"family\";s:17:\"Playwrite IT Trad\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:110:\"https://fonts.gstatic.com/s/playwriteittrad/v10/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq96u--_gENNXvzL2Q.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/playwriteittrad/v10/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq96O-6_gENNXvzL2Q.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/playwriteittrad/v10/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq965e6_gENNXvzL2Q.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/playwriteittrad/v10/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq96u-6_gENNXvzL2Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/playwriteittrad/v10/SlG5mR6Yo5oYZX5BFVcEySBSPE50BjHDpZxuvgxzFq96u-6PgUlJ.ttf\";}i:1392;a:9:{s:6:\"family\";s:24:\"Playwrite IT Trad Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwriteittradguides/v2/SlGDmReYo5oYZX5BFVcEySBSPE50BiuP2AHaRsRUA4V-e6yHgQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/playwriteittradguides/v2/SlGDmReYo5oYZX5BFVcEySBSPE50BiuP2AHaRsRkAo96.ttf\";}i:1393;a:9:{s:6:\"family\";s:12:\"Playwrite MX\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritemx/v12/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr9wnc5xYfXDWXDu8.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritemx/v12/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr94nd5xYfXDWXDu8.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritemx/v12/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr91fd5xYfXDWXDu8.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritemx/v12/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr9wnd5xYfXDWXDu8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritemx/v12/6xK9dSNbKtCe7KfhXg7RYSwyQ-oO7xNblyJr9wnd1xcVWA.ttf\";}i:1394;a:9:{s:6:\"family\";s:19:\"Playwrite MX Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritemxguides/v1/k3kMo9ESPe9dzQ1UGbvoZhnhbtfklWqN0qywHx-HpY0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritemxguides/v1/k3kMo9ESPe9dzQ1UGbvoZhnhbtfklWqN4q26Gw.ttf\";}i:1395;a:9:{s:6:\"family\";s:19:\"Playwrite NG Modern\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:114:\"https://fonts.gstatic.com/s/playwritengmodern/v10/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V17tPQbi5GswWJNE.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/playwritengmodern/v10/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V15tPAbi5GswWJNE.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/playwritengmodern/v10/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V16zPAbi5GswWJNE.ttf\";s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/playwritengmodern/v10/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V17tPAbi5GswWJNE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/playwritengmodern/v10/ijw-s4b2R9Qve5V5lNJb_yRhEfSep5NbFCKmKgoEeCA4V17tPDbj7m8.ttf\";}i:1396;a:9:{s:6:\"family\";s:26:\"Playwrite NG Modern Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/playwritengmodernguides/v1/6qLVKYQNtxD-qVlIPUIPdWMlWxy3BmFEQgxB1xvFhDarWJtyZyGU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/playwritengmodernguides/v1/6qLVKYQNtxD-qVlIPUIPdWMlWxy3BmFEQgxB1xvFhAaqUp8.ttf\";}i:1397;a:9:{s:6:\"family\";s:12:\"Playwrite NL\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritenl/v9/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG9_EnYxNbPzS5HE.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritenl/v9/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG1_FnYxNbPzS5HE.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritenl/v9/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG4HFnYxNbPzS5HE.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritenl/v9/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritenl/v9/k3kCo84SPe9dzQ1UGbvoZQ37Iqp5IZJF9bmaG9_FrY1HaA.ttf\";}i:1398;a:9:{s:6:\"family\";s:19:\"Playwrite NL Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritenlguides/v1/FwZH7_8mxlw-50y5PJughoCL4jbXkMqwsWKGP6kvdPA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritenlguides/v1/FwZH7_8mxlw-50y5PJughoCL4jbXkMqwgWOMOw.ttf\";}i:1399;a:9:{s:6:\"family\";s:12:\"Playwrite NO\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwriteno/v9/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-49whHKen-mjRVtc.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwriteno/v9/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-41wgHKen-mjRVtc.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwriteno/v9/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-44IgHKen-mjRVtc.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwriteno/v9/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-49wgHKen-mjRVtc.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwriteno/v9/nuFrD_fYSZviRJYb-P2TrQO1DRpazaZDgnw-49wgLKat_g.ttf\";}i:1400;a:9:{s:6:\"family\";s:19:\"Playwrite NO Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritenoguides/v1/DPEwYx-Cyg4cQ2aAcFshOLL79zJKccqHe2-Z2vnLeAs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritenoguides/v1/DPEwYx-Cyg4cQ2aAcFshOLL79zJKccqHS26T3g.ttf\";}i:1401;a:9:{s:6:\"family\";s:12:\"Playwrite NZ\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritenz/v10/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjngAVeRt5gGCzkrs.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritenz/v10/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjnoAUeRt5gGCzkrs.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritenz/v10/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjnl4UeRt5gGCzkrs.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritenz/v10/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjngAUeRt5gGCzkrs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritenz/v10/d6lakaOxRsyr_zZDmUYvh2TW3NCQVvjKPjPjngAUSRpzhA.ttf\";}i:1402;a:9:{s:6:\"family\";s:19:\"Playwrite NZ Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritenzguides/v1/t5t8IQQPN4uFDRepJwiX4vzIikyGzv71Wh8xq25PL5k.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritenzguides/v1/t5t8IQQPN4uFDRepJwiX4vzIikyGzv71ah47rw.ttf\";}i:1403;a:9:{s:6:\"family\";s:12:\"Playwrite PE\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritepe/v5/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesO2lsTPHFdtSgb_A.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritepe/v5/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesO-ltTPHFdtSgb_A.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritepe/v5/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesOzdtTPHFdtSgb_A.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritepe/v5/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesO2ltTPHFdtSgb_A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritepe/v5/FwZJ7-Amxlw-50y5PJugmImRrktKJDJ4lnesO2ltfPDPcg.ttf\";}i:1404;a:9:{s:6:\"family\";s:19:\"Playwrite PE Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritepeguides/v1/AMONz5uBsGadFuvf9j8ZyqI0FA3br70wwyyAlqETME8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritepeguides/v1/AMONz5uBsGadFuvf9j8ZyqI0FA3br70w8y2Kkg.ttf\";}i:1405;a:9:{s:6:\"family\";s:12:\"Playwrite PL\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritepl/v9/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmRfa9ZybSwcVtHQ.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritepl/v9/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmZfb9ZybSwcVtHQ.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritepl/v9/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmUnb9ZybSwcVtHQ.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritepl/v9/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmRfb9ZybSwcVtHQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritepl/v9/0QIyMXVf_4C2VH-yUr5uz72U-LQiKJ_9tb1WmRfbxZ2RTw.ttf\";}i:1406;a:9:{s:6:\"family\";s:19:\"Playwrite PL Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteplguides/v1/jVyW7m_lCm7G5CZyQCAu8mgkGLk-kmibWR3aRZ2Kw7A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteplguides/v1/jVyW7m_lCm7G5CZyQCAu8mgkGLk-kmibaRzQQQ.ttf\";}i:1407;a:9:{s:6:\"family\";s:12:\"Playwrite PT\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritept/v9/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9qDjTfJtvlo3Qaw.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritept/v9/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9iDiTfJtvlo3Qaw.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritept/v9/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9v7iTfJtvlo3Qaw.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritept/v9/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9qDiTfJtvlo3Qaw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritept/v9/6NUE8FidKwOcfRjj8ukv5Lg-wt21rkAVfXUe9qDiffNnug.ttf\";}i:1408;a:9:{s:6:\"family\";s:19:\"Playwrite PT Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteptguides/v2/sJoY3K5JjdGLJV3vyatrMkupgg-kWTx5F5k90TZO69o.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteptguides/v2/sJoY3K5JjdGLJV3vyatrMkupgg-kWTx5J5g31Q.ttf\";}i:1409;a:9:{s:6:\"family\";s:12:\"Playwrite RO\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:98:\"https://fonts.gstatic.com/s/playwritero/v9/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4a9ZnZWMJnZeBS8.ttf\";i:200;s:98:\"https://fonts.gstatic.com/s/playwritero/v9/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4S9YnZWMJnZeBS8.ttf\";i:300;s:98:\"https://fonts.gstatic.com/s/playwritero/v9/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4fFYnZWMJnZeBS8.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/playwritero/v9/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4a9YnZWMJnZeBS8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/playwritero/v9/gok8H6fuA1J7QPJ04HFTGSWdk_S0czhwEf0j4a9YrZSGIg.ttf\";}i:1410;a:9:{s:6:\"family\";s:19:\"Playwrite RO Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteroguides/v1/wlptgx7ZCE50snmWiOExiylvL10_b5Ym_LBte6KuGEo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteroguides/v1/wlptgx7ZCE50snmWiOExiylvL10_b5YmzLFnfw.ttf\";}i:1411;a:9:{s:6:\"family\";s:12:\"Playwrite SK\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritesk/v10/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf-2dvsOzdK9OF68.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritesk/v10/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf22cvsOzdK9OF68.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritesk/v10/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf7OcvsOzdK9OF68.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritesk/v10/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf-2cvsOzdK9OF68.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritesk/v10/9XU3lJp0klrZDw3AZHcsJTByz7latrF9yDIlf-2cjsK5cA.ttf\";}i:1412;a:9:{s:6:\"family\";s:19:\"Playwrite SK Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwriteskguides/v1/P5sezYaSYdfH5z93kEFk3tyPlqxeQeo_JzruWQshcbU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwriteskguides/v1/P5sezYaSYdfH5z93kEFk3tyPlqxeQeo_FzvkXQ.ttf\";}i:1413;a:9:{s:6:\"family\";s:12:\"Playwrite TZ\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritetz/v10/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDWwSue1COwjVROo.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritetz/v10/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDewTue1COwjVROo.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritetz/v10/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDTITue1COwjVROo.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritetz/v10/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDWwTue1COwjVROo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritetz/v10/RLptK5rs6au7bzABmVQAOwnUbvHMbzSUU27JDWwTiexIPw.ttf\";}i:1414;a:9:{s:6:\"family\";s:19:\"Playwrite TZ Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritetzguides/v1/SLXUc0_L5XEkcjBPGvusk4lULgsM9U5_YQy93JQ2XEg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritetzguides/v1/SLXUc0_L5XEkcjBPGvusk4lULgsM9U5_UQ232A.ttf\";}i:1415;a:9:{s:6:\"family\";s:19:\"Playwrite US Modern\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:114:\"https://fonts.gstatic.com/s/playwriteusmodern/v10/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62YohNw2Da0LCgUPK.ttf\";i:200;s:114:\"https://fonts.gstatic.com/s/playwriteusmodern/v10/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62YqhNg2Da0LCgUPK.ttf\";i:300;s:114:\"https://fonts.gstatic.com/s/playwriteusmodern/v10/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62Yp_Ng2Da0LCgUPK.ttf\";s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/playwriteusmodern/v10/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62YohNg2Da0LCgUPK.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/playwriteusmodern/v10/H4cMBWmRlMXPhla3hmMaveiYz8nSDkIFLNIYl2TXUwK62YohNj2CYUY.ttf\";}i:1416;a:9:{s:6:\"family\";s:26:\"Playwrite US Modern Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/playwriteusmodernguides/v1/0QI1MWNf_4C2VH-yUr5uyqKOvtOynXAoku8j8Lv9pryxZQscrW1V.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/playwriteusmodernguides/v1/0QI1MWNf_4C2VH-yUr5uyqKOvtOynXAoku8j8Lv9poywbw8.ttf\";}i:1417;a:9:{s:6:\"family\";s:17:\"Playwrite US Trad\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:110:\"https://fonts.gstatic.com/s/playwriteustrad/v10/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1E8pgj6Kf5uBNig.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/playwriteustrad/v10/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1k8tgj6Kf5uBNig.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/playwriteustrad/v10/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1Tctgj6Kf5uBNig.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/playwriteustrad/v10/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1E8tgj6Kf5uBNig.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/playwriteustrad/v10/fdNX9tyHsnVPjW9trmV7wQ0stdwRBYclCsCdzOb1-cd1E8tQjqib.ttf\";}i:1418;a:9:{s:6:\"family\";s:24:\"Playwrite US Trad Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/playwriteustradguides/v1/-zk29027wssz_XLkGgu8kTL39c2bMssjmiZPNnk5nJCZAyrUdw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/playwriteustradguides/v1/-zk29027wssz_XLkGgu8kTL39c2bMssjmiZPNnkJnZqd.ttf\";}i:1419;a:9:{s:6:\"family\";s:12:\"Playwrite VN\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwritevn/v10/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNUI8E-9HPWIQtD0.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwritevn/v10/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNcI9E-9HPWIQtD0.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwritevn/v10/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNRw9E-9HPWIQtD0.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwritevn/v10/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNUI9E-9HPWIQtD0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwritevn/v10/mtGo4_hXJqPSu8nf5RBY5i0q0yxCxtP-9TFBNUI9I-5NOQ.ttf\";}i:1420;a:9:{s:6:\"family\";s:19:\"Playwrite VN Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritevnguides/v1/JIAvUUlydXJZq1IQU8oDBn2CUkROHFEAfXMXfpmSLuI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritevnguides/v1/JIAvUUlydXJZq1IQU8oDBn2CUkROHFEATXIdeg.ttf\";}i:1421;a:9:{s:6:\"family\";s:12:\"Playwrite ZA\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{i:100;s:99:\"https://fonts.gstatic.com/s/playwriteza/v10/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0EbLGbYUsn9T5dt0.ttf\";i:200;s:99:\"https://fonts.gstatic.com/s/playwriteza/v10/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0ETLHbYUsn9T5dt0.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/playwriteza/v10/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0EezHbYUsn9T5dt0.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/playwriteza/v10/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0EbLHbYUsn9T5dt0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/playwriteza/v10/Noag6Uzhw5CTOhXKt5-vwvhrNyaNQo1LaBq0EbLHXYQmmw.ttf\";}i:1422;a:9:{s:6:\"family\";s:19:\"Playwrite ZA Guides\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/playwritezaguides/v1/O4ZOFHPsmxlhCg3-iycDyEwy0BT1ribk2HDoCLfQmgE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/playwritezaguides/v1/O4ZOFHPsmxlhCg3-iycDyEwy0BT1ribk6HHiDA.ttf\";}i:1423;a:9:{s:6:\"family\";s:17:\"Plus Jakarta Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:200;s:110:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NShXUEKi4Rw.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NShXUEKi4Rw.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NShXUEKi4Rw.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NShXUEKi4Rw.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNShXUEKi4Rw.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf\";i:800;s:110:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNShXUEKi4Rw.ttf\";s:9:\"200italic\";s:112:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCR_QMq2oR82k.ttf\";s:9:\"300italic\";s:112:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CR_QMq2oR82k.ttf\";s:6:\"italic\";s:112:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_QMq2oR82k.ttf\";s:9:\"500italic\";s:112:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_QMq2oR82k.ttf\";s:9:\"600italic\";s:112:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_QMq2oR82k.ttf\";s:9:\"700italic\";s:112:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_QMq2oR82k.ttf\";s:9:\"800italic\";s:112:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDh_QMq2oR82k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU79Sx_Q.ttf\";}i:1424;a:9:{s:6:\"family\";s:9:\"Pochaevsk\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/pochaevsk/v5/55xuey9_OdX_Om7ReYgloJd4-bnQKg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/pochaevsk/v5/55xuey9_OdX_Om7ReYgVoZ18.ttf\";}i:1425;a:9:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/podkova/v32/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzfU5GI4.ttf\";}i:1426;a:9:{s:6:\"family\";s:11:\"Poetsen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/poetsenone/v3/ke8hOgIaMUB37xCgvCntWtIvq_KREbG9.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/poetsenone/v3/ke8hOgIaMUB37xCgvCntWuIuofY.ttf\";}i:1427;a:9:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/poiretone/v17/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/poiretone/v17/UqyVK80NJXN4zfRgbdfbo5hcUg.ttf\";}i:1428;a:9:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/pollerone/v25/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/pollerone/v25/ahccv82n0TN3gia5E4BuR-hRhQ.ttf\";}i:1429;a:9:{s:6:\"family\";s:14:\"Poltawski Nowy\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWnDS6V5CzCoQ.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KmiWnDS6V5CzCoQ.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KdiKnDS6V5CzCoQ.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KTyKnDS6V5CzCoQ.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZPTiSRxinSoROp.ttf\";s:9:\"500italic\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZ9TiSRxinSoROp.ttf\";s:9:\"600italic\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaRSSSRxinSoROp.ttf\";s:9:\"700italic\";s:105:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaoSSSRxinSoROp.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/poltawskinowy/v4/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWXDCSR.ttf\";}i:1430;a:9:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/poly/v17/MQpb-W6wKNitRLCAq2Lpris.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/poly/v17/MQpV-W6wKNitdLKKr0DsviuGWA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/poly/v17/MQpb-W6wKNitdLGKrw.ttf\";}i:1431;a:9:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/pompiere/v20/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/pompiere/v20/VEMyRoxis5Dwuyeov5Ws7DQ.ttf\";}i:1432;a:9:{s:6:\"family\";s:7:\"Ponnala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2024-11-20\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/ponnala/v2/w8gaH2QxQOU08bbbrQut2F4OuOo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/ponnala/v2/w8gaH2QxQOU08bbbnQqn3A.ttf\";}i:1433;a:9:{s:6:\"family\";s:7:\"Ponomar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/ponomar/v5/or3iQ6zp3fKD2wImbJTdArg8hzo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/ponomar/v5/or3iQ6zp3fKD2wImXJXXBg.ttf\";}i:1434;a:9:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:99:\"https://fonts.gstatic.com/s/pontanosans/v18/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOSzMncaMp9gzWsE.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/pontanosans/v18/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMncaMp9gzWsE.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/pontanosans/v18/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOUDMncaMp9gzWsE.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/pontanosans/v18/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOazLncaMp9gzWsE.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/pontanosans/v18/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOZXLncaMp9gzWsE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/pontanosans/v18/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMrceGow.ttf\";}i:1435;a:9:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/poorstory/v23/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/poorstory/v23/jizfREFUsnUct9P6cDfd0OitKA.ttf\";}i:1436;a:9:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:18:{i:100;s:74:\"https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf\";s:9:\"100italic\";s:76:\"https://fonts.gstatic.com/s/poppins/v23/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf\";i:200;s:75:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf\";s:9:\"200italic\";s:78:\"https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf\";s:9:\"300italic\";s:78:\"https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\";s:9:\"500italic\";s:78:\"https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\";s:9:\"600italic\";s:78:\"https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf\";s:9:\"800italic\";s:78:\"https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf\";i:900;s:75:\"https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf\";s:9:\"900italic\";s:78:\"https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJHedw.ttf\";}i:1437;a:9:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/portlligatsans/v23/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/portlligatsans/v23/kmKmZrYrGBbdN1aV7Vokow6Lw4s4p7J-Sw.ttf\";}i:1438;a:9:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/portlligatslab/v26/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/portlligatslab/v26/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg7sR8w.ttf\";}i:1439;a:9:{s:6:\"family\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/pottaone/v19/FeVSS05Bp6cy7xI-YfxQ3Z5nm29Gww.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/pottaone/v19/FeVSS05Bp6cy7xI-Yfxg3JRj.ttf\";}i:1440;a:9:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/pragatinarrow/v14/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/pragatinarrow/v14/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/pragatinarrow/v14/vm8vdRf0T0bS1ffgsPB7WZ-mD27-wNc.ttf\";}i:1441;a:9:{s:6:\"family\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/praise/v8/qkBUXvUZ-cnFXcFyDvO67L9XmQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/praise/v8/qkBUXvUZ-cnFXcFCD_m-.ttf\";}i:1442;a:9:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/prata/v21/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/prata/v21/6xKhdSpbNNCT-sWJCms.ttf\";}i:1443;a:9:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/preahvihear/v31/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/preahvihear/v31/6NUS8F-dNQeEYhzj7uluxvwF6dU.ttf\";}i:1444;a:9:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nTivY.ttf\";}i:1445;a:9:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:6:{i:200;s:70:\"https://fonts.gstatic.com/s/pridi/v14/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf\";i:300;s:70:\"https://fonts.gstatic.com/s/pridi/v14/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/pridi/v14/2sDQZG5JnZLfkfWao2krbl29.ttf\";i:500;s:70:\"https://fonts.gstatic.com/s/pridi/v14/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf\";i:600;s:70:\"https://fonts.gstatic.com/s/pridi/v14/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/pridi/v14/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/pridi/v14/2sDQZG5JnZLfkcWbqW0.ttf\";}i:1446;a:9:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/princesssofia/v26/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/princesssofia/v26/qWczB6yguIb8DZ_GXZst16n7GSz6kjE.ttf\";}i:1447;a:9:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/prociono/v27/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/prociono/v27/r05YGLlR-KxAf9GGO_uowjI.ttf\";}i:1448;a:9:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:18:{i:100;s:71:\"https://fonts.gstatic.com/s/prompt/v12/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf\";s:9:\"100italic\";s:74:\"https://fonts.gstatic.com/s/prompt/v12/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf\";i:200;s:73:\"https://fonts.gstatic.com/s/prompt/v12/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf\";s:9:\"200italic\";s:75:\"https://fonts.gstatic.com/s/prompt/v12/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf\";i:300;s:73:\"https://fonts.gstatic.com/s/prompt/v12/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf\";s:9:\"300italic\";s:75:\"https://fonts.gstatic.com/s/prompt/v12/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/prompt/v12/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/prompt/v12/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/prompt/v12/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf\";s:9:\"500italic\";s:75:\"https://fonts.gstatic.com/s/prompt/v12/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf\";i:600;s:73:\"https://fonts.gstatic.com/s/prompt/v12/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf\";s:9:\"600italic\";s:75:\"https://fonts.gstatic.com/s/prompt/v12/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/prompt/v12/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/prompt/v12/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf\";i:800;s:73:\"https://fonts.gstatic.com/s/prompt/v12/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf\";s:9:\"800italic\";s:75:\"https://fonts.gstatic.com/s/prompt/v12/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf\";i:900;s:73:\"https://fonts.gstatic.com/s/prompt/v12/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf\";s:9:\"900italic\";s:75:\"https://fonts.gstatic.com/s/prompt/v12/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/prompt/v12/-W__XJnvUD7dzB2KZtoY.ttf\";}i:1449;a:9:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/prostoone/v20/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/prostoone/v20/OpNJno4VhNfK-RgpwWWxlitVXg.ttf\";}i:1450;a:9:{s:6:\"family\";s:17:\"Protest Guerrilla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHV0koJ8y_eiS.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHW0lqps.ttf\";}i:1451;a:9:{s:6:\"family\";s:18:\"Protest Revolution\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2s8PIzTG1nQw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2c8fg3.ttf\";}i:1452;a:9:{s:6:\"family\";s:12:\"Protest Riot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkrM1_JgjmRpOA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkr81vhk.ttf\";}i:1453;a:9:{s:6:\"family\";s:14:\"Protest Strike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlpzW0gZOs7BX.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlqzX2AI.ttf\";}i:1454;a:9:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf\";s:6:\"italic\";s:81:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf\";i:500;s:82:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf\";s:9:\"500italic\";s:85:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf\";i:600;s:82:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf\";s:9:\"600italic\";s:85:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf\";i:700;s:82:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf\";s:9:\"700italic\";s:85:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf\";i:800;s:82:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf\";s:9:\"800italic\";s:85:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyEoudN8.ttf\";}i:1455;a:9:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf\";s:9:\"100italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf\";s:9:\"200italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf\";s:9:\"300italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf\";s:9:\"500italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf\";s:9:\"600italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf\";s:9:\"700italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf\";s:9:\"800italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf\";s:9:\"900italic\";s:99:\"https://fonts.gstatic.com/s/publicsans/v20/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/publicsans/v20/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJwgct.ttf\";}i:1456;a:9:{s:6:\"family\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/puppiesplay/v10/wlp2gwHZEV99rG6M3NR9uB9vaAJSA_JN3Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/puppiesplay/v10/wlp2gwHZEV99rG6M3NR9uB9faQhW.ttf\";}i:1457;a:9:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/puritan/v24/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/puritan/v24/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/puritan/v24/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIoxJv6QQ.ttf\";}i:1458;a:9:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/purplepurse/v24/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/purplepurse/v24/qWctB66gv53iAp-Vfs4My6qCeRz7.ttf\";}i:1459;a:9:{s:6:\"family\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/qahiri/v10/tsssAp1RZy0C_hGuU3Chrnmupw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/qahiri/v10/tsssAp1RZy0C_hGeUnql.ttf\";}i:1460;a:9:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/quando/v17/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/quando/v17/xMQVuFNaVa6YuW0ZCq-3.ttf\";}i:1461;a:9:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/quantico/v18/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/quantico/v18/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/quantico/v18/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/quantico/v18/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/quantico/v18/rax-HiSdp9cPL3KIF7xtJDg.ttf\";}i:1462;a:9:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/quattrocento/v23/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/quattrocento/v23/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/quattrocento/v23/OZpEg_xvsDZQL_LKIF7q4jP3xWj_.ttf\";}i:1463;a:9:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf\";s:6:\"italic\";s:96:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf\";s:9:\"700italic\";s:100:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/quattrocentosans/v21/va9c4lja2NVIDdIAAoMR5MfuElaRB0zPt0o.ttf\";}i:1464;a:9:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf70uCFg.ttf\";}i:1465;a:9:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v37\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:5:{i:300;s:93:\"https://fonts.gstatic.com/s/quicksand/v37/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/quicksand/v37/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/quicksand/v37/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/quicksand/v37/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/quicksand/v37/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/quicksand/v37/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58C-xw.ttf\";}i:1466;a:9:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/quintessential/v23/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/quintessential/v23/fdNn9sOGq31Yjnh3qWU14Ddtjb5xQb0.ttf\";}i:1467;a:9:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/qwigley/v19/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/qwigley/v19/1cXzaU3UGJb5tGoCiV1mjw.ttf\";}i:1468;a:9:{s:6:\"family\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/qwitchergrypen/v7/pxicypclp9tDilN9RrC5BSI1dZmrSGNAom-wpw.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/qwitchergrypen/v7/pxiZypclp9tDilN9RrC5BSI1dZmT9ExkqkSsrvNXiA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/qwitchergrypen/v7/pxicypclp9tDilN9RrC5BSI1dZmbSWlE.ttf\";}i:1469;a:9:{s:6:\"family\";s:3:\"REM\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPMLrrToUbIqIfBU.ttf\";i:200;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPELqrToUbIqIfBU.ttf\";i:300;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPJzqrToUbIqIfBU.ttf\";s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPMLqrToUbIqIfBU.ttf\";i:500;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPPDqrToUbIqIfBU.ttf\";i:600;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPBztrToUbIqIfBU.ttf\";i:700;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPCXtrToUbIqIfBU.ttf\";i:800;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPELtrToUbIqIfBU.ttf\";i:900;s:78:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPGvtrToUbIqIfBU.ttf\";s:9:\"100italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpRXgeaKiNbBVWkw.ttf\";s:9:\"200italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpxXkeaKiNbBVWkw.ttf\";s:9:\"300italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpG3keaKiNbBVWkw.ttf\";s:6:\"italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpRXkeaKiNbBVWkw.ttf\";s:9:\"500italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpd3keaKiNbBVWkw.ttf\";s:9:\"600italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpm34eaKiNbBVWkw.ttf\";s:9:\"700italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpon4eaKiNbBVWkw.ttf\";s:9:\"800italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqpxX4eaKiNbBVWkw.ttf\";s:9:\"900italic\";s:81:\"https://fonts.gstatic.com/s/rem/v3/WnzmHAIoSDytZCogaeLNP7XTKQqp7H4eaKiNbBVWkw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/rem/v3/WnzgHAIoSDyHbRjfsYumpRvUPMLqnTseaA.ttf\";}i:1470;a:9:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/racingsansone/v16/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/racingsansone/v16/sykr-yRtm7EvTrXNxkv5jfKKyDCALnDi.ttf\";}i:1471;a:9:{s:6:\"family\";s:12:\"Radio Canada\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:19:\"canadian-aboriginal\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:300;s:116:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nESkQPIJOdSSfOT.ttf\";s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkQPIJOdSSfOT.ttf\";i:500;s:116:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nF-kQPIJOdSSfOT.ttf\";i:600;s:116:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGSlgPIJOdSSfOT.ttf\";i:700;s:116:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGrlgPIJOdSSfOT.ttf\";s:9:\"300italic\";s:119:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0rWLLuNwTOOTa9k.ttf\";s:6:\"italic\";s:119:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0uuLLuNwTOOTa9k.ttf\";s:9:\"500italic\";s:119:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0tmLLuNwTOOTa9k.ttf\";s:9:\"600italic\";s:119:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0jWMLuNwTOOTa9k.ttf\";s:9:\"700italic\";s:119:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0gyMLuNwTOOTa9k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/radiocanada/v25/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkTPJLuM.ttf\";}i:1472;a:9:{s:6:\"family\";s:16:\"Radio Canada Big\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6nNRY3p2pcheCsG.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6n_RY3p2pcheCsG.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6kTQo3p2pcheCsG.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6kqQo3p2pcheCsG.ttf\";s:6:\"italic\";s:109:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBmWq0JMDfTsGdMc.ttf\";s:9:\"500italic\";s:109:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBleq0JMDfTsGdMc.ttf\";s:9:\"600italic\";s:109:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBrut0JMDfTsGdMc.ttf\";s:9:\"700italic\";s:109:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjqdHrinEImAoQewU0hyTsPFra4SJaI_D54b8U_WLwFBoKt0JMDfTsGdMc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/radiocanadabig/v2/LYjUdHrinEImAoQewU0hyTsPFra4Yp-6A-YRBF-RX6nNRb3o0JM.ttf\";}i:1473;a:9:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/radley/v23/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/radley/v23/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/radley/v23/LYjDdGzinEIjCN1NoQNA.ttf\";}i:1474;a:9:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:77:\"https://fonts.gstatic.com/s/rajdhani/v16/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/rajdhani/v16/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf\";i:500;s:77:\"https://fonts.gstatic.com/s/rajdhani/v16/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf\";i:600;s:77:\"https://fonts.gstatic.com/s/rajdhani/v16/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/rajdhani/v16/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/rajdhani/v16/LDIxapCSOBg7S-QT7p4BM-M.ttf\";}i:1475;a:9:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/rakkas/v21/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/rakkas/v21/Qw3cZQlNHiblL3jPl9FL.ttf\";}i:1476;a:9:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CPNLA3JC9c.ttf\";i:200;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCPNLA3JC9c.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCPNLA3JC9c.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCPNLA3JC9c.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCPNLA3JC9c.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCPNLA3JC9c.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCPNLA3JC9c.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCPNLA3JC9c.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCPNLA3JC9c.ttf\";s:9:\"100italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQVIT9c2c8.ttf\";s:9:\"200italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQVIT9c2c8.ttf\";s:9:\"300italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\";s:6:\"italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\";s:9:\"500italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\";s:9:\"600italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\";s:9:\"800italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQVIT9c2c8.ttf\";s:9:\"900italic\";s:91:\"https://fonts.gstatic.com/s/raleway/v36/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQVIT9c2c8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/raleway/v36/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCOPrQ.ttf\";}i:1477;a:9:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/ralewaydots/v18/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/ralewaydots/v18/6NUR8FifJg6AfQvzpshgwJ8UyPVB.ttf\";}i:1478;a:9:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/ramabhadra/v16/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/ramabhadra/v16/EYq2maBOwqRW9P1SQ83LShJMWw.ttf\";}i:1479;a:9:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/ramaraja/v16/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/ramaraja/v16/SlGTmQearpYAYG1CACIloHQ.ttf\";}i:1480;a:9:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mr0I7IONthkwQ.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/rambla/v13/snfps0ip98hx6mrEIbgKFN10wYKa.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/rambla/v13/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/rambla/v13/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mrEIrgK.ttf\";}i:1481;a:9:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/rammettoone/v20/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/rammettoone/v20/LhWiMV3HOfMbMetJG3lQDppNM_GY.ttf\";}i:1482;a:9:{s:6:\"family\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/rampartone/v12/K2F1fZFGl_JSR1tAWNG9R6qgLS76ZHOM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/rampartone/v12/K2F1fZFGl_JSR1tAWNG9R5qhJyo.ttf\";}i:1483;a:9:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/ranchers/v18/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/ranchers/v18/zrfm0H3Lx-P2Xvs2ArDZBio.ttf\";}i:1484;a:9:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/rancho/v22/46kulbzmXjLaqZRlbWXgd0RY1g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/rancho/v22/46kulbzmXjLaqZRVbG_k.ttf\";}i:1485;a:9:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/ranga/v22/C8ct4cYisGb28p6CLDwZwmGE.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/ranga/v22/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/ranga/v22/C8ct4cYisGb28q6DJjg.ttf\";}i:1486;a:9:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:81:\"https://fonts.gstatic.com/s/rasa/v26/xn76YHIn1mWmVKl8ZtAM9NrJfN4YJW41fcvN2KT4.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/rasa/v26/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJW41fcvN2KT4.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/rasa/v26/xn76YHIn1mWmVKl8ZtAM9NrJfN50JW41fcvN2KT4.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/rasa/v26/xn76YHIn1mWmVKl8ZtAM9NrJfN6YIm41fcvN2KT4.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/rasa/v26/xn76YHIn1mWmVKl8ZtAM9NrJfN6hIm41fcvN2KT4.ttf\";s:9:\"300italic\";s:84:\"https://fonts.gstatic.com/s/rasa/v26/xn78YHIn1mWmfqBOmQhln0Bne8uOZth2d8_v3bT4Ycc.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/rasa/v26/xn78YHIn1mWmfqBOmQhln0Bne8uOZoZ2d8_v3bT4Ycc.ttf\";s:9:\"500italic\";s:84:\"https://fonts.gstatic.com/s/rasa/v26/xn78YHIn1mWmfqBOmQhln0Bne8uOZrR2d8_v3bT4Ycc.ttf\";s:9:\"600italic\";s:84:\"https://fonts.gstatic.com/s/rasa/v26/xn78YHIn1mWmfqBOmQhln0Bne8uOZlhxd8_v3bT4Ycc.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/rasa/v26/xn78YHIn1mWmfqBOmQhln0Bne8uOZmFxd8_v3bT4Ycc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/rasa/v26/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJV40d88.ttf\";}i:1487;a:9:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/rationale/v29/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/rationale/v29/9XUnlJ92n0_JFxHIfHccd1tI.ttf\";}i:1488;a:9:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/raviprakash/v20/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/raviprakash/v20/gokpH6fsDkVrF9Bv9X8SOAK3mdxA.ttf\";}i:1489;a:9:{s:6:\"family\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:200;s:112:\"https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCYUSmgmsglvjkag.ttf\";i:300;s:112:\"https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCv0Smgmsglvjkag.ttf\";s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USmgmsglvjkag.ttf\";i:500;s:112:\"https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC00Smgmsglvjkag.ttf\";i:600;s:112:\"https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCP0Omgmsglvjkag.ttf\";i:700;s:112:\"https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCBkOmgmsglvjkag.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/readexpro/v26/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USWg2Ek.ttf\";}i:1490;a:9:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v43\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:7:{i:300;s:162:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadDck018vwxjDJCL.ttf\";s:7:\"regular\";s:162:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk018vwxjDJCL.ttf\";i:500;s:162:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCwk018vwxjDJCL.ttf\";i:600;s:162:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBclE18vwxjDJCL.ttf\";i:700;s:162:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBllE18vwxjDJCL.ttf\";i:800;s:162:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadAClE18vwxjDJCL.ttf\";i:900;s:162:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadArlE18vwxjDJCL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:157:\"https://fonts.gstatic.com/s/recursive/v43/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk319tQg.ttf\";}i:1491;a:9:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:300;s:105:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWckg5-Xecg3w.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWckg5-Xecg3w.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wckg5-Xecg3w.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRckg5-Xecg3w.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRckg5-Xecg3w.ttf\";i:800;s:105:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRckg5-Xecg3w.ttf\";i:900;s:105:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRckg5-Xecg3w.ttf\";s:9:\"300italic\";s:108:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVxAsz_VWZk3zJGg.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVmgsz_VWZk3zJGg.ttf\";s:9:\"500italic\";s:108:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVqAsz_VWZk3zJGg.ttf\";s:9:\"600italic\";s:108:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVRAwz_VWZk3zJGg.ttf\";s:9:\"700italic\";s:108:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVfQwz_VWZk3zJGg.ttf\";s:9:\"800italic\";s:108:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVGgwz_VWZk3zJGg.ttf\";s:9:\"900italic\";s:108:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVMwwz_VWZk3zJGg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWQkkz_Q.ttf\";}i:1492;a:9:{s:6:\"family\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:300;s:98:\"https://fonts.gstatic.com/s/redhatmono/v15/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQQPI-7HNuW4QuKI.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/redhatmono/v15/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3I-7HNuW4QuKI.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/redhatmono/v15/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQW_I-7HNuW4QuKI.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/redhatmono/v15/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQYPP-7HNuW4QuKI.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/redhatmono/v15/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQbrP-7HNuW4QuKI.ttf\";s:9:\"300italic\";s:101:\"https://fonts.gstatic.com/s/redhatmono/v15/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLTfLHvUwVqKIJuw.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/redhatmono/v15/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLE_LHvUwVqKIJuw.ttf\";s:9:\"500italic\";s:101:\"https://fonts.gstatic.com/s/redhatmono/v15/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLIfLHvUwVqKIJuw.ttf\";s:9:\"600italic\";s:101:\"https://fonts.gstatic.com/s/redhatmono/v15/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLzfXHvUwVqKIJuw.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/redhatmono/v15/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWL9PXHvUwVqKIJuw.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/redhatmono/v15/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3Iy7DHvQ.ttf\";}i:1493;a:9:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:300;s:98:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML-ZwVrbacYVFtIY.ttf\";s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrbacYVFtIY.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML4pwVrbacYVFtIY.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrbacYVFtIY.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML193VrbacYVFtIY.ttf\";s:9:\"300italic\";s:101:\"https://fonts.gstatic.com/s/redhattext/v18/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAz4PXQdadApIYv_g.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/redhattext/v18/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzvvXQdadApIYv_g.ttf\";s:9:\"500italic\";s:101:\"https://fonts.gstatic.com/s/redhattext/v18/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzjPXQdadApIYv_g.ttf\";s:9:\"600italic\";s:101:\"https://fonts.gstatic.com/s/redhattext/v18/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzYPLQdadApIYv_g.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/redhattext/v18/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzWfLQdadApIYv_g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/redhattext/v18/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwZrfQdQ.ttf\";}i:1494;a:9:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:90:\"https://fonts.gstatic.com/s/redrose/v24/QdVISTYiLBjouPgEUajvsfWwDtc3MH8y8_sDcjSsYUVUjg.ttf\";s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/redrose/v24/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDcjSsYUVUjg.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/redrose/v24/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yn_sDcjSsYUVUjg.ttf\";i:600;s:90:\"https://fonts.gstatic.com/s/redrose/v24/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yc_wDcjSsYUVUjg.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/redrose/v24/QdVISTYiLBjouPgEUajvsfWwDtc3MH8ySvwDcjSsYUVUjg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/redrose/v24/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfszcz6o.ttf\";}i:1495;a:9:{s:6:\"family\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/redacted/v8/Z9XVDmdRShme2O_7aITe4u2El6GC.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/redacted/v8/Z9XVDmdRShme2O_7aLTf6Ok.ttf\";}i:1496;a:9:{s:6:\"family\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:93:\"https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqHUzVmbI397ldkg.ttf\";s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/redactedscript/v10/ypvBbXGRglhokR7dcC3d1-R6zmxSsWTxkZkr_g.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqDUvVmbI397ldkg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/redactedscript/v10/ypvBbXGRglhokR7dcC3d1-R6zmxisG71.ttf\";}i:1497;a:9:{s:6:\"family\";s:11:\"Reddit Mono\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{i:200;s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUQCYacnnYz7yQYA.ttf\";i:300;s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUniYacnnYz7yQYA.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUwCYacnnYz7yQYA.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vU8iYacnnYz7yQYA.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUHiEacnnYz7yQYA.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUJyEacnnYz7yQYA.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUQCEacnnYz7yQYA.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUaSEacnnYz7yQYA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/redditmono/v4/oPWc_kRmmu4oQ88oo13o48DHbsqn28eR20vUwCYqc3Pc.ttf\";}i:1498;a:9:{s:6:\"family\";s:11:\"Reddit Sans\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:16:{i:200;s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5ux7YxmAVfBiVMFlw.ttf\";i:300;s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxM4xmAVfBiVMFlw.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxbYxmAVfBiVMFlw.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxX4xmAVfBiVMFlw.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxs4tmAVfBiVMFlw.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxiotmAVfBiVMFlw.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5ux7YtmAVfBiVMFlw.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxxItmAVfBiVMFlw.ttf\";s:9:\"200italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc8OQl3Fq1YVlz5F.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc_QQl3Fq1YVlz5F.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc-OQl3Fq1YVlz5F.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc-8Ql3Fq1YVlz5F.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc9QRV3Fq1YVlz5F.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc9pRV3Fq1YVlz5F.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc8ORV3Fq1YVlz5F.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/redditsans/v5/EYqmmaFOxq1T_-ETdN7EKQNuYZifL6vY-Zykpc8nRV3Fq1YVlz5F.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/redditsans/v5/EYqgmaFOxq1T_-ETdN7EKSlnU2dHRsBCV5uxbYxWAF3F.ttf\";}i:1499;a:9:{s:6:\"family\";s:21:\"Reddit Sans Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:200;s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro9kKUpU4u7XDIuc.ttf\";i:300;s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJrowcKUpU4u7XDIuc.ttf\";s:7:\"regular\";s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro1kKUpU4u7XDIuc.ttf\";i:500;s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro2sKUpU4u7XDIuc.ttf\";i:600;s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro4cNUpU4u7XDIuc.ttf\";i:700;s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro74NUpU4u7XDIuc.ttf\";i:800;s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro9kNUpU4u7XDIuc.ttf\";i:900;s:118:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro_ANUpU4u7XDIuc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:113:\"https://fonts.gstatic.com/s/redditsanscondensed/v4/m8J_jepOc6WYkkm2Dey9A5QGAQXmuL3va5IfZsq2gyKtWVJro1kKYpQyvw.ttf\";}i:1500;a:9:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/redressed/v31/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/redressed/v31/x3dickHUbrmJ7wMy9MsxffoG.ttf\";}i:1501;a:9:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:4:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/reemkufi/v27/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf\";i:500;s:92:\"https://fonts.gstatic.com/s/reemkufi/v27/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf\";i:600;s:92:\"https://fonts.gstatic.com/s/reemkufi/v27/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/reemkufi/v27/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/reemkufi/v27/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnIGCV2g.ttf\";}i:1502;a:10:{s:6:\"family\";s:13:\"Reem Kufi Fun\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/reemkufifun/v13/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3nCgrvqZzZXq.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/reemkufifun/v13/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYR3nCgrvqZzZXq.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/reemkufifun/v13/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChob92XCgrvqZzZXq.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/reemkufifun/v13/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChobE2XCgrvqZzZXq.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/reemkufifun/v13/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3kChpP4.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv0\";}}i:1503;a:10:{s:6:\"family\";s:13:\"Reem Kufi Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/reemkufiink/v11/oPWJ_kJmmu8hCvB9iFumxZSnRj5dQnSX1ko.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/reemkufiink/v11/oPWJ_kJmmu8hCvB9iFumxZSndj9XRg.ttf\";s:17:\"colorCapabilities\";a:2:{i:0;s:6:\"COLRv1\";i:1;s:3:\"SVG\";}}i:1504;a:9:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/reeniebeanie/v21/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/reeniebeanie/v21/z7NSdR76eDkaJKZJFkkjuvWxXPy1rg.ttf\";}i:1505;a:9:{s:6:\"family\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/reggaeone/v18/7r3DqX5msMIkeuwJwOJt_a5L5uH-mts.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/reggaeone/v18/7r3DqX5msMIkeuwJwOJtza9B4g.ttf\";}i:1506;a:9:{s:6:\"family\";s:12:\"Rethink Sans\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:10:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/rethinksans/v6/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkmFRCE7mma-aua4.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/rethinksans/v6/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqklNRCE7mma-aua4.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/rethinksans/v6/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45Dmqkr9WCE7mma-aua4.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/rethinksans/v6/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkoZWCE7mma-aua4.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/rethinksans/v6/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkuFWCE7mma-aua4.ttf\";s:6:\"italic\";s:101:\"https://fonts.gstatic.com/s/rethinksans/v6/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS4A3snY2fqa7iVQ.ttf\";s:9:\"500italic\";s:101:\"https://fonts.gstatic.com/s/rethinksans/v6/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS0g3snY2fqa7iVQ.ttf\";s:9:\"600italic\";s:101:\"https://fonts.gstatic.com/s/rethinksans/v6/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSPgrsnY2fqa7iVQ.ttf\";s:9:\"700italic\";s:101:\"https://fonts.gstatic.com/s/rethinksans/v6/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSBwrsnY2fqa7iVQ.ttf\";s:9:\"800italic\";s:101:\"https://fonts.gstatic.com/s/rethinksans/v6/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSYArsnY2fqa7iVQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/rethinksans/v6/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkmFROE_snQ.ttf\";}i:1507;a:9:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/revalia/v23/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/revalia/v23/WwkexPimBE2-4ZPESVvkMA.ttf\";}i:1508;a:9:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/rhodiumlibre/v21/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/rhodiumlibre/v21/1q2AY5adA0tn_ukeHcQHqpx6lEXBfg.ttf\";}i:1509;a:9:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/ribeye/v26/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/ribeye/v26/L0x8DFMxk1MP9R3hvfqi.ttf\";}i:1510;a:9:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/ribeyemarrow/v25/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/ribeyemarrow/v25/GFDsWApshnqMRO2JdtRZ2d0vIA0ZUQ.ttf\";}i:1511;a:9:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/righteous/v18/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/righteous/v18/1cXxaUPXBpj2rGoU7C9WjnGA.ttf\";}i:1512;a:9:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/risque/v23/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/risque/v23/VdGfAZUfHosahXxYCEwR.ttf\";}i:1513;a:9:{s:6:\"family\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/roadrage/v8/6NUU8F2fKAOBKjjr4ekvtMYAwdRZfw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/roadrage/v8/6NUU8F2fKAOBKjjr4ekftcwE.ttf\";}i:1514;a:9:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:4:\"math\";i:7;s:7:\"symbols\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v48\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmTggvWl0Qn.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmTggvWl0Qn.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmTggvWl0Qn.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmTggvWl0Qn.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmTggvWl0Qn.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammTggvWl0Qn.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammTggvWl0Qn.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammTggvWl0Qn.ttf\";i:900;s:103:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammTggvWl0Qn.ttf\";s:9:\"100italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA_0klQnx24.ttf\";s:9:\"200italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQiA_0klQnx24.ttf\";s:9:\"300italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA_0klQnx24.ttf\";s:6:\"italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA_0klQnx24.ttf\";s:9:\"500italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA_0klQnx24.ttf\";s:9:\"600italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XiA_0klQnx24.ttf\";s:9:\"700italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA_0klQnx24.ttf\";s:9:\"800italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXiA_0klQnx24.ttf\";s:9:\"900italic\";s:106:\"https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA_0klQnx24.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmSiA8.ttf\";}i:1515;a:9:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyo_BJ731BKMSK.ttf\";i:200;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUyovBJ731BKMSK.ttf\";i:300;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsovBJ731BKMSK.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBJ731BKMSK.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAovBJ731BKMSK.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVspfBJ731BKMSK.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ731BKMSK.ttf\";i:800;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUypfBJ731BKMSK.ttf\";i:900;s:108:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUbpfBJ731BKMSK.ttf\";s:9:\"100italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgL5XljLdSK37o.ttf\";s:9:\"200italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgK5XljLdSK37o.ttf\";s:9:\"300italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64UYK5XljLdSK37o.ttf\";s:6:\"italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK5XljLdSK37o.ttf\";s:9:\"500italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64SoK5XljLdSK37o.ttf\";s:9:\"600italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64cYN5XljLdSK37o.ttf\";s:9:\"700italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N5XljLdSK37o.ttf\";s:9:\"800italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgN5XljLdSK37o.ttf\";s:9:\"900italic\";s:111:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64bEN5XljLdSK37o.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBI5Xk.ttf\";}i:1516;a:9:{s:6:\"family\";s:11:\"Roboto Flex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:306:\"https://fonts.gstatic.com/s/robotoflex/v29/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAQbGunCNCKMY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:301:\"https://fonts.gstatic.com/s/robotoflex/v29/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAcbCkmA.ttf\";}i:1517;a:9:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-05-20\";s:5:\"files\";a:14:{i:100;s:97:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPQ--5Ip2sSQ.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPQ--5Ip2sSQ.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPQ--5Ip2sSQ.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQ--5Ip2sSQ.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQ--5Ip2sSQ.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQ--5Ip2sSQ.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQ--5Ip2sSQ.ttf\";s:9:\"100italic\";s:99:\"https://fonts.gstatic.com/s/robotomono/v30/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW9AJi8SZwt.ttf\";s:9:\"200italic\";s:99:\"https://fonts.gstatic.com/s/robotomono/v30/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW9AJi8SZwt.ttf\";s:9:\"300italic\";s:99:\"https://fonts.gstatic.com/s/robotomono/v30/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW9AJi8SZwt.ttf\";s:6:\"italic\";s:99:\"https://fonts.gstatic.com/s/robotomono/v30/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9AJi8SZwt.ttf\";s:9:\"500italic\";s:99:\"https://fonts.gstatic.com/s/robotomono/v30/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW9AJi8SZwt.ttf\";s:9:\"600italic\";s:99:\"https://fonts.gstatic.com/s/robotomono/v30/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W9AJi8SZwt.ttf\";s:9:\"700italic\";s:99:\"https://fonts.gstatic.com/s/robotomono/v30/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9AJi8SZwt.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/robotomono/v30/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QuW9.ttf\";}i:1518;a:9:{s:6:\"family\";s:12:\"Roboto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliosp6d2Af5fR4k.ttf\";i:200;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqotp6d2Af5fR4k.ttf\";i:300;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6d2Af5fR4k.ttf\";s:7:\"regular\";s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6d2Af5fR4k.ttf\";i:500;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElhgtp6d2Af5fR4k.ttf\";i:600;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQqp6d2Af5fR4k.ttf\";i:700;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEls0qp6d2Af5fR4k.ttf\";i:800;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqoqp6d2Af5fR4k.ttf\";i:900;s:151:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEloMqp6d2Af5fR4k.ttf\";s:9:\"100italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-V8BdxaV4nUFw.ttf\";s:9:\"200italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-R8BdxaV4nUFw.ttf\";s:9:\"300italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuEeR8BdxaV4nUFw.ttf\";s:6:\"italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-R8BdxaV4nUFw.ttf\";s:9:\"500italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JufeR8BdxaV4nUFw.ttf\";s:9:\"600italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JukeN8BdxaV4nUFw.ttf\";s:9:\"700italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuqON8BdxaV4nUFw.ttf\";s:9:\"800italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-N8BdxaV4nUFw.ttf\";s:9:\"900italic\";s:154:\"https://fonts.gstatic.com/s/robotoserif/v16/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Ju5uN8BdxaV4nUFw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:146:\"https://fonts.gstatic.com/s/robotoserif/v16/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6Z8BQ.ttf\";}i:1519;a:9:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/robotoslab/v35/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmaWRm.ttf\";}i:1520;a:9:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/rochester/v23/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/rochester/v23/6ae-4KCqVa4Zy6Fif-UC3lHS.ttf\";}i:1521;a:9:{s:6:\"family\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/rock3d/v13/yYLp0hrL0PCo651513SnwRnQyNI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/rock3d/v13/yYLp0hrL0PCo651553WtxQ.ttf\";}i:1522;a:9:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/rocksalt/v23/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/rocksalt/v23/MwQ0bhv11fWD6QsAVOZrsUM_.ttf\";}i:1523;a:9:{s:6:\"family\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/rocknrollone/v15/kmK7ZqspGAfCeUiW6FFlmEC9guVhs7tfUxc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/rocknrollone/v15/kmK7ZqspGAfCeUiW6FFlmEC9suRrtw.ttf\";}i:1524;a:9:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v38\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf\";i:200;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf\";i:800;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf\";s:9:\"100italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiJGbqluc6nu9E.ttf\";s:9:\"200italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiIGbqluc6nu9E.ttf\";s:9:\"300italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NCaIGbqluc6nu9E.ttf\";s:6:\"italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiIGbqluc6nu9E.ttf\";s:9:\"500italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NEqIGbqluc6nu9E.ttf\";s:9:\"600italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NKaPGbqluc6nu9E.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NJ-PGbqluc6nu9E.ttf\";s:9:\"800italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiPGbqluc6nu9E.ttf\";s:9:\"900italic\";s:91:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NNGPGbqluc6nu9E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/rokkitt/v38/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd6DKGbo.ttf\";}i:1525;a:9:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSX3XYP.ttf\";}i:1526;a:9:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf\";s:6:\"italic\";s:77:\"https://fonts.gstatic.com/s/ropasans/v15/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScy6WzNs.ttf\";}i:1527;a:9:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:88:\"https://fonts.gstatic.com/s/rosario/v34/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/rosario/v34/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/rosario/v34/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/rosario/v34/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/rosario/v34/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf\";s:9:\"300italic\";s:91:\"https://fonts.gstatic.com/s/rosario/v34/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf\";s:6:\"italic\";s:91:\"https://fonts.gstatic.com/s/rosario/v34/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf\";s:9:\"500italic\";s:91:\"https://fonts.gstatic.com/s/rosario/v34/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf\";s:9:\"600italic\";s:91:\"https://fonts.gstatic.com/s/rosario/v34/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/rosario/v34/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/rosario/v34/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCVcyfeI.ttf\";}i:1528;a:9:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/rosarivo/v23/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/rosarivo/v23/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/rosarivo/v23/PlI-Fl2lO6N9f8HaNDeD0Hw.ttf\";}i:1529;a:9:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/rougescript/v19/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/rougescript/v19/LYjFdGbiklMoCIQOw1Ep3S4_Vf_f.ttf\";}i:1530;a:9:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{i:300;s:75:\"https://fonts.gstatic.com/s/rowdies/v18/ptRMTieMYPNBAK219hth5O7yKQNute8.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/rowdies/v18/ptRJTieMYPNBAK21zrdJwObZNQo.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/rowdies/v18/ptRMTieMYPNBAK219gtm5O7yKQNute8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/rowdies/v18/ptRJTieMYPNBAK21_rZDxA.ttf\";}i:1531;a:9:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/rozhaone/v16/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/rozhaone/v16/AlZy_zVFtYP12Zncg2kRdH38.ttf\";}i:1532;a:9:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:12:\"cyrillic-ext\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:300;s:84:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UE80V4bVkA.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UE80V4bVkA.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UE80V4bVkA.ttf\";i:800;s:84:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UE80V4bVkA.ttf\";i:900;s:84:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UE80V4bVkA.ttf\";s:9:\"300italic\";s:86:\"https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0UwdYPFkJ1O.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0UwdYPFkJ1O.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0UwdYPFkJ1O.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUwdYPFkJ1O.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUwdYPFkJ1O.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUwdYPFkJ1O.ttf\";s:9:\"900italic\";s:86:\"https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUwdYPFkJ1O.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFUUUw.ttf\";}i:1533;a:9:{s:6:\"family\";s:14:\"Rubik 80s Fade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/rubik80sfade/v2/U9MF6dW37nLSmnwZXyoV-uPXUhHwkbL8IHcK.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/rubik80sfade/v2/U9MF6dW37nLSmnwZXyoV-uPXUiHxm7Y.ttf\";}i:1534;a:9:{s:6:\"family\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X07z8_ApHqqk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X4732-A.ttf\";}i:1535;a:9:{s:6:\"family\";s:16:\"Rubik Broken Fax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/rubikbrokenfax/v1/NGSvv4rXG042O-GzH9sg1cUgl8w8YW-WdmGi300.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/rubikbrokenfax/v1/NGSvv4rXG042O-GzH9sg1cUgl8w8UW6ccg.ttf\";}i:1536;a:9:{s:6:\"family\";s:13:\"Rubik Bubbles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/rubikbubbles/v3/JIA1UVdwbHFJtwA7Us1BPFbRNTENfDxyRXI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/rubikbubbles/v3/JIA1UVdwbHFJtwA7Us1BPFbRBTAHeA.ttf\";}i:1537;a:9:{s:6:\"family\";s:12:\"Rubik Burned\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqniHQuaCY5ZSg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqnSHAGe.ttf\";}i:1538;a:9:{s:6:\"family\";s:10:\"Rubik Dirt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/rubikdirt/v2/DtVmJxC7WLEj1uIXEWAdulwm6gDXvwE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/rubikdirt/v2/DtVmJxC7WLEj1uIXEWAdil0s7g.ttf\";}i:1539;a:9:{s:6:\"family\";s:16:\"Rubik Distressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldcWAhatVBaGM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldQWErbg.ttf\";}i:1540;a:9:{s:6:\"family\";s:19:\"Rubik Doodle Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/rubikdoodleshadow/v1/rP2bp3im_k8G_wTVdvvMdHqmXTR3lEaLyKuZ3KOY7Gw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/rubikdoodleshadow/v1/rP2bp3im_k8G_wTVdvvMdHqmXTR3lEaL-KqT2A.ttf\";}i:1541;a:9:{s:6:\"family\";s:22:\"Rubik Doodle Triangles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/rubikdoodletriangles/v1/esDA301BLOmMKxKspb3g-domRuLPeaSn2bTzdLi_slZxgWE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/rubikdoodletriangles/v1/esDA301BLOmMKxKspb3g-domRuLPeaSn2bTzRLm1tg.ttf\";}i:1542;a:9:{s:6:\"family\";s:15:\"Rubik Gemstones\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/rubikgemstones/v1/zrf90HrL0-_8Xb4DFM2rUkWbOVrOiCnGqi1GMw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/rubikgemstones/v1/zrf90HrL0-_8Xb4DFM2rUkWbOVr-iSPC.ttf\";}i:1543;a:9:{s:6:\"family\";s:12:\"Rubik Glitch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZvmC7HONiSFQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZfmSTD.ttf\";}i:1544;a:9:{s:6:\"family\";s:16:\"Rubik Glitch Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/rubikglitchpop/v1/tDbX2pGHhFcM0gB3hN2elZLa3G-MOwStSUrV_BE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/rubikglitchpop/v1/tDbX2pGHhFcM0gB3hN2elZLa3G-MCwWnTQ.ttf\";}i:1545;a:9:{s:6:\"family\";s:9:\"Rubik Iso\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/rubikiso/v2/x3dickHUfr-S4VAI4sABfPACvy_1BA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/rubikiso/v2/x3dickHUfr-S4VAI4sAxffoG.ttf\";}i:1546;a:9:{s:6:\"family\";s:11:\"Rubik Lines\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/rubiklines/v1/_gP81R3vsjYzVW2Y6xFF-GSxYPp7oSNy.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/rubiklines/v1/_gP81R3vsjYzVW2Y6xFF-FSwav4.ttf\";}i:1547;a:9:{s:6:\"family\";s:10:\"Rubik Maps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/rubikmaps/v1/Gw6_wcjl80TZK9XxtbbejSYUChRqp9k.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/rubikmaps/v1/Gw6_wcjl80TZK9XxtbbevSceDg.ttf\";}i:1548;a:9:{s:6:\"family\";s:18:\"Rubik Marker Hatch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHQDL4iw0H6zw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHgDbQm.ttf\";}i:1549;a:9:{s:6:\"family\";s:10:\"Rubik Maze\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/rubikmaze/v2/xMQRuF9ZVa2ftiJEavXSAX7inS-bxV4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/rubikmaze/v2/xMQRuF9ZVa2ftiJEavXSMX_omQ.ttf\";}i:1550;a:9:{s:6:\"family\";s:13:\"Rubik Microbe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZcs8aaKgiauE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZQs4QbA.ttf\";}i:1551;a:9:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/rubikmonoone/v19/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/rubikmonoone/v19/UqyJK8kPP3hjw6ANTdfRk9YSN98xTKA.ttf\";}i:1552;a:9:{s:6:\"family\";s:15:\"Rubik Moonrocks\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/rubikmoonrocks/v6/845ANMAmAI2VUZMLu_W0M7HqlDHnXcD7JGy1Sw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/rubikmoonrocks/v6/845ANMAmAI2VUZMLu_W0M7HqlDHXXMr_.ttf\";}i:1553;a:9:{s:6:\"family\";s:12:\"Rubik Pixels\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/rubikpixels/v2/SlGXmQOaupkIeSx4CEpB7AdSaBYRagrQrA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/rubikpixels/v2/SlGXmQOaupkIeSx4CEpB7AdiaRwV.ttf\";}i:1554;a:9:{s:6:\"family\";s:13:\"Rubik Puddles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcJfC0wVMT-aE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcFfG-xQ.ttf\";}i:1555;a:9:{s:6:\"family\";s:14:\"Rubik Scribble\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/rubikscribble/v1/snfzs0Cp48d67SuHQOpjXLsQpbqbSjORSo9W.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/rubikscribble/v1/snfzs0Cp48d67SuHQOpjXLsQpYqaQDc.ttf\";}i:1556;a:9:{s:6:\"family\";s:17:\"Rubik Spray Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/rubikspraypaint/v1/WnzhHBAoeBPUDTB4EWR82y6EXWPH-Ro-QoaBZQxP.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/rubikspraypaint/v1/WnzhHBAoeBPUDTB4EWR82y6EXWPH-So_SII.ttf\";}i:1557;a:9:{s:6:\"family\";s:11:\"Rubik Storm\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/rubikstorm/v1/eLGYP-_uPgO5Ag7ju9JaouL9T2Xh9NQk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/rubikstorm/v1/eLGYP-_uPgO5Ag7ju9JaotL8RWE.ttf\";}i:1558;a:9:{s:6:\"family\";s:11:\"Rubik Vinyl\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/rubikvinyl/v1/iJWABXKIfDnIV4mQ5BfjvUXexox2ztOU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/rubikvinyl/v1/iJWABXKIfDnIV4mQ5BfjvXXfzIg.ttf\";}i:1559;a:9:{s:6:\"family\";s:15:\"Rubik Wet Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-F-zz313DuvQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-1-jbz.ttf\";}i:1560;a:9:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_-2KiSGg-H.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_-2KiSGg-H.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_-2KiSGg-H.ttf\";i:800;s:81:\"https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_-2KiSGg-H.ttf\";i:900;s:81:\"https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_-2KiSGg-H.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/ruda/v29/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsh__0qw.ttf\";}i:1561;a:9:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/rufina/v16/Yq6V-LyURyLy-aKyoxRktOdClg.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/rufina/v16/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/rufina/v16/Yq6V-LyURyLy-aKCoh5g.ttf\";}i:1562;a:9:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/rugeboogie/v29/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/rugeboogie/v29/JIA3UVFwbHRF_GIWSMhKNSOjNTE.ttf\";}i:1563;a:9:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0ZCq-3.ttf\";}i:1564;a:9:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/rumraisin/v23/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/rumraisin/v23/nwpRtKu3Ih8D5avB4h2uF36Czw.ttf\";}i:1565;a:9:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:7:\"symbols\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/ruslandisplay/v27/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/ruslandisplay/v27/Gw6jwczl81XcIZuckK_e3Upfdwxqn9g.ttf\";}i:1566;a:9:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/russoone/v17/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/russoone/v17/Z9XUDmZRWg6M1LvRYsHOycmM.ttf\";}i:1567;a:9:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/ruthie/v27/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/ruthie/v27/gokvH63sGkdqXuUNlTRz.ttf\";}i:1568;a:9:{s:6:\"family\";s:6:\"Ruwudu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/ruwudu/v4/syky-y1tj6UzRKfNlQCT9tPdpw.ttf\";i:500;s:72:\"https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1YSm3_vjBrlSILg.ttf\";i:600;s:72:\"https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1TS63_vjBrlSILg.ttf\";i:700;s:72:\"https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1KS-3_vjBrlSILg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/ruwudu/v4/syky-y1tj6UzRKf9lAqX.ttf\";}i:1569;a:9:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:62:\"https://fonts.gstatic.com/s/rye/v16/r05XGLJT86YDFpTsXOqx4w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:56:\"https://fonts.gstatic.com/s/rye/v16/r05XGLJT86YzF57o.ttf\";}i:1570;a:9:{s:6:\"family\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2SOYWxFMN1WD.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YihS2SOYWxFMN1WD.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yii-3iOYWxFMN1WD.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YiiH3iOYWxFMN1WD.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omsvbURVuMkWDmSo.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omvnbURVuMkWDmSo.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omhXcURVuMkWDmSo.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omizcURVuMkWDmSo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/stixtwotext/v17/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2ROZURU.ttf\";}i:1571;a:9:{s:6:\"family\";s:4:\"SUSE\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:100;s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbGG71q9ZnJSZtQG.ttf\";i:200;s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbEG7lq9ZnJSZtQG.ttf\";i:300;s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbHY7lq9ZnJSZtQG.ttf\";s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbGG7lq9ZnJSZtQG.ttf\";i:500;s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbG07lq9ZnJSZtQG.ttf\";i:600;s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbFY6Vq9ZnJSZtQG.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbFh6Vq9ZnJSZtQG.ttf\";i:800;s:80:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbEG6Vq9ZnJSZtQG.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/suse/v2/MwQsbhb078Wt81NpzELmC2QqjbGG7mq8bHY.ttf\";}i:1572;a:9:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/sacramento/v16/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/sacramento/v16/buEzpo6gcdjy0EiZMBUG4Csf-A.ttf\";}i:1573;a:9:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/sahitya/v19/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/sahitya/v19/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/sahitya/v19/6qLAKZkOuhnuqlJAWSYPOw.ttf\";}i:1574;a:9:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJFBTDADYAbvw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJJBXJBA.ttf\";}i:1575;a:9:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:18:{i:100;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rDosg7lwYmUVY.ttf\";i:200;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rCosg7lwYmUVY.ttf\";i:300;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7wTCosg7lwYmUVY.ttf\";s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCosg7lwYmUVY.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA72jCosg7lwYmUVY.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFosg7lwYmUVY.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fosg7lwYmUVY.ttf\";i:800;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rFosg7lwYmUVY.ttf\";i:900;s:101:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7_PFosg7lwYmUVY.ttf\";s:9:\"100italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSooxkyQjQVYmxA.ttf\";s:9:\"200italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByosxkyQjQVYmxA.ttf\";s:9:\"300italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBFIsxkyQjQVYmxA.ttf\";s:6:\"italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSosxkyQjQVYmxA.ttf\";s:9:\"500italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBeIsxkyQjQVYmxA.ttf\";s:9:\"600italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBlIwxkyQjQVYmxA.ttf\";s:9:\"700italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBrYwxkyQjQVYmxA.ttf\";s:9:\"800italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByowxkyQjQVYmxA.ttf\";s:9:\"900italic\";s:104:\"https://fonts.gstatic.com/s/saira/v21/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKB44wxkyQjQVYmxA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/saira/v21/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCkskxkw.ttf\";}i:1576;a:9:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:9:{i:100;s:91:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf\";i:200;s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf\";s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrvpOtA.ttf\";}i:1577;a:9:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:104:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf\";s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/sairaextracondensed/v14/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTj7kjx.ttf\";}i:1578;a:9:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:9:{i:100;s:102:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf\";i:900;s:103:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/sairasemicondensed/v14/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRX8KaOM.ttf\";}i:1579;a:9:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/sairastencilone/v17/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/sairastencilone/v17/SLXSc03I6HkvZGJ1GvvipLoYSTEL9DsNYQw.ttf\";}i:1580;a:9:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/salsa/v22/gNMKW3FiRpKj-imY8ncKEZez.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/salsa/v22/gNMKW3FiRpKj-hmZ-HM.ttf\";}i:1581;a:9:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/sanchez/v16/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/sanchez/v16/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/sanchez/v16/Ycm2sZJORluHnXbIfm9R-A.ttf\";}i:1582;a:9:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/sancreek/v26/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/sancreek/v26/pxiHypAnsdxUm159X4D_V1s.ttf\";}i:1583;a:9:{s:6:\"family\";s:15:\"Sankofa Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/sankofadisplay/v2/Ktk1ALSRd4LucUDghJ2rTqXOoh33F6mZVY9Y5w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/sankofadisplay/v2/Ktk1ALSRd4LucUDghJ2rTqXOoh3HFqOd.ttf\";}i:1584;a:9:{s:6:\"family\";s:9:\"Sansation\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:6:{i:300;s:79:\"https://fonts.gstatic.com/s/sansation/v1/LYjFdGPjnEg8DNA0z01YAVgPVPXbUJWq9g.ttf\";s:9:\"300italic\";s:81:\"https://fonts.gstatic.com/s/sansation/v1/LYjbdGPjnEg8DNA0z01Qr0KDVv_fcpC69i6N.ttf\";s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/sansation/v1/LYjAdGPjnEg8DNA0z01grXArXN7HWQ.ttf\";s:6:\"italic\";s:77:\"https://fonts.gstatic.com/s/sansation/v1/LYjGdGPjnEg8DNA0z01Qr3ovftvXWYyz.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/sansation/v1/LYjFdGPjnEg8DNA0z01YEV8PVPXbUJWq9g.ttf\";s:9:\"700italic\";s:81:\"https://fonts.gstatic.com/s/sansation/v1/LYjbdGPjnEg8DNA0z01Qr0KTUf_fcpC69i6N.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/sansation/v1/LYjAdGPjnEg8DNA0z01QrHov.ttf\";}i:1585;a:9:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/sansita/v11/QldONTRRphEb_-V7HBm7TXFf3qw.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/sansita/v11/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf\";s:9:\"800italic\";s:78:\"https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf\";i:900;s:75:\"https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf\";s:9:\"900italic\";s:78:\"https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/sansita/v11/QldONTRRphEb_-V7LBixSQ.ttf\";}i:1586;a:9:{s:6:\"family\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:7:{i:300;s:106:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW-ppbToVehmEa4Q.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbToVehmEa4Q.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW4ZpbToVehmEa4Q.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW2pubToVehmEa4Q.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW1NubToVehmEa4Q.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWzRubToVehmEa4Q.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWx1ubToVehmEa4Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/sansitaswashed/v22/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpXTsffg.ttf\";}i:1587;a:9:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:16:{i:100;s:74:\"https://fonts.gstatic.com/s/sarabun/v16/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf\";s:9:\"100italic\";s:76:\"https://fonts.gstatic.com/s/sarabun/v16/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf\";i:200;s:75:\"https://fonts.gstatic.com/s/sarabun/v16/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf\";s:9:\"200italic\";s:78:\"https://fonts.gstatic.com/s/sarabun/v16/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/sarabun/v16/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf\";s:9:\"300italic\";s:78:\"https://fonts.gstatic.com/s/sarabun/v16/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/sarabun/v16/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/sarabun/v16/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/sarabun/v16/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf\";s:9:\"500italic\";s:78:\"https://fonts.gstatic.com/s/sarabun/v16/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/sarabun/v16/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf\";s:9:\"600italic\";s:78:\"https://fonts.gstatic.com/s/sarabun/v16/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/sarabun/v16/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/sarabun/v16/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/sarabun/v16/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf\";s:9:\"800italic\";s:78:\"https://fonts.gstatic.com/s/sarabun/v16/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/sarabun/v16/DtVjJx26TKEr37c9aBNJmg.ttf\";}i:1588;a:9:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/sarala/v13/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/sarala/v13/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/sarala/v13/uK_y4riEZv4o1w9hCxcX.ttf\";}i:1589;a:9:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/sarina/v24/-F6wfjF3ITQwasLhLkDUriBQxw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/sarina/v24/-F6wfjF3ITQwasLRL0rQ.ttf\";}i:1590;a:9:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:6:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/sarpanch/v14/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf\";i:500;s:77:\"https://fonts.gstatic.com/s/sarpanch/v14/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf\";i:600;s:77:\"https://fonts.gstatic.com/s/sarpanch/v14/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/sarpanch/v14/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf\";i:800;s:77:\"https://fonts.gstatic.com/s/sarpanch/v14/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf\";i:900;s:77:\"https://fonts.gstatic.com/s/sarpanch/v14/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/sarpanch/v14/hESy6Xt4NCpRuk6Pzi2BTo4.ttf\";}i:1591;a:9:{s:6:\"family\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/sassyfrass/v8/LhWhMVrGOe0FLb97BjhsE99dGNWQg_am.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/sassyfrass/v8/LhWhMVrGOe0FLb97BjhsE-9cEtE.ttf\";}i:1592;a:9:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/satisfy/v22/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/satisfy/v22/rP2Hp2yn6lkG50LoCZWIGA.ttf\";}i:1593;a:9:{s:6:\"family\";s:6:\"Savate\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-05\";s:5:\"files\";a:16:{i:200;s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJTdxRbgJdhapcUU.ttf\";i:300;s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJelxRbgJdhapcUU.ttf\";s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJbdxRbgJdhapcUU.ttf\";i:500;s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJYVxRbgJdhapcUU.ttf\";i:600;s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJWl2RbgJdhapcUU.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJVB2RbgJdhapcUU.ttf\";i:800;s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJTd2RbgJdhapcUU.ttf\";i:900;s:85:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJR52RbgJdhapcUU.ttf\";s:9:\"200italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8yLfsDcjSsYUVUjg.ttf\";s:9:\"300italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8y8_sDcjSsYUVUjg.ttf\";s:6:\"italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8yrfsDcjSsYUVUjg.ttf\";s:9:\"500italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8yn_sDcjSsYUVUjg.ttf\";s:9:\"600italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8yc_wDcjSsYUVUjg.ttf\";s:9:\"700italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8ySvwDcjSsYUVUjg.ttf\";s:9:\"800italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8yLfwDcjSsYUVUjg.ttf\";s:9:\"900italic\";s:88:\"https://fonts.gstatic.com/s/savate/v4/QdVISTgjKAqpnvJnNqjvsfWwDtc3MH8yBPwDcjSsYUVUjg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/savate/v4/QdVKSTgjKAqpnvJNP5oQaZzblHkwJbdxdbkDcg.ttf\";}i:1594;a:9:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/sawarabigothic/v16/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/sawarabigothic/v16/x3d4ckfVaqqa-BEj-I9mE65u3k39BCMz.ttf\";}i:1595;a:9:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:7:\"braille\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/sawarabimincho/v19/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/sawarabimincho/v19/8QIRdiDaitzr7brc8ahpxt6GcIJjLKJL.ttf\";}i:1596;a:9:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/scada/v15/RLpxK5Pv5qumeWJoxzUobkvv.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/scada/v15/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/scada/v15/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf\";s:9:\"700italic\";s:73:\"https://fonts.gstatic.com/s/scada/v15/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/scada/v15/RLpxK5Pv5qumeVJpzTE.ttf\";}i:1597;a:9:{s:6:\"family\";s:16:\"Scheherazade New\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/scheherazadenew/v17/4UaZrFhTvxVnHDvUkUiHg8jprP4DCwNsOl4p5Is.ttf\";i:500;s:95:\"https://fonts.gstatic.com/s/scheherazadenew/v17/4UaerFhTvxVnHDvUkUiHg8jprP4DM_dFHlYC-IKnoSE.ttf\";i:600;s:95:\"https://fonts.gstatic.com/s/scheherazadenew/v17/4UaerFhTvxVnHDvUkUiHg8jprP4DM9tCHlYC-IKnoSE.ttf\";i:700;s:95:\"https://fonts.gstatic.com/s/scheherazadenew/v17/4UaerFhTvxVnHDvUkUiHg8jprP4DM79DHlYC-IKnoSE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/scheherazadenew/v17/4UaZrFhTvxVnHDvUkUiHg8jprP4DOwJmPg.ttf\";}i:1598;a:9:{s:6:\"family\";s:17:\"Schibsted Grotesk\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEAT8JuXFGVOQ.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNEMEAT8JuXFGVOQ.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMN_MYAT8JuXFGVOQ.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYAT8JuXFGVOQ.ttf\";i:800;s:110:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNosYAT8JuXFGVOQ.ttf\";i:900;s:110:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNi8YAT8JuXFGVOQ.ttf\";s:6:\"italic\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLoDMhqflSFOTXs.ttf\";s:9:\"500italic\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLaDMhqflSFOTXs.ttf\";s:9:\"600italic\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oI2C8hqflSFOTXs.ttf\";s:9:\"700italic\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oIPC8hqflSFOTXs.ttf\";s:9:\"800italic\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJoC8hqflSFOTXs.ttf\";s:9:\"900italic\";s:112:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJBC8hqflSFOTXs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/schibstedgrotesk/v6/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEwTshq.ttf\";}i:1599;a:9:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIZxMa7g.ttf\";}i:1600;a:9:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGDFWkXI.ttf\";}i:1601;a:9:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/seaweedscript/v16/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/seaweedscript/v16/bx6cNx6Tne2pxOATYE8C_Rsoe3WI8qM.ttf\";}i:1602;a:9:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/secularone/v13/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/secularone/v13/8QINdiTajsj_87rMuMdKyqDkOO0.ttf\";}i:1603;a:9:{s:6:\"family\";s:5:\"Sedan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/sedan/v1/Yq6a-L-VVyD6-eOSiTpovf5b.ttf\";s:6:\"italic\";s:68:\"https://fonts.gstatic.com/s/sedan/v1/Yq6U-L-VVyD6-dOQgz5KuO5bjxE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/sedan/v1/Yq6a-L-VVyD6-dOTgz4.ttf\";}i:1604;a:9:{s:6:\"family\";s:8:\"Sedan SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/sedansc/v2/yMJRMIlvYZ3Jn1Y30Dq8fSx5i814.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/sedansc/v2/yMJRMIlvYZ3Jn1Y30Aq9dyg.ttf\";}i:1605;a:9:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJqMX2Ix.ttf\";}i:1606;a:9:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/sedgwickavedisplay/v22/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/sedgwickavedisplay/v22/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM1cyfeI.ttf\";}i:1607;a:9:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:5:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/sen/v11/6xK0dSxYI9_dkN18-vZKK2EISCq5H47KlD9q78A.ttf\";i:500;s:79:\"https://fonts.gstatic.com/s/sen/v11/6xK0dSxYI9_dkN18-vZKK2EISBi5H47KlD9q78A.ttf\";i:600;s:79:\"https://fonts.gstatic.com/s/sen/v11/6xK0dSxYI9_dkN18-vZKK2EISPS-H47KlD9q78A.ttf\";i:700;s:79:\"https://fonts.gstatic.com/s/sen/v11/6xK0dSxYI9_dkN18-vZKK2EISM2-H47KlD9q78A.ttf\";i:800;s:79:\"https://fonts.gstatic.com/s/sen/v11/6xK0dSxYI9_dkN18-vZKK2EISKq-H47KlD9q78A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/sen/v11/6xK0dSxYI9_dkN18-vZKK2EISCq5L4_AkA.ttf\";}i:1608;a:9:{s:6:\"family\";s:12:\"Send Flowers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/sendflowers/v6/If2PXTjtZS-0Xqy13uCQSULvxwjjouU1iw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/sendflowers/v6/If2PXTjtZS-0Xqy13uCQSULfxgLn.ttf\";}i:1609;a:9:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/sevillana/v24/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/sevillana/v24/KFOlCnWFscmDt1Bfiy1fAhc9.ttf\";}i:1610;a:9:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/seymourone/v24/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/seymourone/v24/4iCp6Khla9xbjQpoWGGd0lyJN4Q.ttf\";}i:1611;a:9:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/shadowsintolight/v21/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/shadowsintolight/v21/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQzc8D8.ttf\";}i:1612;a:9:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/shadowsintolighttwo/v18/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:98:\"https://fonts.gstatic.com/s/shadowsintolighttwo/v18/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpArHHA.ttf\";}i:1613;a:9:{s:6:\"family\";s:8:\"Shafarik\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"glagolitic\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/shafarik/v3/RWmLoKaF7PojpZXlW52sbsHKqLkD.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/shafarik/v3/RWmLoKaF7PojpZXlW62tZMU.ttf\";}i:1614;a:9:{s:6:\"family\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/shalimar/v8/uU9MCBoE6I6iNWFUvTPx8PCOg0uX.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/shalimar/v8/uU9MCBoE6I6iNWFUvQPw-vQ.ttf\";}i:1615;a:9:{s:6:\"family\";s:13:\"Shantell Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:12:{i:300;s:153:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYQiS2i2yPwxjyRN.ttf\";s:7:\"regular\";s:153:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S2i2yPwxjyRN.ttf\";i:500;s:153:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYROS2i2yPwxjyRN.ttf\";i:600;s:153:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSiTGi2yPwxjyRN.ttf\";i:700;s:153:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSbTGi2yPwxjyRN.ttf\";i:800;s:153:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYT8TGi2yPwxjyRN.ttf\";s:9:\"300italic\";s:156:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CN71wvgTijRNYgQ.ttf\";s:6:\"italic\";s:156:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CID1wvgTijRNYgQ.ttf\";s:9:\"500italic\";s:156:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CLL1wvgTijRNYgQ.ttf\";s:9:\"600italic\";s:156:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CF7ywvgTijRNYgQ.ttf\";s:9:\"700italic\";s:156:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CGfywvgTijRNYgQ.ttf\";s:9:\"800italic\";s:156:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CADywvgTijRNYgQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:148:\"https://fonts.gstatic.com/s/shantellsans/v12/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S1i3wvg.ttf\";}i:1616;a:9:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/shanti/v25/t5thIREMM4uSDgzgU0ezpKfwzA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/shanti/v25/t5thIREMM4uSDgzQUk23.ttf\";}i:1617;a:9:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/share/v19/i7dEIFliZjKNF5VNHLq2cV5d.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/share/v19/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/share/v19/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf\";s:9:\"700italic\";s:73:\"https://fonts.gstatic.com/s/share/v19/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/share/v19/i7dEIFliZjKNF6VMFr4.ttf\";}i:1618;a:9:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/sharetech/v22/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/sharetech/v22/7cHtv4Uyi5K0OeZ7bohU8HsJnQ.ttf\";}i:1619;a:9:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFcLpQEA.ttf\";}i:1620;a:9:{s:6:\"family\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/shipporiantique/v10/-F6qfid3KC8pdMyzR0qRyFUht11v8ldPg-IUDNg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/shipporiantique/v10/-F6qfid3KC8pdMyzR0qRyFUht11vwlZFhw.ttf\";}i:1621;a:9:{s:6:\"family\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/shipporiantiqueb1/v10/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40grRFCj9-5Y8Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/shipporiantiqueb1/v10/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40gnRBIiw.ttf\";}i:1622;a:9:{s:6:\"family\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:5:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/shipporimincho/v16/VdGGAZweH5EbgHY6YExcZfDoj0BA2_-C7LoS7g.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/shipporimincho/v16/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am5JEO5--2zg.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/shipporimincho/v16/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm5JEO5--2zg.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/shipporimincho/v16/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm5JEO5--2zg.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/shipporimincho/v16/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om5JEO5--2zg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/shipporimincho/v16/VdGGAZweH5EbgHY6YExcZfDoj0Bw2vWG.ttf\";}i:1623;a:9:{s:6:\"family\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:5:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/shipporiminchob1/v23/wXK2E2wCr44tulPdnn-xbIpJ9RgT9-nyjqBr1lO97Q.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/shipporiminchob1/v23/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKeolP3nih5H4Uug.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/shipporiminchob1/v23/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKVo5P3nih5H4Uug.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/shipporiminchob1/v23/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKMo9P3nih5H4Uug.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/shipporiminchob1/v23/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKLoxP3nih5H4Uug.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/shipporiminchob1/v23/wXK2E2wCr44tulPdnn-xbIpJ9RgT9-nCj6pv.ttf\";}i:1624;a:9:{s:6:\"family\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/shizuru/v12/O4ZSFGfvnxFiCA3i30IJlgUTj2A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/shizuru/v12/O4ZSFGfvnxFiCA3i70MDkg.ttf\";}i:1625;a:9:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtl8BRha.ttf\";}i:1626;a:9:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX9STe3s.ttf\";}i:1627;a:9:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/shrikhand/v16/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/shrikhand/v16/a8IbNovtLWfR7T7bMJwrBYKU.ttf\";}i:1628;a:9:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-01-08\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/siemreap/v29/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/siemreap/v29/Gg82N5oFbgLvHAfNl1Yalgs.ttf\";}i:1629;a:9:{s:6:\"family\";s:6:\"Sigmar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/sigmar/v8/hv-XlzJgIE8a85pUbWY3MTFgVg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/sigmar/v8/hv-XlzJgIE8a85pkbGwz.ttf\";}i:1630;a:9:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/sigmarone/v19/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/sigmarone/v19/co3DmWZ8kjZuErj9Ta3do6Lpow.ttf\";}i:1631;a:9:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:106:\"https://fonts.gstatic.com/s/signika/v28/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r93zuYzTMngt4xjw.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/signika/v28/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuYzTMngt4xjw.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/signika/v28/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9szuYzTMngt4xjw.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/signika/v28/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9XzyYzTMngt4xjw.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/signika/v28/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9ZjyYzTMngt4xjw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/signika/v28/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuozDkj.ttf\";}i:1632;a:9:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:5:{i:300;s:108:\"https://fonts.gstatic.com/s/signikanegative/v26/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAr5S73st9hiuEq8.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/signikanegative/v26/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS73st9hiuEq8.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/signikanegative/v26/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqVS73st9hiuEq8.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/signikanegative/v26/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAp5TL3st9hiuEq8.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/signikanegative/v26/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RApATL3st9hiuEq8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/signikanegative/v26/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS43tvdw.ttf\";}i:1633;a:9:{s:6:\"family\";s:10:\"Silkscreen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/silkscreen/v5/m8JXjfVPf62XiF7kO-i9ULRvamODxdI.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/silkscreen/v5/m8JUjfVPf62XiF7kO-i9aAhATmuo2dudFvc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/silkscreen/v5/m8JXjfVPf62XiF7kO-i9YLVlbg.ttf\";}i:1634;a:9:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/simonetta/v28/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf\";s:6:\"italic\";s:78:\"https://fonts.gstatic.com/s/simonetta/v28/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf\";i:900;s:80:\"https://fonts.gstatic.com/s/simonetta/v28/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf\";s:9:\"900italic\";s:82:\"https://fonts.gstatic.com/s/simonetta/v28/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/simonetta/v28/x3dickHVYrCU5BU15c4xffoG.ttf\";}i:1635;a:9:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/singleday/v18/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/singleday/v18/LYjHdGDjlEgoAcF95EI5vVsPVA.ttf\";}i:1636;a:9:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/sintony/v16/XoHm2YDqR7-98cVUITQnu98ojjs.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/sintony/v16/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/sintony/v16/XoHm2YDqR7-98cVUETUtvw.ttf\";}i:1637;a:9:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/sirinstencil/v26/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/sirinstencil/v26/mem4YaWwznmLx-lzGfN7MdRyRclMAg.ttf\";}i:1638;a:9:{s:6:\"family\";s:11:\"Sirivennela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/sirivennela/v2/kmK5Zq0oHhbAYX-X6lgptg7YiOFDtqtf.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/sirivennela/v2/kmK5Zq0oHhbAYX-X6lgptj7ZguU.ttf\";}i:1639;a:9:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/sixcaps/v22/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/sixcaps/v22/6ae_4KGrU7VR7bNmaYcT_3E.ttf\";}i:1640;a:9:{s:6:\"family\";s:9:\"Sixtyfour\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/sixtyfour/v2/OD5vuMCT1numDm3nakXtp2h4jg463t9haG_3mBkVsV20uFT3BAE5f73YnyS5ZuOV.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/sixtyfour/v2/OD5vuMCT1numDm3nakXtp2h4jg463t9haG_3mBkVsV20uFT3BAE5f43ZlSA.ttf\";}i:1641;a:10:{s:6:\"family\";s:21:\"Sixtyfour Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:171:\"https://fonts.gstatic.com/s/sixtyfourconvergence/v4/m8IQjepPf7mIglv5K__zM9srGA7wurbybZMfZsqG2Q6EWlJro5FJSJ4acT9PoOPwGgieaK7zkSpdXP-GrR9Yw9Tg7E4HGLbUKPlOh102hotkk3grz3g.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:166:\"https://fonts.gstatic.com/s/sixtyfourconvergence/v4/m8IQjepPf7mIglv5K__zM9srGA7wurbybZMfZsqG2Q6EWlJro5FJSJ4acT9PoOPwGgieaK7zkSpdXP-GrR9Yw9Tg7E4HGLbUKPlOh102topulw.ttf\";s:17:\"colorCapabilities\";a:1:{i:0;s:6:\"COLRv1\";}}i:1642;a:9:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/skranji/v13/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMUzqklg.ttf\";}i:1643;a:9:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/slabo13px/v16/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/slabo13px/v16/11hEGp_azEvXZUdSBzzRQKah3w.ttf\";}i:1644;a:9:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/slabo27px/v15/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/slabo27px/v15/mFT0WbgBwKPR_Z4hGN2qgxkD0A.ttf\";}i:1645;a:9:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/slackey/v29/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/slackey/v29/N0bV2SdQO-5yM0-dGlVQIQ.ttf\";}i:1646;a:9:{s:6:\"family\";s:13:\"Slackside One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/slacksideone/v13/EJRQQgMrXdcGsiBuvnRxodTwVy7VocNB6Iw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/slacksideone/v13/EJRQQgMrXdcGsiBuvnRxodTwZy_fpQ.ttf\";}i:1647;a:9:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/smokum/v30/TK3iWkUbAhopmrdGHjUHte5fKg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/smokum/v30/TK3iWkUbAhopmrd2Hz8D.ttf\";}i:1648;a:9:{s:6:\"family\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/smooch/v8/o-0LIps4xW8U1xUBjqp_6hVdYg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/smooch/v8/o-0LIps4xW8U1xUxj6B7.ttf\";}i:1649;a:9:{s:6:\"family\";s:11:\"Smooch Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUFodqIeNlzayg.ttf\";i:200;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUBodqIeNlzayg.ttf\";i:300;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oin0BodqIeNlzayg.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBodqIeNlzayg.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oi80BodqIeNlzayg.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiH0dodqIeNlzayg.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiJkdodqIeNlzayg.ttf\";i:800;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUdodqIeNlzayg.ttf\";i:900;s:97:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiaEdodqIeNlzayg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/smoochsans/v14/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBYd6ga.ttf\";}i:1650;a:9:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1BOLh_uGInjA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1xObJ7.ttf\";}i:1651;a:9:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/sniglet/v17/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJ9CihZA.ttf\";}i:1652;a:9:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu6v7KeQ.ttf\";}i:1653;a:9:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/snowburstone/v21/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/snowburstone/v21/MQpS-WezKdujBsXY3B7I-UT7SZ6eOw.ttf\";}i:1654;a:9:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGQDKCFQ.ttf\";}i:1655;a:9:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_vu-sowsrqjk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_su_uIg.ttf\";}i:1656;a:9:{s:6:\"family\";s:10:\"Sofia Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sa3trvKCXl8k.ttf\";i:200;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6sK3trvKCXl8k.ttf\";i:300;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69AksK3trvKCXl8k.ttf\";s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sK3trvKCXl8k.ttf\";i:500;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69BIsK3trvKCXl8k.ttf\";i:600;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Ckt63trvKCXl8k.ttf\";i:700;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Cdt63trvKCXl8k.ttf\";i:800;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6t63trvKCXl8k.ttf\";i:900;s:94:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69DTt63trvKCXl8k.ttf\";s:9:\"100italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WvpPagW08kdLY.ttf\";s:9:\"200italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WupPagW08kdLY.ttf\";s:9:\"300italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8xuupPagW08kdLY.ttf\";s:6:\"italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WupPagW08kdLY.ttf\";s:9:\"500italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy83eupPagW08kdLY.ttf\";s:9:\"600italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy85uppPagW08kdLY.ttf\";s:9:\"700italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy86KppPagW08kdLY.ttf\";s:9:\"800italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WppPagW08kdLY.ttf\";s:9:\"900italic\";s:97:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8-yppPagW08kdLY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:89:\"https://fonts.gstatic.com/s/sofiasans/v19/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sJ3spPY.ttf\";}i:1657;a:9:{s:6:\"family\";s:20:\"Sofia Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Csl8QO3OfwQQ.ttf\";i:200;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-Gsl8QO3OfwQQ.ttf\";i:300;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUq2eGsl8QO3OfwQQ.ttf\";s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Gsl8QO3OfwQQ.ttf\";i:500;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqteGsl8QO3OfwQQ.ttf\";i:600;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqWeasl8QO3OfwQQ.ttf\";i:700;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqYOasl8QO3OfwQQ.ttf\";i:800;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-asl8QO3OfwQQ.ttf\";i:900;s:116:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqLuasl8QO3OfwQQ.ttf\";s:9:\"100italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1c4K_uLgQZ_3.ttf\";s:9:\"200italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE1M4K_uLgQZ_3.ttf\";s:9:\"300italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ia1M4K_uLgQZ_3.ttf\";s:6:\"italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1M4K_uLgQZ_3.ttf\";s:9:\"500italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6J21M4K_uLgQZ_3.ttf\";s:9:\"600italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ka084K_uLgQZ_3.ttf\";s:9:\"700italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Kj084K_uLgQZ_3.ttf\";s:9:\"800italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE084K_uLgQZ_3.ttf\";s:9:\"900italic\";s:118:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Lt084K_uLgQZ_3.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:110:\"https://fonts.gstatic.com/s/sofiasanscondensed/v5/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Gcls4K.ttf\";}i:1658;a:9:{s:6:\"family\";s:26:\"Sofia Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmmEfzmM356GxA.ttf\";i:200;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGmiEfzmM356GxA.ttf\";i:300;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLxGiEfzmM356GxA.ttf\";s:7:\"regular\";s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmiEfzmM356GxA.ttf\";i:500;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLqGiEfzmM356GxA.ttf\";i:600;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLRG-EfzmM356GxA.ttf\";i:700;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLfW-EfzmM356GxA.ttf\";i:800;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGm-EfzmM356GxA.ttf\";i:900;s:129:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLM2-EfzmM356GxA.ttf\";s:9:\"100italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPTOI_ZuWxFXe.ttf\";s:9:\"200italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsPDOI_ZuWxFXe.ttf\";s:9:\"300italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUisyPDOI_ZuWxFXe.ttf\";s:6:\"italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPDOI_ZuWxFXe.ttf\";s:9:\"500italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitePDOI_ZuWxFXe.ttf\";s:9:\"600italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuyOzOI_ZuWxFXe.ttf\";s:9:\"700italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuLOzOI_ZuWxFXe.ttf\";s:9:\"800italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsOzOI_ZuWxFXe.ttf\";s:9:\"900italic\";s:131:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivFOzOI_ZuWxFXe.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:123:\"https://fonts.gstatic.com/s/sofiasansextracondensed/v5/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmi0fjOI.ttf\";}i:1659;a:9:{s:6:\"family\";s:25:\"Sofia Sans Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEO9TGahllIhN.ttf\";i:200;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbEe9TGahllIhN.ttf\";i:300;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvopFEe9TGahllIhN.ttf\";s:7:\"regular\";s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEe9TGahllIhN.ttf\";i:500;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoopEe9TGahllIhN.ttf\";i:600;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvorFFu9TGahllIhN.ttf\";i:700;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvor8Fu9TGahllIhN.ttf\";i:800;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbFu9TGahllIhN.ttf\";i:900;s:126:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqyFu9TGahllIhN.ttf\";s:9:\"100italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcRE6xHkZhNeas.ttf\";s:9:\"200italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocQE6xHkZhNeas.ttf\";s:9:\"300italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUlkQE6xHkZhNeas.ttf\";s:6:\"italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcQE6xHkZhNeas.ttf\";s:9:\"500italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUjUQE6xHkZhNeas.ttf\";s:9:\"600italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUtkXE6xHkZhNeas.ttf\";s:9:\"700italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUuAXE6xHkZhNeas.ttf\";s:9:\"800italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocXE6xHkZhNeas.ttf\";s:9:\"900italic\";s:129:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUq4XE6xHkZhNeas.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:121:\"https://fonts.gstatic.com/s/sofiasanssemicondensed/v7/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEd9SE6w.ttf\";}i:1660;a:9:{s:6:\"family\";s:8:\"Solitreo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/solitreo/v2/r05YGLlS5a9KYsyNO8upyDYtStiJ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/solitreo/v2/r05YGLlS5a9KYsyNO_uowjI.ttf\";}i:1661;a:9:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:73:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/solway/v18/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf\";i:800;s:73:\"https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/solway/v18/AMOQz46Cs2uTAOCmg3o5.ttf\";}i:1662;a:9:{s:6:\"family\";s:13:\"Sometype Mono\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/sometypemono/v3/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTAMGE9agQBbs7uG.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/sometypemono/v3/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTA-GE9agQBbs7uG.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/sometypemono/v3/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDSH09agQBbs7uG.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/sometypemono/v3/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDrH09agQBbs7uG.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/sometypemono/v3/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW6cZiwR5tquGrxk.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/sometypemono/v3/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW5UZiwR5tquGrxk.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/sometypemono/v3/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW3keiwR5tquGrxk.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/sometypemono/v3/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW0AeiwR5tquGrxk.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/sometypemono/v3/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTAMGH9biwQ.ttf\";}i:1663;a:9:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/songmyung/v21/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/songmyung/v21/1cX2aUDWAJH5-EIC7DIhn1CggQ.ttf\";}i:1664;a:9:{s:6:\"family\";s:4:\"Sono\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:7:{i:200;s:99:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkWdEnR4qYeB4Q.ttf\";i:300;s:99:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxV6EWdEnR4qYeB4Q.ttf\";s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWdEnR4qYeB4Q.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVhEWdEnR4qYeB4Q.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVaEKdEnR4qYeB4Q.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVUUKdEnR4qYeB4Q.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkKdEnR4qYeB4Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/sono/v11/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWtE358.ttf\";}i:1665;a:9:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18UVq21g.ttf\";}i:1666;a:9:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:8:{i:100;s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSdSn3-KIwNhBti0.ttf\";i:200;s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSfSnn-KIwNhBti0.ttf\";i:300;s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmScMnn-KIwNhBti0.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSdSnn-KIwNhBti0.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSdgnn-KIwNhBti0.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSeMmX-KIwNhBti0.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSe1mX-KIwNhBti0.ttf\";i:800;s:81:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSfSmX-KIwNhBti0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/sora/v16/xMQOuFFYT72X5wkB_18qmnndmSdSnk-LKQc.ttf\";}i:1667;a:9:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEbHwEig.ttf\";}i:1668;a:9:{s:6:\"family\";s:10:\"Sour Gummy\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1N88JU91CMD2tcoQ.ttf\";i:200;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1Nc8NU91CMD2tcoQ.ttf\";i:300;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1NrcNU91CMD2tcoQ.ttf\";s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1N88NU91CMD2tcoQ.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1NwcNU91CMD2tcoQ.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1NLcRU91CMD2tcoQ.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1NFMRU91CMD2tcoQ.ttf\";i:800;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1Nc8RU91CMD2tcoQ.ttf\";i:900;s:111:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1NWsRU91CMD2tcoQ.ttf\";s:9:\"100italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4C8tVqILW5MobGa.ttf\";s:9:\"200italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4A8tFqILW5MobGa.ttf\";s:9:\"300italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4DitFqILW5MobGa.ttf\";s:6:\"italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4C8tFqILW5MobGa.ttf\";s:9:\"500italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4COtFqILW5MobGa.ttf\";s:9:\"600italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4Bis1qILW5MobGa.ttf\";s:9:\"700italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4Bbs1qILW5MobGa.ttf\";s:9:\"800italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4A8s1qILW5MobGa.ttf\";s:9:\"900italic\";s:113:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtIGs2gPYuNDii97MjjLLvpghcw76OXBoIHpHgGZt9gyUXamxpYO4AVs1qILW5MobGa.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/sourgummy/v2/8AtGGs2gPYuNDii97MjjBrLbYfdJvDU5AZfP5opPVCC4oC5ANR1N88Nk9lqI.ttf\";}i:1669;a:9:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:16:{i:200;s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyQhM5hTXUcdJg.ttf\";i:300;s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DJKQhM5hTXUcdJg.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM5hTXUcdJg.ttf\";i:500;s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DP6QhM5hTXUcdJg.ttf\";i:600;s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM5hTXUcdJg.ttf\";i:700;s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DCuXhM5hTXUcdJg.ttf\";i:800;s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyXhM5hTXUcdJg.ttf\";i:900;s:105:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DGWXhM5hTXUcdJg.ttf\";s:9:\"200italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7I1rSVcZZJiGpw.ttf\";s:9:\"300italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTMo1rSVcZZJiGpw.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSVcZZJiGpw.ttf\";s:9:\"500italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTXo1rSVcZZJiGpw.ttf\";s:9:\"600italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSVcZZJiGpw.ttf\";s:9:\"700italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTi4prSVcZZJiGpw.ttf\";s:9:\"800italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7IprSVcZZJiGpw.ttf\";s:9:\"900italic\";s:108:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTxYprSVcZZJiGpw.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtM9rSQ.ttf\";}i:1670;a:9:{s:6:\"family\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:16:{i:200;s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw461EN_io6npfB.ttf\";i:300;s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf\";s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EN_io6npfB.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KyK61EN_io6npfB.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf\";s:9:\"200italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlO9C4Ym4fB3Ts.ttf\";s:9:\"300italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqOdO9C4Ym4fB3Ts.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqLlO9C4Ym4fB3Ts.ttf\";s:9:\"500italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqItO9C4Ym4fB3Ts.ttf\";s:9:\"600italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqGdJ9C4Ym4fB3Ts.ttf\";s:9:\"700italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqF5J9C4Ym4fB3Ts.ttf\";s:9:\"800italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlJ9C4Ym4fB3Ts.ttf\";s:9:\"900italic\";s:103:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqBBJ9C4Ym4fB3Ts.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/sourcesans3/v18/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky462EM9C4.ttf\";}i:1671;a:9:{s:6:\"family\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:16:{i:200;s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdqrhxXD-wGvjU.ttf\";i:300;s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiklqrhxXD-wGvjU.ttf\";s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqrhxXD-wGvjU.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiiVqrhxXD-wGvjU.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjisltrhxXD-wGvjU.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjivBtrhxXD-wGvjU.ttf\";i:800;s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdtrhxXD-wGvjU.ttf\";i:900;s:120:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjir5trhxXD-wGvjU.ttf\";s:9:\"200italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxl9dC84DrjXEXw.ttf\";s:9:\"300italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pGF9dC84DrjXEXw.ttf\";s:6:\"italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pRl9dC84DrjXEXw.ttf\";s:9:\"500italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pdF9dC84DrjXEXw.ttf\";s:9:\"600italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pmFhdC84DrjXEXw.ttf\";s:9:\"700italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98poVhdC84DrjXEXw.ttf\";s:9:\"800italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxlhdC84DrjXEXw.ttf\";s:9:\"900italic\";s:123:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98p71hdC84DrjXEXw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/sourceserif4/v13/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqnh1dCw.ttf\";}i:1672;a:9:{s:6:\"family\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:5:{i:300;s:101:\"https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsjNsFjTDJK.ttf\";s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf\";i:500;s:101:\"https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\";i:600;s:101:\"https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksjNsFjTDJK.ttf\";i:700;s:101:\"https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/spacegrotesk/v21/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXsiPMU.ttf\";}i:1673;a:9:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:4:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf\";s:6:\"italic\";s:80:\"https://fonts.gstatic.com/s/spacemono/v17/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/spacemono/v17/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/spacemono/v17/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/spacemono/v17/i7dPIFZifjKcF5UAWdDRYEd8QA.ttf\";}i:1674;a:9:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/specialelite/v19/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/specialelite/v19/XLYgIZbkc4JPUL5CVArUVL0ntnYOTQ.ttf\";}i:1675;a:9:{s:6:\"family\";s:14:\"Special Gothic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-07-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:120:\"https://fonts.gstatic.com/s/specialgothic/v3/1q2lY5WcG0Fg_v0fHc8BvIZ2537qdm1JEt9N3w2mJykOEnLhliLsitHN4bF8-SgLPIOkEp8.ttf\";i:500;s:120:\"https://fonts.gstatic.com/s/specialgothic/v3/1q2lY5WcG0Fg_v0fHc8BvIZ2537qdm1JEt9N3w2mJykOEnLhliLsitHN4YN8-SgLPIOkEp8.ttf\";i:600;s:120:\"https://fonts.gstatic.com/s/specialgothic/v3/1q2lY5WcG0Fg_v0fHc8BvIZ2537qdm1JEt9N3w2mJykOEnLhliLsitHN4W97-SgLPIOkEp8.ttf\";i:700;s:120:\"https://fonts.gstatic.com/s/specialgothic/v3/1q2lY5WcG0Fg_v0fHc8BvIZ2537qdm1JEt9N3w2mJykOEnLhliLsitHN4VZ7-SgLPIOkEp8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:115:\"https://fonts.gstatic.com/s/specialgothic/v3/1q2lY5WcG0Fg_v0fHc8BvIZ2537qdm1JEt9N3w2mJykOEnLhliLsitHN4bF8ySkBOA.ttf\";}i:1676;a:9:{s:6:\"family\";s:28:\"Special Gothic Condensed One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:116:\"https://fonts.gstatic.com/s/specialgothiccondensedone/v2/R70Njzwei_mJM7OsFDzX7EL9NBO6IPvd-Avolzh49w7PUZt_5YtxbX8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:111:\"https://fonts.gstatic.com/s/specialgothiccondensedone/v2/R70Njzwei_mJM7OsFDzX7EL9NBO6IPvd-Avolzh49w7PYZp14Q.ttf\";}i:1677;a:9:{s:6:\"family\";s:27:\"Special Gothic Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/specialgothicexpandedone/v2/IurO6Zxk74-YaYk1r3HOet4g75ENmBxUmOK61tA0Iu5gn5t-KhUVvQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/specialgothicexpandedone/v2/IurO6Zxk74-YaYk1r3HOet4g75ENmBxUmOK61tA0Iu5QnpF6.ttf\";}i:1678;a:9:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:14:{i:200;s:77:\"https://fonts.gstatic.com/s/spectral/v14/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf\";s:9:\"200italic\";s:80:\"https://fonts.gstatic.com/s/spectral/v14/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf\";i:300;s:77:\"https://fonts.gstatic.com/s/spectral/v14/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf\";s:9:\"300italic\";s:80:\"https://fonts.gstatic.com/s/spectral/v14/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/spectral/v14/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/spectral/v14/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf\";i:500;s:77:\"https://fonts.gstatic.com/s/spectral/v14/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf\";s:9:\"500italic\";s:80:\"https://fonts.gstatic.com/s/spectral/v14/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf\";i:600;s:77:\"https://fonts.gstatic.com/s/spectral/v14/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf\";s:9:\"600italic\";s:80:\"https://fonts.gstatic.com/s/spectral/v14/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/spectral/v14/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/spectral/v14/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf\";i:800;s:77:\"https://fonts.gstatic.com/s/spectral/v14/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf\";s:9:\"800italic\";s:80:\"https://fonts.gstatic.com/s/spectral/v14/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/spectral/v14/rnCr-xNNww_2s0amA9M_kn0.ttf\";}i:1679;a:9:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:14:{i:200;s:83:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf\";s:9:\"200italic\";s:86:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf\";s:9:\"300italic\";s:86:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/spectralsc/v15/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/spectralsc/v15/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf\";s:9:\"500italic\";s:86:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf\";s:9:\"600italic\";s:86:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf\";s:9:\"800italic\";s:86:\"https://fonts.gstatic.com/s/spectralsc/v15/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/spectralsc/v15/KtkpALCRZonmalTgyPmRfsWj42Q.ttf\";}i:1680;a:9:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/spicyrice/v27/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/spicyrice/v27/uK_24rSEd-Uqwk4jY1RyKv68Xg.ttf\";}i:1681;a:9:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/spinnaker/v20/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/spinnaker/v20/w8gYH2oyX-I0_rvR6HmX3XYP.ttf\";}i:1682;a:9:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3cXktt-Csn-Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3sX0Fp.ttf\";}i:1683;a:9:{s:6:\"family\";s:6:\"Splash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/splash/v7/KtksAL2RZoDkbU6hpPPGNdS6wg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/splash/v7/KtksAL2RZoDkbU6RpfnC.ttf\";}i:1684;a:9:{s:6:\"family\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:5:{i:300;s:97:\"https://fonts.gstatic.com/s/splinesans/v15/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpZlnYEtvlUfE2kw.ttf\";s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/splinesans/v15/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnYEtvlUfE2kw.ttf\";i:500;s:97:\"https://fonts.gstatic.com/s/splinesans/v15/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpClnYEtvlUfE2kw.ttf\";i:600;s:97:\"https://fonts.gstatic.com/s/splinesans/v15/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp5l7YEtvlUfE2kw.ttf\";i:700;s:97:\"https://fonts.gstatic.com/s/splinesans/v15/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp317YEtvlUfE2kw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/splinesans/v15/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnoE9Hh.ttf\";}i:1685;a:9:{s:6:\"family\";s:16:\"Spline Sans Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:107:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGA8MrtVy4d4dGb1.ttf\";s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMrtVy4d4dGb1.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBQMrtVy4d4dGb1.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGC8NbtVy4d4dGb1.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGCFNbtVy4d4dGb1.ttf\";s:9:\"300italic\";s:110:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcQ0WwYNacXb12MM.ttf\";s:6:\"italic\";s:110:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcVMWwYNacXb12MM.ttf\";s:9:\"500italic\";s:110:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcWEWwYNacXb12MM.ttf\";s:9:\"600italic\";s:110:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcY0RwYNacXb12MM.ttf\";s:9:\"700italic\";s:110:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcbQRwYNacXb12MM.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/splinesansmono/v12/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMotUwYM.ttf\";}i:1686;a:9:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/squadaone/v19/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/squadaone/v19/BCasqZ8XsOrx4mcOk6MtaaE2XA.ttf\";}i:1687;a:9:{s:6:\"family\";s:10:\"Square Peg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/squarepeg/v6/y83eW48Nzw6ZlUHc-phrBDHrHHfrFPE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/squarepeg/v6/y83eW48Nzw6ZlUHc-phrNDDhGA.ttf\";}i:1688;a:9:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/sreekrushnadevaraya/v22/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/sreekrushnadevaraya/v22/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_HWa0lw.ttf\";}i:1689;a:9:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/sriracha/v15/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/sriracha/v15/0nkrC9D4IuYBgWcI9NbZTwQ.ttf\";}i:1690;a:9:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/srisakdi/v17/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/srisakdi/v17/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/srisakdi/v17/yMJRMIlvdpDbkB0A-gq9dyg.ttf\";}i:1691;a:9:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/staatliches/v14/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/staatliches/v14/HI_OiY8KO6hCsQSoAPmtMYedvpU.ttf\";}i:1692;a:9:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/stalemate/v23/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/stalemate/v23/taiIGmZ_EJq97-UfkZRZu66o.ttf\";}i:1693;a:9:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v58\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/stalinistone/v58/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/stalinistone/v58/MQpS-WezM9W4Dd7D3B7I-UT7SZ6eOw.ttf\";}i:1694;a:9:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/stardosstencil/v15/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2Th7l5z.ttf\";}i:1695;a:9:{s:6:\"family\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/stick/v19/Qw3TZQpMCyTtJSvfvPVDMPoF.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/stick/v19/Qw3TZQpMCyTtJRvetvE.ttf\";}i:1696;a:9:{s:6:\"family\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:7:{i:200;s:103:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8Q7KriwKhcTKA.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcV4cQ7KriwKhcTKA.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8Q7KriwKhcTKA.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVjcQ7KriwKhcTKA.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVYcM7KriwKhcTKA.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVWMM7KriwKhcTKA.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8M7KriwKhcTKA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/sticknobills/v16/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8QLK7K0.ttf\";}i:1697;a:9:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/stintultracondensed/v24/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/stintultracondensed/v24/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2AOqx8K.ttf\";}i:1698;a:9:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/stintultraexpanded/v23/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/stintultraexpanded/v23/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd3qpCzA.ttf\";}i:1699;a:9:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{i:300;s:70:\"https://fonts.gstatic.com/s/stoke/v25/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf\";s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/stoke/v25/z7NadRb7aTMfKONpfihK1YTV.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/stoke/v25/z7NadRb7aTMfKNNodCw.ttf\";}i:1700;a:9:{s:6:\"family\";s:12:\"Story Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8Isk-VeJoCqeDjg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/storyscript/v3/mem5YaSw02SQ0OlzDuR8IskOVOhs.ttf\";}i:1701;a:9:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/strait/v18/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/strait/v18/DtViJxy6WaEr1LZDeTJp.ttf\";}i:1702;a:9:{s:6:\"family\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/stylescript/v12/vm8xdRX3SV7Z0aPa88xzW5npeFT76NZnMw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/stylescript/v12/vm8xdRX3SV7Z0aPa88xzW5nZeV7_.ttf\";}i:1703;a:9:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/stylish/v25/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/stylish/v25/m8JSjfhPYriQkk7-TozzcA.ttf\";}i:1704;a:9:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/sueellenfrancisco/v21/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:92:\"https://fonts.gstatic.com/s/sueellenfrancisco/v21/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9notP3g.ttf\";}i:1705;a:9:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/suezone/v14/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/suezone/v14/taiJGmd_EZ6rqscQgOFImo4.ttf\";}i:1706;a:9:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{i:300;s:88:\"https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/sulphurpoint/v15/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/sulphurpoint/v15/RLp5K5vv8KaycDcazWFPBj2adfgYvw.ttf\";}i:1707;a:9:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/sumana/v11/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/sumana/v11/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/sumana/v11/4UaDrE5TqRBjGj-28RLm.ttf\";}i:1708;a:9:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:3:{i:300;s:80:\"https://fonts.gstatic.com/s/sunflower/v17/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf\";i:500;s:80:\"https://fonts.gstatic.com/s/sunflower/v17/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/sunflower/v17/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/sunflower/v17/RWmPoKeF8fUjqIj7Vc-06MfSqIEC.ttf\";}i:1709;a:9:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcQEsOs.ttf\";}i:1710;a:9:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/supermercadoone/v28/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/supermercadoone/v28/OpNXnpQWg8jc_xps_Gi14kVVEXOn20f9NA.ttf\";}i:1711;a:9:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:2:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/sura/v20/SZc23FL5PbyzFf5UWzXtjUM.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/sura/v20/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/sura/v20/SZc23FL5PbyzJf9eXw.ttf\";}i:1712;a:9:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/suranna/v14/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/suranna/v14/gokuH6ztGkFjWe58hBVTSw.ttf\";}i:1713;a:9:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/suravaram/v22/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/suravaram/v22/_gP61R_usiY7SCym4xIwimSx.ttf\";}i:1714;a:9:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v33\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:5:{i:100;s:83:\"https://fonts.gstatic.com/s/suwannaphum/v33/jAnAgHV7GtDvc8jbe8hXXL3B9cSWXx2VZmk.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/suwannaphum/v33/jAnfgHV7GtDvc8jbe8hXXL0J1-S8cRGcf3Ai.ttf\";s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/suwannaphum/v33/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/suwannaphum/v33/jAnfgHV7GtDvc8jbe8hXXL0Z0OS8cRGcf3Ai.ttf\";i:900;s:84:\"https://fonts.gstatic.com/s/suwannaphum/v33/jAnfgHV7GtDvc8jbe8hXXL0h0uS8cRGcf3Ai.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/suwannaphum/v33/jAnCgHV7GtDvc8jbe8hXXLWk9cQ.ttf\";}i:1715;a:9:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/swankyandmoomoo/v23/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/swankyandmoomoo/v23/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kktLng.ttf\";}i:1716;a:9:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/syncopate/v23/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/syncopate/v23/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/syncopate/v23/pe0sMIuPIYBCpEV5eFdCA_e6.ttf\";}i:1717;a:9:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/syne/v23/8vIS7w4qzmVxsWxjBZRjr0FKM_04uT6kR47NCV5Z.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/syne/v23/8vIS7w4qzmVxsWxjBZRjr0FKM_0KuT6kR47NCV5Z.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/syne/v23/8vIS7w4qzmVxsWxjBZRjr0FKM_3mvj6kR47NCV5Z.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/syne/v23/8vIS7w4qzmVxsWxjBZRjr0FKM_3fvj6kR47NCV5Z.ttf\";i:800;s:81:\"https://fonts.gstatic.com/s/syne/v23/8vIS7w4qzmVxsWxjBZRjr0FKM_24vj6kR47NCV5Z.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/syne/v23/8vIS7w4qzmVxsWxjBZRjr0FKM_04uQ6lTYo.ttf\";}i:1718;a:9:{s:6:\"family\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHzIqCkDyvqZA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHDI6qg.ttf\";}i:1719;a:9:{s:6:\"family\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKh3ysdjvKU8Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKR3iEZ.ttf\";}i:1720;a:9:{s:6:\"family\";s:13:\"TASA Explorer\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:5:{s:7:\"regular\";s:100:\"https://fonts.gstatic.com/s/tasaexplorer/v2/K2FkfZdAt8xjBmxMCPK8UO_SPSH6kbsQNeItOI6o7xnGirZPlnP-.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/tasaexplorer/v2/K2FkfZdAt8xjBmxMCPK8UO_SPSH6kbsQNeItOI6a7xnGirZPlnP-.ttf\";i:600;s:100:\"https://fonts.gstatic.com/s/tasaexplorer/v2/K2FkfZdAt8xjBmxMCPK8UO_SPSH6kbsQNeItOI526BnGirZPlnP-.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/tasaexplorer/v2/K2FkfZdAt8xjBmxMCPK8UO_SPSH6kbsQNeItOI5P6BnGirZPlnP-.ttf\";i:800;s:100:\"https://fonts.gstatic.com/s/tasaexplorer/v2/K2FkfZdAt8xjBmxMCPK8UO_SPSH6kbsQNeItOI4o6BnGirZPlnP-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/tasaexplorer/v2/K2FkfZdAt8xjBmxMCPK8UO_SPSH6kbsQNeItOI6o7ynHgLI.ttf\";}i:1721;a:9:{s:6:\"family\";s:12:\"TASA Orbiter\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:5:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/tasaorbiter/v2/3XF4Erw3860rsdSUVZx78hPcTvQoDGHxaFGfVH4C8py095IuGcc.ttf\";i:500;s:98:\"https://fonts.gstatic.com/s/tasaorbiter/v2/3XF4Erw3860rsdSUVZx78hPcTvQoDGHxaFGfVEwC8py095IuGcc.ttf\";i:600;s:98:\"https://fonts.gstatic.com/s/tasaorbiter/v2/3XF4Erw3860rsdSUVZx78hPcTvQoDGHxaFGfVKAF8py095IuGcc.ttf\";i:700;s:98:\"https://fonts.gstatic.com/s/tasaorbiter/v2/3XF4Erw3860rsdSUVZx78hPcTvQoDGHxaFGfVJkF8py095IuGcc.ttf\";i:800;s:98:\"https://fonts.gstatic.com/s/tasaorbiter/v2/3XF4Erw3860rsdSUVZx78hPcTvQoDGHxaFGfVP4F8py095IuGcc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/tasaorbiter/v2/3XF4Erw3860rsdSUVZx78hPcTvQoDGHxaFGfVH4Cwp2-8w.ttf\";}i:1722;a:9:{s:6:\"family\";s:7:\"Tac One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"math\";i:3;s:7:\"symbols\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/tacone/v5/ahcZv8Cj3zw7qDr8fO4hU-FwnU0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:64:\"https://fonts.gstatic.com/s/tacone/v5/ahcZv8Cj3zw7qDr8TO8rVw.ttf\";}i:1723;a:9:{s:6:\"family\";s:12:\"Tagesschrift\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/tagesschrift/v2/pe0pMI6IOYlEuEZ7ZEA7ZKOaA_Rue1UwVg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/tagesschrift/v2/pe0pMI6IOYlEuEZ7ZEA7ZKOqAv5q.ttf\";}i:1724;a:9:{s:6:\"family\";s:16:\"Tai Heritage Pro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-viet\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:2:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/taiheritagepro/v8/sZlfdQid-zgaNiNIYcUzJMU3IYyNoHxSENxuLuE.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/taiheritagepro/v8/sZlYdQid-zgaNiNIYcUzJMU3IYyNmMB9NNRFMuhjCXY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/taiheritagepro/v8/sZlfdQid-zgaNiNIYcUzJMU3IYyNkH1YFA.ttf\";}i:1725;a:9:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:7:{i:200;s:75:\"https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/tajawal/v11/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf\";i:900;s:75:\"https://fonts.gstatic.com/s/tajawal/v11/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/tajawal/v11/Iura6YBj_oCad4k1nzeBDg.ttf\";}i:1726;a:9:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/tangerine/v17/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOxD5ZJ.ttf\";}i:1727;a:9:{s:6:\"family\";s:8:\"Tapestry\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-21\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/tapestry/v5/SlGTmQecrosEYXhaGBIkqnB6aSQU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/tapestry/v5/SlGTmQecrosEYXhaGCIloHQ.ttf\";}i:1728;a:9:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/taprom/v28/UcCn3F82JHycULbFQyk3-0kvHg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/taprom/v28/UcCn3F82JHycULb1QiMz.ttf\";}i:1729;a:9:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/tauri/v19/TwMA-IISS0AM3IpVWHU_TBqO.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/tauri/v19/TwMA-IISS0AM3LpUUnE.ttf\";}i:1730;a:9:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:18:{i:100;s:74:\"https://fonts.gstatic.com/s/taviraj/v14/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf\";s:9:\"100italic\";s:76:\"https://fonts.gstatic.com/s/taviraj/v14/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf\";i:200;s:75:\"https://fonts.gstatic.com/s/taviraj/v14/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf\";s:9:\"200italic\";s:78:\"https://fonts.gstatic.com/s/taviraj/v14/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/taviraj/v14/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf\";s:9:\"300italic\";s:78:\"https://fonts.gstatic.com/s/taviraj/v14/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/taviraj/v14/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/taviraj/v14/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/taviraj/v14/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf\";s:9:\"500italic\";s:78:\"https://fonts.gstatic.com/s/taviraj/v14/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/taviraj/v14/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf\";s:9:\"600italic\";s:78:\"https://fonts.gstatic.com/s/taviraj/v14/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/taviraj/v14/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/taviraj/v14/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/taviraj/v14/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf\";s:9:\"800italic\";s:78:\"https://fonts.gstatic.com/s/taviraj/v14/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf\";i:900;s:75:\"https://fonts.gstatic.com/s/taviraj/v14/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf\";s:9:\"900italic\";s:78:\"https://fonts.gstatic.com/s/taviraj/v14/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/taviraj/v14/ahcZv8Cj3ylylTXzTO8rVw.ttf\";}i:1731;a:9:{s:6:\"family\";s:8:\"Teachers\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:9:\"greek-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/teachers/v5/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBr3powY55O4AS32A.ttf\";i:500;s:90:\"https://fonts.gstatic.com/s/teachers/v5/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBr7JowY55O4AS32A.ttf\";i:600;s:90:\"https://fonts.gstatic.com/s/teachers/v5/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBrAJ0wY55O4AS32A.ttf\";i:700;s:90:\"https://fonts.gstatic.com/s/teachers/v5/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBrOZ0wY55O4AS32A.ttf\";i:800;s:90:\"https://fonts.gstatic.com/s/teachers/v5/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBrXp0wY55O4AS32A.ttf\";s:6:\"italic\";s:92:\"https://fonts.gstatic.com/s/teachers/v5/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtnYIJRKwgGn2JLo.ttf\";s:9:\"500italic\";s:92:\"https://fonts.gstatic.com/s/teachers/v5/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtnqIJRKwgGn2JLo.ttf\";s:9:\"600italic\";s:92:\"https://fonts.gstatic.com/s/teachers/v5/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtkGJ5RKwgGn2JLo.ttf\";s:9:\"700italic\";s:92:\"https://fonts.gstatic.com/s/teachers/v5/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-Ftk_J5RKwgGn2JLo.ttf\";s:9:\"800italic\";s:92:\"https://fonts.gstatic.com/s/teachers/v5/H4c3BXKVncXVmUGsgRY40rCwdnYr0Dd-FtlYJ5RKwgGn2JLo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:84:\"https://fonts.gstatic.com/s/teachers/v5/H4c5BXKVncXVmUGsgTwx4E9oHx2xfjBr3poAYpRK.ttf\";}i:1732;a:9:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:5:{i:300;s:81:\"https://fonts.gstatic.com/s/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN9JG7Sy3TKEvkCF.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN8XG7Sy3TKEvkCF.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN8lG7Sy3TKEvkCF.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN_JHLSy3TKEvkCF.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN_wHLSy3TKEvkCF.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/teko/v22/LYjYdG7kmE0gV69VVPPdFl06VN8XG4Sz1zY.ttf\";}i:1733;a:9:{s:6:\"family\";s:6:\"Tektur\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVYtOY8P7TWd0.ttf\";i:500;s:102:\"https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwcVYtOY8P7TWd0.ttf\";i:600;s:102:\"https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzwUotOY8P7TWd0.ttf\";i:700;s:102:\"https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzJUotOY8P7TWd0.ttf\";i:800;s:102:\"https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryuUotOY8P7TWd0.ttf\";i:900;s:102:\"https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryHUotOY8P7TWd0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/tektur/v5/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVbtPacc.ttf\";}i:1734;a:9:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/telex/v17/ieVw2Y1fKWmIO9fTB1piKFIf.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/telex/v17/ieVw2Y1fKWmIO-fSDV4.ttf\";}i:1735;a:9:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/tenaliramakrishna/v14/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/tenaliramakrishna/v14/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-MKZ_u.ttf\";}i:1736;a:9:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/tenorsans/v21/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/tenorsans/v21/bx6ANxqUneKx06UkIXISn3N4Dw.ttf\";}i:1737;a:9:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/textmeone/v25/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/textmeone/v25/i7dOIFdlayuLUvgoFvHQFVZdYFI.ttf\";}i:1738;a:9:{s:6:\"family\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYG_Ug25riW1OD.ttf\";i:200;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYGvUg25riW1OD.ttf\";i:300;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2fGGvUg25riW1OD.ttf\";s:7:\"regular\";s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGvUg25riW1OD.ttf\";i:500;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eqGvUg25riW1OD.ttf\";i:600;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2dGHfUg25riW1OD.ttf\";i:700;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2d_HfUg25riW1OD.ttf\";i:800;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYHfUg25riW1OD.ttf\";i:900;s:110:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cxHfUg25riW1OD.ttf\";s:9:\"100italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1i0Z7AXkODN94.ttf\";s:9:\"200italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1j0Z7AXkODN94.ttf\";s:9:\"300italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWUNj0Z7AXkODN94.ttf\";s:6:\"italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1j0Z7AXkODN94.ttf\";s:9:\"500italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWS9j0Z7AXkODN94.ttf\";s:9:\"600italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWcNk0Z7AXkODN94.ttf\";s:9:\"700italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWfpk0Z7AXkODN94.ttf\";s:9:\"800italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1k0Z7AXkODN94.ttf\";s:9:\"900italic\";s:113:\"https://fonts.gstatic.com/s/texturina/v31/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWbRk0Z7AXkODN94.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/texturina/v31/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGsUh0Z4.ttf\";}i:1739;a:9:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/thasadith/v12/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf\";s:6:\"italic\";s:78:\"https://fonts.gstatic.com/s/thasadith/v12/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf\";i:700;s:80:\"https://fonts.gstatic.com/s/thasadith/v12/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf\";s:9:\"700italic\";s:82:\"https://fonts.gstatic.com/s/thasadith/v12/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/thasadith/v12/mtG44_1TIqPYrd_f5R1osUMQ.ttf\";}i:1740;a:9:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:94:\"https://fonts.gstatic.com/s/thegirlnextdoor/v24/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/thegirlnextdoor/v24/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCY4VrF_.ttf\";}i:1741;a:9:{s:6:\"family\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/thenautigal/v7/VdGZAZ8ZH51Lvng9fQV2bfKr5wVk09Se5Q.ttf\";i:700;s:85:\"https://fonts.gstatic.com/s/thenautigal/v7/VdGGAZ8ZH51Lvng9fQV2bfKTWypA2_-C7LoS7g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/thenautigal/v7/VdGZAZ8ZH51Lvng9fQV2bfKb5g9g.ttf\";}i:1742;a:9:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:3:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf\";i:900;s:73:\"https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP07kUnD.ttf\";}i:1743;a:9:{s:6:\"family\";s:11:\"TikTok Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:7:{i:300;s:148:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7VuH1pFroETJ6Rg.ttf\";s:7:\"regular\";s:148:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7COH1pFroETJ6Rg.ttf\";i:500;s:148:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7OuH1pFroETJ6Rg.ttf\";i:600;s:148:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo71ub1pFroETJ6Rg.ttf\";i:700;s:148:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo77-b1pFroETJ6Rg.ttf\";i:800;s:148:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7iOb1pFroETJ6Rg.ttf\";i:900;s:148:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7oeb1pFroETJ6Rg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:142:\"https://fonts.gstatic.com/s/tiktoksans/v6/70kbu7g-Lm8OXGnh_Ow1sUfFMmlnhbRF425wxXH-UGeud7XItbaHtxhggMrrmAvSNAHtMV6x5PpBL2J5Rgbj-Bo7COHFpVDs.ttf\";}i:1744;a:9:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:5:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/tillana/v14/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/tillana/v14/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/tillana/v14/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/tillana/v14/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/tillana/v14/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/tillana/v14/VuJxdNvf35P4qJ1OSKfdPA.ttf\";}i:1745;a:9:{s:6:\"family\";s:9:\"Tilt Neon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/tiltneon/v11/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquXK9WualJ9DS.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/tiltneon/v11/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquUK8UOI.ttf\";}i:1746;a:9:{s:6:\"family\";s:10:\"Tilt Prism\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:112:\"https://fonts.gstatic.com/s/tiltprism/v15/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbwoTSrn86NKw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:106:\"https://fonts.gstatic.com/s/tiltprism/v15/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbAoD6v.ttf\";}i:1747;a:9:{s:6:\"family\";s:9:\"Tilt Warp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-09\";s:5:\"files\";a:1:{s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/tiltwarp/v17/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZTBxAVfMGOPb.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/tiltwarp/v17/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZQBwC1M.ttf\";}i:1748;a:9:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/timmana/v13/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/timmana/v13/6xKvdShfL9yK-rvpOmrRLA.ttf\";}i:1749;a:9:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwgX8dGVh8TI-.ttf\";s:6:\"italic\";s:69:\"https://fonts.gstatic.com/s/tinos/v24/buE2poGnedXvwjX-fmFD9CI-4NU.ttf\";i:700;s:70:\"https://fonts.gstatic.com/s/tinos/v24/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf\";s:9:\"700italic\";s:73:\"https://fonts.gstatic.com/s/tinos/v24/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwjX9fmE.ttf\";}i:1750;a:9:{s:6:\"family\";s:5:\"Tiny5\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/tiny5/v3/KFOpCnmCvdGT7hw-z0hHAi88.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/tiny5/v3/KFOpCnmCvdGT7iw_xUw.ttf\";}i:1751;a:9:{s:6:\"family\";s:11:\"Tiro Bangla\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/tirobangla/v6/IFSgHe1Tm95E3O8b5i2V8MG9-UPeuz4i.ttf\";s:6:\"italic\";s:81:\"https://fonts.gstatic.com/s/tirobangla/v6/IFSiHe1Tm95E3O8b5i2V8PG_80f8vi4imBM.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/tirobangla/v6/IFSgHe1Tm95E3O8b5i2V8PG880c.ttf\";}i:1752;a:9:{s:6:\"family\";s:21:\"Tiro Devanagari Hindi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:101:\"https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9fSOkOfG0Y3A.ttf\";s:6:\"italic\";s:103:\"https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55x8ezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSuMKXmgI3F_o.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:95:\"https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSeMK.ttf\";}i:1753;a:9:{s:6:\"family\";s:23:\"Tiro Devanagari Marathi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkotDrDJYM2lAZ.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1zPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDpBpIu30AZbUY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDqBpI.ttf\";}i:1754;a:9:{s:6:\"family\";s:24:\"Tiro Devanagari Sanskrit\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59pEoEqgtOh0w.ttf\";s:6:\"italic\";s:110:\"https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoGzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZEIsuoNax06MM.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZE4su.ttf\";}i:1755;a:9:{s:6:\"family\";s:13:\"Tiro Gurmukhi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/tirogurmukhi/v6/x3dmckXSYq-Uqjc048JUF7Jvly7HAQsyA2Y.ttf\";s:6:\"italic\";s:86:\"https://fonts.gstatic.com/s/tirogurmukhi/v6/x3d4ckXSYq-Uqjc048JUF7JvpyzNBSk3E2YljQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/tirogurmukhi/v6/x3dmckXSYq-Uqjc048JUF7Jvpy_NBQ.ttf\";}i:1756;a:9:{s:6:\"family\";s:12:\"Tiro Kannada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/tirokannada/v6/CSR44ztKmvqaDxEDJFY7CIYKSPl6tOU9Eg.ttf\";s:6:\"italic\";s:83:\"https://fonts.gstatic.com/s/tirokannada/v6/CSRm4ztKmvqaDxEDJFY7CIY6SvN-luAtEnKp.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/tirokannada/v6/CSR44ztKmvqaDxEDJFY7CIY6SfN-.ttf\";}i:1757;a:9:{s:6:\"family\";s:10:\"Tiro Tamil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/tirotamil/v10/m8JXjfVIf7OT22n3M-S_ULRvamODxdI.ttf\";s:6:\"italic\";s:80:\"https://fonts.gstatic.com/s/tirotamil/v10/m8JVjfVIf7OT22n3M-S_YLZlbkGG1dKEDw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/tirotamil/v10/m8JXjfVIf7OT22n3M-S_YLVlbg.ttf\";}i:1758;a:9:{s:6:\"family\";s:11:\"Tiro Telugu\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/tirotelugu/v7/aFTQ7PxlZWk2EPiSymjXdKSNQqn0X0BO.ttf\";s:6:\"italic\";s:81:\"https://fonts.gstatic.com/s/tirotelugu/v7/aFTS7PxlZWk2EPiSymjXdJSPSK3WWlBOoas.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/tirotelugu/v7/aFTQ7PxlZWk2EPiSymjXdJSMSK0.ttf\";}i:1759;a:9:{s:6:\"family\";s:5:\"Tirra\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tifinagh\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:6:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/tirra/v2/WBLrrEnNakREGrPF3AHdWn3J.ttf\";i:500;s:69:\"https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosx9SXVcWHALdio.ttf\";i:600;s:69:\"https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGosd8iXVcWHALdio.ttf\";i:700;s:69:\"https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGot58yXVcWHALdio.ttf\";i:800;s:69:\"https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotl8CXVcWHALdio.ttf\";i:900;s:69:\"https://fonts.gstatic.com/s/tirra/v2/WBLmrEnNakREGotB8SXVcWHALdio.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/tirra/v2/WBLrrEnNakREGoPE1gU.ttf\";}i:1760;a:9:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/titanone/v17/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/titanone/v17/mFTzWbsGxbbS_J5cQcjCkjgj.ttf\";}i:1761;a:9:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:11:{i:200;s:88:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf\";s:9:\"200italic\";s:91:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf\";s:9:\"300italic\";s:91:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf\";s:6:\"italic\";s:87:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf\";s:9:\"600italic\";s:91:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf\";s:9:\"700italic\";s:91:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf\";i:900;s:88:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/titilliumweb/v18/NaPecZTIAOhVxoMyOr9n_E7fdMXmCA.ttf\";}i:1762;a:9:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:76:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf\";s:9:\"100italic\";s:79:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf\";i:200;s:77:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf\";s:9:\"200italic\";s:80:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf\";i:300;s:77:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf\";s:9:\"300italic\";s:80:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf\";s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf\";s:6:\"italic\";s:76:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf\";i:500;s:77:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf\";s:9:\"500italic\";s:80:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf\";i:600;s:77:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf\";s:9:\"600italic\";s:80:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf\";i:700;s:77:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf\";s:9:\"700italic\";s:80:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf\";i:800;s:77:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf\";s:9:\"800italic\";s:80:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf\";i:900;s:77:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf\";s:9:\"900italic\";s:80:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/tomorrow/v18/WBLmrETNbFtZCeGqgRXUe2U.ttf\";}i:1763;a:9:{s:6:\"family\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQByZTp1I1LcGA.ttf\";i:200;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQFyZTp1I1LcGA.ttf\";i:300;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GZwFyZTp1I1LcGA.ttf\";s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFyZTp1I1LcGA.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GCwFyZTp1I1LcGA.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G5wZyZTp1I1LcGA.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G3gZyZTp1I1LcGA.ttf\";i:800;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQZyZTp1I1LcGA.ttf\";i:900;s:106:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GkAZyZTp1I1LcGA.ttf\";s:9:\"100italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJzBxAVfMGOPb.ttf\";s:9:\"200italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaJjBxAVfMGOPb.ttf\";s:9:\"300italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8ULEJjBxAVfMGOPb.ttf\";s:6:\"italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJjBxAVfMGOPb.ttf\";s:9:\"500italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKoJjBxAVfMGOPb.ttf\";s:9:\"600italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJEITBxAVfMGOPb.ttf\";s:9:\"700italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJ9ITBxAVfMGOPb.ttf\";s:9:\"800italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaITBxAVfMGOPb.ttf\";s:9:\"900italic\";s:108:\"https://fonts.gstatic.com/s/tourney/v15/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIzITBxAVfMGOPb.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/tourney/v15/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFCZDBx.ttf\";}i:1764;a:9:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM0Jr5vY.ttf\";}i:1765;a:9:{s:6:\"family\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/trainone/v15/gyB-hwkiNtc6KnxUVjWHOqbZRY7JVQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/trainone/v15/gyB-hwkiNtc6KnxUVjW3O6zd.ttf\";}i:1766;a:9:{s:6:\"family\";s:8:\"Triodion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/triodion/v3/IFSnHe5TgMVEmMQV5mr5u-W10l_X.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/triodion/v3/IFSnHe5TgMVEmMQV5lr4seE.ttf\";}i:1767;a:9:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:18:{i:100;s:74:\"https://fonts.gstatic.com/s/trirong/v16/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf\";s:9:\"100italic\";s:76:\"https://fonts.gstatic.com/s/trirong/v16/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf\";i:200;s:75:\"https://fonts.gstatic.com/s/trirong/v16/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf\";s:9:\"200italic\";s:78:\"https://fonts.gstatic.com/s/trirong/v16/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf\";i:300;s:75:\"https://fonts.gstatic.com/s/trirong/v16/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf\";s:9:\"300italic\";s:78:\"https://fonts.gstatic.com/s/trirong/v16/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf\";s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/trirong/v16/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/trirong/v16/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf\";i:500;s:75:\"https://fonts.gstatic.com/s/trirong/v16/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf\";s:9:\"500italic\";s:78:\"https://fonts.gstatic.com/s/trirong/v16/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf\";i:600;s:75:\"https://fonts.gstatic.com/s/trirong/v16/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf\";s:9:\"600italic\";s:78:\"https://fonts.gstatic.com/s/trirong/v16/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/trirong/v16/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/trirong/v16/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf\";i:800;s:75:\"https://fonts.gstatic.com/s/trirong/v16/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf\";s:9:\"800italic\";s:78:\"https://fonts.gstatic.com/s/trirong/v16/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf\";i:900;s:75:\"https://fonts.gstatic.com/s/trirong/v16/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf\";s:9:\"900italic\";s:78:\"https://fonts.gstatic.com/s/trirong/v16/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/trirong/v16/7r3GqXNgp8wxdOdOn40o3Q.ttf\";}i:1768;a:9:{s:6:\"family\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:100;s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9qoQl0zHugpt0.ttf\";i:200;s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9roQl0zHugpt0.ttf\";i:300;s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbCFroQl0zHugpt0.ttf\";s:7:\"regular\";s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9roQl0zHugpt0.ttf\";i:500;s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbE1roQl0zHugpt0.ttf\";i:600;s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbKFsoQl0zHugpt0.ttf\";i:700;s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbJhsoQl0zHugpt0.ttf\";i:800;s:108:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9soQl0zHugpt0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:103:\"https://fonts.gstatic.com/s/trispace/v26/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9rkQh-yA.ttf\";}i:1769;a:9:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/trocchi/v18/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/trocchi/v18/qWcqB6WkuIDxDZLcPrpeuA.ttf\";}i:1770;a:9:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:3:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/trochut/v23/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/trochut/v23/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/trochut/v23/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/trochut/v23/CHyjV-fDDlP9bDIw1nWCeQ.ttf\";}i:1771;a:9:{s:6:\"family\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAjswcFHnJMMhg.ttf\";i:200;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAiswcFHnJMMhg.ttf\";i:300;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMg4iswcFHnJMMhg.ttf\";s:7:\"regular\";s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAiswcFHnJMMhg.ttf\";i:500;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMmIiswcFHnJMMhg.ttf\";i:600;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMo4lswcFHnJMMhg.ttf\";i:700;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMrclswcFHnJMMhg.ttf\";i:800;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAlswcFHnJMMhg.ttf\";i:900;s:130:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMvklswcFHnJMMhg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:125:\"https://fonts.gstatic.com/s/truculenta/v26/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAigwYPGg.ttf\";}i:1772;a:9:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPzhNnoOd2j22U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPztNjiPQ.ttf\";}i:1773;a:9:{s:6:\"family\";s:15:\"Tsukimi Rounded\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:5:{i:300;s:93:\"https://fonts.gstatic.com/s/tsukimirounded/v13/sJoZ3LJNksWZO0LvnZwkF3HtoB7VkVsqN7MT3T9X8g.ttf\";s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/tsukimirounded/v13/sJoc3LJNksWZO0LvnZwkF3HtoB7tPXMOP5gP1A.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/tsukimirounded/v13/sJoZ3LJNksWZO0LvnZwkF3HtoB7VyVoqN7MT3T9X8g.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/tsukimirounded/v13/sJoZ3LJNksWZO0LvnZwkF3HtoB7V5V0qN7MT3T9X8g.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/tsukimirounded/v13/sJoZ3LJNksWZO0LvnZwkF3HtoB7VgVwqN7MT3T9X8g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/tsukimirounded/v13/sJoc3LJNksWZO0LvnZwkF3HtoB7dPHkK.ttf\";}i:1774;a:9:{s:6:\"family\";s:5:\"Tuffy\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"phoenician\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:65:\"https://fonts.gstatic.com/s/tuffy/v1/1q2IY56bHkJl7rxzF4xmyfYe.ttf\";s:6:\"italic\";s:68:\"https://fonts.gstatic.com/s/tuffy/v1/1q2GY56bHkJl7oxxHYhEzOYenEU.ttf\";i:700;s:69:\"https://fonts.gstatic.com/s/tuffy/v1/1q2FY56bHkJl7oTPOKhu4uoXhVzg.ttf\";s:9:\"700italic\";s:72:\"https://fonts.gstatic.com/s/tuffy/v1/1q2DY56bHkJl7oxxJTRr6O41gEzgZoQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:60:\"https://fonts.gstatic.com/s/tuffy/v1/1q2IY56bHkJl7oxyHYg.ttf\";}i:1775;a:9:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/tulpenone/v26/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/tulpenone/v26/dFa6ZfeC474skLgesc0Cajw6-A.ttf\";}i:1776;a:9:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:200;s:83:\"https://fonts.gstatic.com/s/turretroad/v10/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf\";i:300;s:83:\"https://fonts.gstatic.com/s/turretroad/v10/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf\";s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/turretroad/v10/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf\";i:500;s:83:\"https://fonts.gstatic.com/s/turretroad/v10/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/turretroad/v10/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf\";i:800;s:83:\"https://fonts.gstatic.com/s/turretroad/v10/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/turretroad/v10/pxiAypMgpcBFjE84Zv-fE0tEMPc.ttf\";}i:1777;a:9:{s:6:\"family\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/twinklestar/v7/pe0pMI6IL4dPoFl9LGEmY6WaA_Rue1UwVg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/twinklestar/v7/pe0pMI6IL4dPoFl9LGEmY6WqAv5q.ttf\";}i:1778;a:9:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:8:{i:300;s:73:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf\";s:9:\"300italic\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf\";s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf\";s:6:\"italic\";s:71:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf\";i:500;s:73:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf\";s:9:\"500italic\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf\";i:700;s:73:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf\";s:9:\"700italic\";s:75:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKeQ7z.ttf\";}i:1779;a:9:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/ubuntucondensed/v17/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/ubuntucondensed/v17/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-bfrg.ttf\";}i:1780;a:9:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/ubuntumono/v19/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf\";s:6:\"italic\";s:82:\"https://fonts.gstatic.com/s/ubuntumono/v19/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/ubuntumono/v19/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf\";s:9:\"700italic\";s:86:\"https://fonts.gstatic.com/s/ubuntumono/v19/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/ubuntumono/v19/KFOjCneDtsqEr0keqCMhbCc8CsE.ttf\";}i:1781;a:9:{s:6:\"family\";s:11:\"Ubuntu Sans\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:16:{i:100;s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbujzt7CfqLVLT9mgk.ttf\";i:200;s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj7t6CfqLVLT9mgk.ttf\";i:300;s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj2V6CfqLVLT9mgk.ttf\";s:7:\"regular\";s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbujzt6CfqLVLT9mgk.ttf\";i:500;s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbujwl6CfqLVLT9mgk.ttf\";i:600;s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj-V9CfqLVLT9mgk.ttf\";i:700;s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj9x9CfqLVLT9mgk.ttf\";i:800;s:113:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbuj7t9CfqLVLT9mgk.ttf\";s:9:\"100italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM54biBUJb4iglIHg.ttf\";s:9:\"200italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5YbmBUJb4iglIHg.ttf\";s:9:\"300italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5v7mBUJb4iglIHg.ttf\";s:6:\"italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM54bmBUJb4iglIHg.ttf\";s:9:\"500italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM507mBUJb4iglIHg.ttf\";s:9:\"600italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5P76BUJb4iglIHg.ttf\";s:9:\"700italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5Br6BUJb4iglIHg.ttf\";s:9:\"800italic\";s:116:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3mmWd6mSRtB7_9UaLWwLPLmXPrAaRZFVxauS9FrCyI9sOpp8jpmvM5Yb6BUJb4iglIHg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:108:\"https://fonts.gstatic.com/s/ubuntusans/v4/co3omWd6mSRtB7_9UaLWwJnCq5ALePfPu1tPcW235R53LqrCPWbujzt6OfuBUA.ttf\";}i:1782;a:9:{s:6:\"family\";s:16:\"Ubuntu Sans Mono\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:8:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27Ev_kYRiqcZu3n0.ttf\";i:500;s:106:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27Ed_kYRiqcZu3n0.ttf\";i:600;s:106:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27Hx-UYRiqcZu3n0.ttf\";i:700;s:106:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27HI-UYRiqcZu3n0.ttf\";s:6:\"italic\";s:109:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnva5SgKM7vmn0BLE.ttf\";s:9:\"500italic\";s:109:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnvZxSgKM7vmn0BLE.ttf\";s:9:\"600italic\";s:109:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnvXBVgKM7vmn0BLE.ttf\";s:9:\"700italic\";s:109:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyi7mzgBHrR5yE7ZyRg0QRJMKI45g_SchUEkQgw3KTnvUlVgKM7vmn0BLE.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/ubuntusansmono/v3/jVyc7mzgBHrR5yE7ZyRg0QRJMKI4zAbgjc1t-pKe27Ev_nYQgKM.ttf\";}i:1783;a:9:{s:6:\"family\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/uchen/v10/nKKZ-GokGZ1baIaSEQGodLxA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/uchen/v10/nKKZ-GokGZ1baLaTGwU.ttf\";}i:1784;a:9:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/ultra/v25/zOLy4prXmrtY-tT6yLOD6NxF.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/ultra/v25/zOLy4prXmrtY-uT7wrc.ttf\";}i:1785;a:9:{s:6:\"family\";s:9:\"Unbounded\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:8:{i:200;s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65jx043HgP6LR0Y.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG60bx043HgP6LR0Y.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx043HgP6LR0Y.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6yrx043HgP6LR0Y.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG68b2043HgP6LR0Y.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65j2043HgP6LR0Y.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG67H2043HgP6LR0Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/unbounded/v11/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx44zNhA.ttf\";}i:1786;a:9:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:86:\"https://fonts.gstatic.com/s/uncialantiqua/v21/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:81:\"https://fonts.gstatic.com/s/uncialantiqua/v21/N0bM2S5WOex4OUbESzoESK-i-MfQQZE.ttf\";}i:1787;a:9:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/underdog/v23/CHygV-jCElj7diMroVSiU14GN2Il.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/underdog/v23/CHygV-jCElj7diMroWSjWVo.ttf\";}i:1788;a:9:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/unicaone/v19/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/unicaone/v19/DPEuYwWHyAYGVTSmalsRd93b.ttf\";}i:1789;a:9:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{i:700;s:91:\"https://fonts.gstatic.com/s/unifrakturcook/v24/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/unifrakturcook/v24/IurA6Yli8YOdcoky-0PTTdkm56n05Xw01oY.ttf\";}i:1790;a:9:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:97:\"https://fonts.gstatic.com/s/unifrakturmaguntia/v22/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/unifrakturmaguntia/v22/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVenmZJ.ttf\";}i:1791;a:9:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/unkempt/v22/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/unkempt/v22/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/unkempt/v22/2EbnL-Z2DFZue0DSeYcV9w.ttf\";}i:1792;a:9:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/unlock/v27/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/unlock/v27/7Au-p_8ykD-cDl72KQLW.ttf\";}i:1793;a:9:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:4:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/unna/v24/AYCEpXzofN0NCpgBlGHCWFM.ttf\";s:6:\"italic\";s:67:\"https://fonts.gstatic.com/s/unna/v24/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf\";i:700;s:68:\"https://fonts.gstatic.com/s/unna/v24/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf\";s:9:\"700italic\";s:71:\"https://fonts.gstatic.com/s/unna/v24/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/unna/v24/AYCEpXzofN0NOpkLkA.ttf\";}i:1794;a:9:{s:6:\"family\";s:15:\"UoqMunThenKhung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:8:\"symbols2\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/uoqmunthenkhung/v1/Y4GTYa1nVTQLt-D5LoLChg5aJjIjwLL9Th8YYA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/uoqmunthenkhung/v1/Y4GTYa1nVTQLt-D5LoLChg5aJjITwbj5.ttf\";}i:1795;a:9:{s:6:\"family\";s:6:\"Updock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:68:\"https://fonts.gstatic.com/s/updock/v7/nuF4D_3dVZ70UI9SjLK3602XBw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:62:\"https://fonts.gstatic.com/s/updock/v7/nuF4D_3dVZ70UI9ijbiz.ttf\";}i:1796;a:9:{s:6:\"family\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx8fFpOrS8SlKw.ttf\";i:200;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSx4fFpOrS8SlKw.ttf\";i:300;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDlR4fFpOrS8SlKw.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4fFpOrS8SlKw.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqD-R4fFpOrS8SlKw.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDFRkfFpOrS8SlKw.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfFpOrS8SlKw.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSxkfFpOrS8SlKw.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkfFpOrS8SlKw.ttf\";s:9:\"100italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VJmvacG1K4S1.ttf\";s:9:\"200italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113VZmvacG1K4S1.ttf\";s:9:\"300italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA12pVZmvacG1K4S1.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VZmvacG1K4S1.ttf\";s:9:\"500italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA13FVZmvacG1K4S1.ttf\";s:9:\"600italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10pUpmvacG1K4S1.ttf\";s:9:\"700italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10QUpmvacG1K4S1.ttf\";s:9:\"800italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113UpmvacG1K4S1.ttf\";s:9:\"900italic\";s:93:\"https://fonts.gstatic.com/s/urbanist/v17/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA11eUpmvacG1K4S1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/urbanist/v17/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vF5mv.ttf\";}i:1797;a:9:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsYHpT2dkNE.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2isZFJA.ttf\";}i:1798;a:9:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLnqmuPw.ttf\";}i:1799;a:9:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHX5BR4B.ttf\";}i:1800;a:9:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfocuK.ttf\";}i:1801;a:9:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:84:\"https://fonts.gstatic.com/s/varta/v24/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4EirE-9PGLfQ.ttf\";s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/varta/v24/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4EirE-9PGLfQ.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/varta/v24/Qw3AZQpJHj_6LzHUngWbrFkDH1x9hj4EirE-9PGLfQ.ttf\";i:600;s:84:\"https://fonts.gstatic.com/s/varta/v24/Qw3AZQpJHj_6LzHUngWbrFkDH1x9ajkEirE-9PGLfQ.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/varta/v24/Qw3AZQpJHj_6LzHUngWbrFkDH1x9UzkEirE-9PGLfQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/varta/v24/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD40i7s6.ttf\";}i:1802;a:9:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/vastshadow/v20/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/vastshadow/v20/pe0qMImKOZ1V62ZwbVY9dce7I94.ttf\";}i:1803;a:9:{s:6:\"family\";s:9:\"Vazirmatn\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:9:{i:100;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgyOReZ72DF_QY.ttf\";i:200;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklegzOReZ72DF_QY.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklTYzOReZ72DF_QY.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzOReZ72DF_QY.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklVozOReZ72DF_QY.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklbY0OReZ72DF_QY.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklY80OReZ72DF_QY.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRkleg0OReZ72DF_QY.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklcE0OReZ72DF_QY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/vazirmatn/v15/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzCRaT6w.ttf\";}i:1804;a:9:{s:6:\"family\";s:9:\"Vend Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-08-26\";s:5:\"files\";a:10:{i:300;s:91:\"https://fonts.gstatic.com/s/vendsans/v1/E212_d7ijufNwCJPEUs2WCek2ncUdeeBqgeqzzfJQAJuEJw.ttf\";s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/vendsans/v1/E212_d7ijufNwCJPEUs2WCek2ncUdeeBqlmqzzfJQAJuEJw.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/vendsans/v1/E212_d7ijufNwCJPEUs2WCek2ncUdeeBqmuqzzfJQAJuEJw.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/vendsans/v1/E212_d7ijufNwCJPEUs2WCek2ncUdeeBqoetzzfJQAJuEJw.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/vendsans/v1/E212_d7ijufNwCJPEUs2WCek2ncUdeeBqr6tzzfJQAJuEJw.ttf\";s:9:\"300italic\";s:94:\"https://fonts.gstatic.com/s/vendsans/v1/E210_d7ijufNwCJPEUscURVbAh5_70mGv5HpeXTDRCBrAJz0nA.ttf\";s:6:\"italic\";s:94:\"https://fonts.gstatic.com/s/vendsans/v1/E210_d7ijufNwCJPEUscURVbAh5_70mGv5HpJ3TDRCBrAJz0nA.ttf\";s:9:\"500italic\";s:94:\"https://fonts.gstatic.com/s/vendsans/v1/E210_d7ijufNwCJPEUscURVbAh5_70mGv5HpFXTDRCBrAJz0nA.ttf\";s:9:\"600italic\";s:94:\"https://fonts.gstatic.com/s/vendsans/v1/E210_d7ijufNwCJPEUscURVbAh5_70mGv5Hp-XPDRCBrAJz0nA.ttf\";s:9:\"700italic\";s:94:\"https://fonts.gstatic.com/s/vendsans/v1/E210_d7ijufNwCJPEUscURVbAh5_70mGv5HpwHPDRCBrAJz0nA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/vendsans/v1/E212_d7ijufNwCJPEUs2WCek2ncUdeeBqlmq_zbDRA.ttf\";}i:1805;a:9:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:4:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/vesperlibre/v20/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf\";i:500;s:86:\"https://fonts.gstatic.com/s/vesperlibre/v20/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf\";i:700;s:86:\"https://fonts.gstatic.com/s/vesperlibre/v20/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf\";i:900;s:86:\"https://fonts.gstatic.com/s/vesperlibre/v20/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/vesperlibre/v20/bx6CNxyWnf-uxPdXDHUD_RdIDkWJ.ttf\";}i:1806;a:9:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/viaodalibre/v19/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/viaodalibre/v19/vEFW2_lWCgoR6OKuRz9kcRV5bmgc.ttf\";}i:1807;a:9:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/vibes/v15/QdVYSTsmIB6tmbd3HpbsuBlh.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/vibes/v15/QdVYSTsmIB6tmYd2FJI.ttf\";}i:1808;a:9:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRgToJD4.ttf\";}i:1809;a:9:{s:6:\"family\";s:11:\"Victor Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:100;s:96:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO8_NhNyOV0Y9bQ.ttf\";i:200;s:96:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyu87NhNyOV0Y9bQ.ttf\";i:300;s:96:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyZc7NhNyOV0Y9bQ.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO87NhNyOV0Y9bQ.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyCc7NhNyOV0Y9bQ.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy5cnNhNyOV0Y9bQ.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy3MnNhNyOV0Y9bQ.ttf\";s:9:\"100italic\";s:98:\"https://fonts.gstatic.com/s/victormono/v4/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lxtaKdUMtba8p.ttf\";s:9:\"200italic\";s:98:\"https://fonts.gstatic.com/s/victormono/v4/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen842lx9aKdUMtba8p.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/victormono/v4/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8417x9aKdUMtba8p.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/victormono/v4/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lx9aKdUMtba8p.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/victormono/v4/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840Xx9aKdUMtba8p.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/victormono/v4/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8437wNaKdUMtba8p.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/victormono/v4/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen843CwNaKdUMtba8p.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/victormono/v4/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO879hdaK.ttf\";}i:1810;a:9:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEass8yn4hnCci.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEavs9wHo.ttf\";}i:1811;a:9:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:64:\"https://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiX_QIjD4e2OX8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:59:\"https://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiXzQMpCw.ttf\";}i:1812;a:9:{s:6:\"family\";s:9:\"Vina Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/vinasans/v7/m8JQjfZKf6-d2273MP7zcJ5BZmqa3A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/vinasans/v7/m8JQjfZKf6-d2273MP7DcZRF.ttf\";}i:1813;a:9:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:66:\"https://fonts.gstatic.com/s/voces/v23/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:61:\"https://fonts.gstatic.com/s/voces/v23/-F6_fjJyLyU8d7PADmo.ttf\";}i:1814;a:9:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf\";s:6:\"italic\";s:74:\"https://fonts.gstatic.com/s/volkhov/v17/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf\";i:700;s:75:\"https://fonts.gstatic.com/s/volkhov/v17/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf\";s:9:\"700italic\";s:78:\"https://fonts.gstatic.com/s/volkhov/v17/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNecTMEgA.ttf\";}i:1815;a:9:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:12:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGWOdEbD63w.ttf\";i:500;s:91:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2AnGuGWOdEbD63w.ttf\";i:600;s:91:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df27nauGWOdEbD63w.ttf\";i:700;s:91:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213auGWOdEbD63w.ttf\";i:800;s:91:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2sHauGWOdEbD63w.ttf\";i:900;s:91:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2mXauGWOdEbD63w.ttf\";s:6:\"italic\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWmmZM7Xq34g9.ttf\";s:9:\"500italic\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJ0WmmZM7Xq34g9.ttf\";s:9:\"600italic\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKYXWmZM7Xq34g9.ttf\";s:9:\"700italic\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXWmZM7Xq34g9.ttf\";s:9:\"800italic\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLGXWmZM7Xq34g9.ttf\";s:9:\"900italic\";s:93:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLvXWmZM7Xq34g9.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/vollkorn/v29/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeGGmZ.ttf\";}i:1816;a:9:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:4:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf\";i:600;s:83:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf\";i:700;s:83:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf\";i:900;s:83:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnViF4Pns.ttf\";}i:1817;a:9:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/voltaire/v22/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/voltaire/v22/1Pttg8PcRfSblAvGvTopaqE.ttf\";}i:1818;a:9:{s:6:\"family\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/vujahdayscript/v9/RWmQoKGA8fEkrIPtSZ3_J7er2dUiDEtvAlaMKw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/vujahdayscript/v9/RWmQoKGA8fEkrIPtSZ3_J7er2dUSDUFr.ttf\";}i:1819;a:9:{s:6:\"family\";s:19:\"WDXL Lubrifont JP N\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:8:\"symbols2\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:1:{s:7:\"regular\";s:95:\"https://fonts.gstatic.com/s/wdxllubrifontjpn/v1/8At1GtSkFqazDiO949fzWta9_T-SVxJiIZctoLhFRNU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/wdxllubrifontjpn/v1/8At1GtSkFqazDiO949fzWta9_T-SVxJiEZYnpA.ttf\";}i:1820;a:9:{s:6:\"family\";s:17:\"WDXL Lubrifont SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:18:\"chinese-simplified\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:8:\"symbols2\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2025-06-12\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/wdxllubrifontsc/v1/gNMeW2VmY6acu0XtugFrduDciOOyfny5mD9ASHz5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/wdxllubrifontsc/v1/gNMeW2VmY6acu0XtugFrduDciOOyfky4kjs.ttf\";}i:1821;a:9:{s:6:\"family\";s:17:\"WDXL Lubrifont TC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:19:\"chinese-traditional\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:8:\"symbols2\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-18\";s:5:\"files\";a:1:{s:7:\"regular\";s:91:\"https://fonts.gstatic.com/s/wdxllubrifonttc/v4/nKKN-H4mPq1yJurnWXfJE8svQHonWc_-EqxyqaA8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:86:\"https://fonts.gstatic.com/s/wdxllubrifonttc/v4/nKKN-H4mPq1yJurnWXfJE8svQHonWf__GKg.ttf\";}i:1822;a:9:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/waitingforthesunrise/v22/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/waitingforthesunrise/v22/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsbZR_Bs.ttf\";}i:1823;a:9:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/wallpoet/v21/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/wallpoet/v21/f0X10em2_8RnXVVdUObv58E.ttf\";}i:1824;a:9:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:89:\"https://fonts.gstatic.com/s/walterturncoat/v24/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/walterturncoat/v24/snfys0Gs98ln43n0d-14ULoToe6LYReZ.ttf\";}i:1825;a:9:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/warnes/v28/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/warnes/v28/pONn1hc0GsW6sW5-pyqy.ttf\";}i:1826;a:9:{s:6:\"family\";s:11:\"Water Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/waterbrush/v5/AYCPpXPqc8cJWLhp4hywKHJq7PKP5Z_G.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/waterbrush/v5/AYCPpXPqc8cJWLhp4hywKEJr5vY.ttf\";}i:1827;a:9:{s:6:\"family\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/waterfall/v7/MCoRzAfo293fACdFKcwY2rH8D_EZwA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/waterfall/v7/MCoRzAfo293fACdFKcwo27v4.ttf\";}i:1828;a:9:{s:6:\"family\";s:8:\"Wavefont\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V0rDHXKtOXOg4.ttf\";i:200;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V07DHXKtOXOg4.ttf\";i:300;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI2L07DHXKtOXOg4.ttf\";s:7:\"regular\";s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V07DHXKtOXOg4.ttf\";i:500;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3n07DHXKtOXOg4.ttf\";i:600;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0L1LDHXKtOXOg4.ttf\";i:700;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0y1LDHXKtOXOg4.ttf\";i:800;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V1LDHXKtOXOg4.ttf\";i:900;s:125:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI181LDHXKtOXOg4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:120:\"https://fonts.gstatic.com/s/wavefont/v17/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V04DGVq8.ttf\";}i:1829;a:9:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/wellfleet/v24/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:70:\"https://fonts.gstatic.com/s/wellfleet/v24/nuF7D_LfQJb3VYgX6eyj4myP.ttf\";}i:1830;a:9:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/wendyone/v19/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/wendyone/v19/2sDcZGJOipXfgfXV5wgzbmW8.ttf\";}i:1831;a:9:{s:6:\"family\";s:7:\"Whisper\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:70:\"https://fonts.gstatic.com/s/whisper/v6/q5uHsoqtKftx74K9milCBxxdmYU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:65:\"https://fonts.gstatic.com/s/whisper/v6/q5uHsoqtKftx74K9qihIAw.ttf\";}i:1832;a:9:{s:6:\"family\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:73:\"https://fonts.gstatic.com/s/windsong/v12/KR1WBsyu-P-GFEW57r95HdG6vjH3.ttf\";i:500;s:77:\"https://fonts.gstatic.com/s/windsong/v12/KR1RBsyu-P-GFEW57oeNNPWylS3-jVXm.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/windsong/v12/KR1WBsyu-P-GFEW57o94F9U.ttf\";}i:1833;a:9:{s:6:\"family\";s:11:\"Winky Rough\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:14:{i:300;s:96:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8bOSVuN7JB-KCmzg.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8bZyVuN7JB-KCmzg.ttf\";i:500;s:96:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8bVSVuN7JB-KCmzg.ttf\";i:600;s:96:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8buSJuN7JB-KCmzg.ttf\";i:700;s:96:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8bgCJuN7JB-KCmzg.ttf\";i:800;s:96:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8b5yJuN7JB-KCmzg.ttf\";i:900;s:96:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8bziJuN7JB-KCmzg.ttf\";s:9:\"300italic\";s:98:\"https://fonts.gstatic.com/s/winkyrough/v3/t5t1IRwIMoSXA0WSPBjQxLbq9zLnXksbwRgOr2bYdLhF2qW2zneX.ttf\";s:6:\"italic\";s:98:\"https://fonts.gstatic.com/s/winkyrough/v3/t5t1IRwIMoSXA0WSPBjQxLbq9zLnXksbwRgOr2aGdLhF2qW2zneX.ttf\";s:9:\"500italic\";s:98:\"https://fonts.gstatic.com/s/winkyrough/v3/t5t1IRwIMoSXA0WSPBjQxLbq9zLnXksbwRgOr2a0dLhF2qW2zneX.ttf\";s:9:\"600italic\";s:98:\"https://fonts.gstatic.com/s/winkyrough/v3/t5t1IRwIMoSXA0WSPBjQxLbq9zLnXksbwRgOr2ZYc7hF2qW2zneX.ttf\";s:9:\"700italic\";s:98:\"https://fonts.gstatic.com/s/winkyrough/v3/t5t1IRwIMoSXA0WSPBjQxLbq9zLnXksbwRgOr2Zhc7hF2qW2zneX.ttf\";s:9:\"800italic\";s:98:\"https://fonts.gstatic.com/s/winkyrough/v3/t5t1IRwIMoSXA0WSPBjQxLbq9zLnXksbwRgOr2YGc7hF2qW2zneX.ttf\";s:9:\"900italic\";s:98:\"https://fonts.gstatic.com/s/winkyrough/v3/t5t1IRwIMoSXA0WSPBjQxLbq9zLnXksbwRgOr2Yvc7hF2qW2zneX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:90:\"https://fonts.gstatic.com/s/winkyrough/v3/t5tzIRwIMoSXA0WSPBjQxJzjxc0_NyCBbx8bZyVeNrhF.ttf\";}i:1834;a:9:{s:6:\"family\";s:10:\"Winky Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:14:{i:300;s:93:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGXUiD6F2TpBa98q.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGWKiD6F2TpBa98q.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGW4iD6F2TpBa98q.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGVUjz6F2TpBa98q.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGVtjz6F2TpBa98q.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGUKjz6F2TpBa98q.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGUjjz6F2TpBa98q.ttf\";s:9:\"300italic\";s:96:\"https://fonts.gstatic.com/s/winkysans/v3/ll8uK2SDUiG1Hpf2p06bN6gynQbuVYjYB3BCy4jG0z5jbs8qbts.ttf\";s:6:\"italic\";s:96:\"https://fonts.gstatic.com/s/winkysans/v3/ll8uK2SDUiG1Hpf2p06bN6gynQbuVYjYB3BCy9bG0z5jbs8qbts.ttf\";s:9:\"500italic\";s:96:\"https://fonts.gstatic.com/s/winkysans/v3/ll8uK2SDUiG1Hpf2p06bN6gynQbuVYjYB3BCy-TG0z5jbs8qbts.ttf\";s:9:\"600italic\";s:96:\"https://fonts.gstatic.com/s/winkysans/v3/ll8uK2SDUiG1Hpf2p06bN6gynQbuVYjYB3BCywjB0z5jbs8qbts.ttf\";s:9:\"700italic\";s:96:\"https://fonts.gstatic.com/s/winkysans/v3/ll8uK2SDUiG1Hpf2p06bN6gynQbuVYjYB3BCyzHB0z5jbs8qbts.ttf\";s:9:\"800italic\";s:96:\"https://fonts.gstatic.com/s/winkysans/v3/ll8uK2SDUiG1Hpf2p06bN6gynQbuVYjYB3BCy1bB0z5jbs8qbts.ttf\";s:9:\"900italic\";s:96:\"https://fonts.gstatic.com/s/winkysans/v3/ll8uK2SDUiG1Hpf2p06bN6gynQbuVYjYB3BCy3_B0z5jbs8qbts.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/winkysans/v3/ll8sK2SDUiG1Hpf2p06bHaEAYt6HPhJ2AGWKiA6E0z4.ttf\";}i:1835;a:9:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/wireone/v29/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/wireone/v29/qFdH35Wah5htUhV75VGjU94.ttf\";}i:1836;a:9:{s:6:\"family\";s:12:\"Wittgenstein\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:12:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61G4T_Bv7Z15J4ow.ttf\";i:500;s:99:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61FwT_Bv7Z15J4ow.ttf\";i:600;s:99:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61LAU_Bv7Z15J4ow.ttf\";i:700;s:99:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61IkU_Bv7Z15J4ow.ttf\";i:800;s:99:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61O4U_Bv7Z15J4ow.ttf\";i:900;s:99:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61McU_Bv7Z15J4ow.ttf\";s:6:\"italic\";s:102:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQFFjxY3xM8ozHYA.ttf\";s:9:\"500italic\";s:102:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQJljxY3xM8ozHYA.ttf\";s:9:\"600italic\";s:102:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQyl_xY3xM8ozHYA.ttf\";s:9:\"700italic\";s:102:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQ81_xY3xM8ozHYA.ttf\";s:9:\"800italic\";s:102:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQlF_xY3xM8ozHYA.ttf\";s:9:\"900italic\";s:102:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBLxrEDOakJCHParhXGwMgvYLvqigLupTOw9waZQvV_xY3xM8ozHYA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/wittgenstein/v3/WBL3rEDOakJCHParhXGwMgvyJ8hdWNLC1kI61G4TzBrxYw.ttf\";}i:1837;a:9:{s:6:\"family\";s:19:\"Wix Madefor Display\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:5:{s:7:\"regular\";s:114:\"https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltkv_3HQKgh.ttf\";i:500;s:114:\"https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYltkv_3HQKgh.ttf\";i:600;s:114:\"https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVtkv_3HQKgh.ttf\";i:700;s:114:\"https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVtkv_3HQKgh.ttf\";i:800;s:114:\"https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYHhZVtkv_3HQKgh.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:109:\"https://fonts.gstatic.com/s/wixmadefordisplay/v11/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYmtltfk.ttf\";}i:1838;a:9:{s:6:\"family\";s:16:\"Wix Madefor Text\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{s:7:\"regular\";s:107:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NOeFgpRt9rN5.ttf\";s:6:\"italic\";s:110:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dw_GiJBP86N53IY.ttf\";i:500;s:107:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cKNNOeFgpRt9rN5.ttf\";s:9:\"500italic\";s:110:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dz3GiJBP86N53IY.ttf\";i:600;s:107:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJhM-eFgpRt9rN5.ttf\";s:9:\"600italic\";s:110:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d9HBiJBP86N53IY.ttf\";i:700;s:107:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJYM-eFgpRt9rN5.ttf\";s:9:\"700italic\";s:110:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d-jBiJBP86N53IY.ttf\";i:800;s:107:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cI_M-eFgpRt9rN5.ttf\";s:9:\"800italic\";s:110:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d4_BiJBP86N53IY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:102:\"https://fonts.gstatic.com/s/wixmadefortext/v16/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NNeEiJA.ttf\";}i:1839;a:9:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNigDp6_cOyA.ttf\";i:200;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNigDp6_cOyA.ttf\";i:300;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNigDp6_cOyA.ttf\";s:7:\"regular\";s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf\";i:500;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf\";i:600;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf\";i:800;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNigDp6_cOyA.ttf\";i:900;s:92:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNigDp6_cOyA.ttf\";s:9:\"100italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJo43ZKyDSQQ.ttf\";s:9:\"200italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJo43ZKyDSQQ.ttf\";s:9:\"300italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJo43ZKyDSQQ.ttf\";s:6:\"italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJo43ZKyDSQQ.ttf\";s:9:\"500italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJo43ZKyDSQQ.ttf\";s:9:\"600italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJo43ZKyDSQQ.ttf\";s:9:\"700italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJo43ZKyDSQQ.ttf\";s:9:\"800italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJo43ZKyDSQQ.ttf\";s:9:\"900italic\";s:95:\"https://fonts.gstatic.com/s/worksans/v23/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJo43ZKyDSQQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:87:\"https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBikJow.ttf\";}i:1840;a:9:{s:6:\"family\";s:9:\"Workbench\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:4:\"math\";i:2;s:7:\"symbols\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:1:{s:7:\"regular\";s:109:\"https://fonts.gstatic.com/s/workbench/v2/FeV8S05Gp6Et7FcfbPFK1rynGd_MxtkvNFmoUDFhgF2VKTGQk6vapdOL0GKqgZyb.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:104:\"https://fonts.gstatic.com/s/workbench/v2/FeV8S05Gp6Et7FcfbPFK1rynGd_MxtkvNFmoUDFhgF2VKTGQk6vapeOK2mY.ttf\";}i:1841;a:9:{s:6:\"family\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:2:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSYmACQXzLhTg.ttf\";s:6:\"italic\";s:77:\"https://fonts.gstatic.com/s/xanhmono/v18/R70ejykVmvKCep-vWhSomgqUfTfxTo24.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSomQqU.ttf\";}i:1842;a:9:{s:6:\"family\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:6:{i:200;s:88:\"https://fonts.gstatic.com/s/yaldevi/v16/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpfxJzvobxLCBJkS.ttf\";i:300;s:88:\"https://fonts.gstatic.com/s/yaldevi/v16/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpcvJzvobxLCBJkS.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/yaldevi/v16/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJzvobxLCBJkS.ttf\";i:500;s:88:\"https://fonts.gstatic.com/s/yaldevi/v16/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdDJzvobxLCBJkS.ttf\";i:600;s:88:\"https://fonts.gstatic.com/s/yaldevi/v16/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpevIDvobxLCBJkS.ttf\";i:700;s:88:\"https://fonts.gstatic.com/s/yaldevi/v16/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpeWIDvobxLCBJkS.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:83:\"https://fonts.gstatic.com/s/yaldevi/v16/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJwvpZRY.ttf\";}i:1843;a:9:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:4:\"math\";i:5;s:7:\"symbols\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:6:{i:200;s:111:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf\";i:300;s:111:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf\";s:7:\"regular\";s:111:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf\";i:500;s:111:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf\";i:600;s:111:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf\";i:700;s:111:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:105:\"https://fonts.gstatic.com/s/yanonekaffeesatz/v31/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWZcWGP.ttf\";}i:1844;a:9:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:6:{i:100;s:83:\"https://fonts.gstatic.com/s/yantramanav/v14/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf\";i:300;s:84:\"https://fonts.gstatic.com/s/yantramanav/v14/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf\";s:7:\"regular\";s:80:\"https://fonts.gstatic.com/s/yantramanav/v14/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf\";i:500;s:84:\"https://fonts.gstatic.com/s/yantramanav/v14/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf\";i:700;s:84:\"https://fonts.gstatic.com/s/yantramanav/v14/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf\";i:900;s:84:\"https://fonts.gstatic.com/s/yantramanav/v14/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/yantramanav/v14/flU8Rqu5zY00QEpyWJYWN5f1XeM.ttf\";}i:1845;a:9:{s:6:\"family\";s:12:\"Yarndings 12\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:4:\"math\";i:2;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/yarndings12/v3/55xreyp2N8T5P2LJbZAlkY9c8ZLMI2VUnQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/yarndings12/v3/55xreyp2N8T5P2LJbZAlkY9s8JjI.ttf\";}i:1846;a:9:{s:6:\"family\";s:20:\"Yarndings 12 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:4:\"math\";i:2;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/yarndings12charted/v3/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvvbJ0t-dHaJH.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/yarndings12charted/v3/eLGDP_DlKhO-DUfeqM4I_vDdJgmIh7hAvsbI2Ns.ttf\";}i:1847;a:9:{s:6:\"family\";s:12:\"Yarndings 20\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:4:\"math\";i:2;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/yarndings20/v3/TuGWUVlkUohEQu8l7K8b-vNFB380PMTK1w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:75:\"https://fonts.gstatic.com/s/yarndings20/v3/TuGWUVlkUohEQu8l7K8b-vN1BnUw.ttf\";}i:1848;a:9:{s:6:\"family\";s:20:\"Yarndings 20 Charted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:4:\"math\";i:2;s:7:\"symbols\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:98:\"https://fonts.gstatic.com/s/yarndings20charted/v3/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaLQm4UTqz5V9.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:93:\"https://fonts.gstatic.com/s/yarndings20charted/v3/QldRNSdbpg0G8vh0W2qxe0l-hcUPtY2VaIQn60A.ttf\";}i:1849;a:9:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/yatraone/v15/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/yatraone/v15/C8ch4copsHzj8p7NaF0BwlmF.ttf\";}i:1850;a:9:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/yellowtail/v24/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/yellowtail/v24/OZpGg_pnoDtINPfRIlLohl3HxA.ttf\";}i:1851;a:9:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:75:\"https://fonts.gstatic.com/s/yeonsung/v21/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:69:\"https://fonts.gstatic.com/s/yeonsung/v21/QldMNTpbohAGtsJvUn6BSFle.ttf\";}i:1852;a:9:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/yesevaone/v23/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/yesevaone/v23/OpNJno4ck8vc-xYpwWWxlitVXg.ttf\";}i:1853;a:9:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/yesteryear/v20/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/yesteryear/v20/dg4g_p78rroaKl8kRKo1n70NSw.ttf\";}i:1854;a:9:{s:6:\"family\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/yomogi/v12/VuJwdNrS2ZL7rpoPWIz5NIh-YA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/yomogi/v12/VuJwdNrS2ZL7rpo_WYb9.ttf\";}i:1855;a:9:{s:6:\"family\";s:11:\"Young Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:78:\"https://fonts.gstatic.com/s/youngserif/v2/3qTpojO2nS2VtkB3KtkQZ2t61EcYaQ7F.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:73:\"https://fonts.gstatic.com/s/youngserif/v2/3qTpojO2nS2VtkB3KtkQZ1t73kM.ttf\";}i:1856;a:9:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:10:{i:300;s:81:\"https://fonts.gstatic.com/s/yrsa/v24/wlprgwnQFlxs_wD3CFSMYmFaaCjASNNV9rRPfrKu.ttf\";s:7:\"regular\";s:81:\"https://fonts.gstatic.com/s/yrsa/v24/wlprgwnQFlxs_wD3CFSMYmFaaCieSNNV9rRPfrKu.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/yrsa/v24/wlprgwnQFlxs_wD3CFSMYmFaaCisSNNV9rRPfrKu.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/yrsa/v24/wlprgwnQFlxs_wD3CFSMYmFaaChAT9NV9rRPfrKu.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/yrsa/v24/wlprgwnQFlxs_wD3CFSMYmFaaCh5T9NV9rRPfrKu.ttf\";s:9:\"300italic\";s:84:\"https://fonts.gstatic.com/s/yrsa/v24/wlptgwnQFlxs1QnF94zlCfv0bz1WC2UW_LBte6KuGEo.ttf\";s:6:\"italic\";s:84:\"https://fonts.gstatic.com/s/yrsa/v24/wlptgwnQFlxs1QnF94zlCfv0bz1WCzsW_LBte6KuGEo.ttf\";s:9:\"500italic\";s:84:\"https://fonts.gstatic.com/s/yrsa/v24/wlptgwnQFlxs1QnF94zlCfv0bz1WCwkW_LBte6KuGEo.ttf\";s:9:\"600italic\";s:84:\"https://fonts.gstatic.com/s/yrsa/v24/wlptgwnQFlxs1QnF94zlCfv0bz1WC-UR_LBte6KuGEo.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/yrsa/v24/wlptgwnQFlxs1QnF94zlCfv0bz1WC9wR_LBte6KuGEo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/yrsa/v24/wlprgwnQFlxs_wD3CFSMYmFaaCieSONU_LA.ttf\";}i:1857;a:9:{s:6:\"family\";s:7:\"Ysabeau\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:18:{i:100;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCTYwI8Gcw6Oi.ttf\";i:200;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWCDYwI8Gcw6Oi.ttf\";i:300;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7PICDYwI8Gcw6Oi.ttf\";s:7:\"regular\";s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCDYwI8Gcw6Oi.ttf\";i:500;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OkCDYwI8Gcw6Oi.ttf\";i:600;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NIDzYwI8Gcw6Oi.ttf\";i:700;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NxDzYwI8Gcw6Oi.ttf\";i:800;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWDzYwI8Gcw6Oi.ttf\";i:900;s:87:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7M_DzYwI8Gcw6Oi.ttf\";s:9:\"100italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95yKcW-xrOiIUw.ttf\";s:9:\"200italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS15zKcW-xrOiIUw.ttf\";s:9:\"300italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS4BzKcW-xrOiIUw.ttf\";s:6:\"italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95zKcW-xrOiIUw.ttf\";s:9:\"500italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS-xzKcW-xrOiIUw.ttf\";s:9:\"600italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSwB0KcW-xrOiIUw.ttf\";s:9:\"700italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSzl0KcW-xrOiIUw.ttf\";s:9:\"800italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS150KcW-xrOiIUw.ttf\";s:9:\"900italic\";s:90:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS3d0KcW-xrOiIUw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/ysabeau/v4/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCAYxKcU.ttf\";}i:1858;a:9:{s:6:\"family\";s:14:\"Ysabeau Infant\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo4HK5ChLwKH6A.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlo8HK5ChLwKH6A.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYSI8HK5ChLwKH6A.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo8HK5ChLwKH6A.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYJI8HK5ChLwKH6A.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYyIgHK5ChLwKH6A.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQY8YgHK5ChLwKH6A.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlogHK5ChLwKH6A.ttf\";i:900;s:103:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYv4gHK5ChLwKH6A.ttf\";s:9:\"100italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaZqlDQeX6Dc5.ttf\";s:9:\"200italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvaJqlDQeX6Dc5.ttf\";s:9:\"300italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3syxaJqlDQeX6Dc5.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaJqlDQeX6Dc5.ttf\";s:9:\"500italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szdaJqlDQeX6Dc5.ttf\";s:9:\"600italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swxb5qlDQeX6Dc5.ttf\";s:9:\"700italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swIb5qlDQeX6Dc5.ttf\";s:9:\"800italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvb5qlDQeX6Dc5.ttf\";s:9:\"900italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxGb5qlDQeX6Dc5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/ysabeauinfant/v3/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo83Kpql.ttf\";}i:1859;a:9:{s:6:\"family\";s:14:\"Ysabeau Office\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:18:{i:100;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6IfYSfpQj7IGQ.ttf\";i:200;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6MfYSfpQj7IGQ.ttf\";i:300;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPb2aMfYSfpQj7IGQ.ttf\";s:7:\"regular\";s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MfYSfpQj7IGQ.ttf\";i:500;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbtaMfYSfpQj7IGQ.ttf\";i:600;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbWaQfYSfpQj7IGQ.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbYKQfYSfpQj7IGQ.ttf\";i:800;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6QfYSfpQj7IGQ.ttf\";i:900;s:103:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbLqQfYSfpQj7IGQ.ttf\";s:9:\"100italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Iy3tYDvYGbGh.ttf\";s:9:\"200italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3Ii3tYDvYGbGh.ttf\";s:9:\"300italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-CpIi3tYDvYGbGh.ttf\";s:6:\"italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Ii3tYDvYGbGh.ttf\";s:9:\"500italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-DFIi3tYDvYGbGh.ttf\";s:9:\"600italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-ApJS3tYDvYGbGh.ttf\";s:9:\"700italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-AQJS3tYDvYGbGh.ttf\";s:9:\"800italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3JS3tYDvYGbGh.ttf\";s:9:\"900italic\";s:105:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-BeJS3tYDvYGbGh.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:97:\"https://fonts.gstatic.com/s/ysabeauoffice/v3/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MvYC3t.ttf\";}i:1860;a:9:{s:6:\"family\";s:10:\"Ysabeau SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:4:\"math\";i:6;s:7:\"symbols\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-29\";s:5:\"files\";a:9:{i:100;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98U1qEZ4EOmsT5.ttf\";i:200;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8UlqEZ4EOmsT5.ttf\";i:300;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw8iUlqEZ4EOmsT5.ttf\";s:7:\"regular\";s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UlqEZ4EOmsT5.ttf\";i:500;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw9OUlqEZ4EOmsT5.ttf\";i:600;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-iVVqEZ4EOmsT5.ttf\";i:700;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-bVVqEZ4EOmsT5.ttf\";i:800;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8VVqEZ4EOmsT5.ttf\";i:900;s:93:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_VVVqEZ4EOmsT5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:88:\"https://fonts.gstatic.com/s/ysabeausc/v3/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UmqFbYU.ttf\";}i:1861;a:9:{s:6:\"family\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:74:\"https://fonts.gstatic.com/s/yujiboku/v7/P5sAzZybeNzXsA9xj1Fkjb2r2dgvJA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:68:\"https://fonts.gstatic.com/s/yujiboku/v7/P5sAzZybeNzXsA9xj1FUjLev.ttf\";}i:1862;a:9:{s:6:\"family\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/yujihentaiganaakari/v13/cY9bfiyVT0VB6QuhWKOrpr6z58lnb_zYFnLIRTzODYALaA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/yujihentaiganaakari/v13/cY9bfiyVT0VB6QuhWKOrpr6z58lnb_zYFnL4RDbK.ttf\";}i:1863;a:9:{s:6:\"family\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-06-11\";s:5:\"files\";a:1:{s:7:\"regular\";s:106:\"https://fonts.gstatic.com/s/yujihentaiganaakebono/v14/EJRGQhkhRNwM-RtitGUwh930GU_f5KAlkuL0wQy9NKXRzrrF.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:101:\"https://fonts.gstatic.com/s/yujihentaiganaakebono/v14/EJRGQhkhRNwM-RtitGUwh930GU_f5KAlkuL0wTy8PqE.ttf\";}i:1864;a:9:{s:6:\"family\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:71:\"https://fonts.gstatic.com/s/yujimai/v7/ZgNQjPxdJ7DEHrS0gC38hmHmNpCO.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:66:\"https://fonts.gstatic.com/s/yujimai/v7/ZgNQjPxdJ7DEHrS0gB39jGU.ttf\";}i:1865;a:9:{s:6:\"family\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:76:\"https://fonts.gstatic.com/s/yujisyuku/v7/BngNUXdTV3vO6Lw5ApOPqPfgwqiA-Rk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:71:\"https://fonts.gstatic.com/s/yujisyuku/v7/BngNUXdTV3vO6Lw5ApOPmPbqxg.ttf\";}i:1866;a:9:{s:6:\"family\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-04-23\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/yuseimagic/v15/yYLt0hbAyuCmoo5wlhPkpjHR-tdfcIT_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/yuseimagic/v15/yYLt0hbAyuCmoo5wlhPkpgHQ8NM.ttf\";}i:1867;a:9:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/zcoolkuaile/v19/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:76:\"https://fonts.gstatic.com/s/zcoolkuaile/v19/tssqApdaRQokwFjFJjvM6h2mp4b3.ttf\";}i:1868;a:9:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:102:\"https://fonts.gstatic.com/s/zcoolqingkehuangyou/v15/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:96:\"https://fonts.gstatic.com/s/zcoolqingkehuangyou/v15/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mR4ive4.ttf\";}i:1869;a:9:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1UFOaGw.ttf\";}i:1870;a:9:{s:6:\"family\";s:4:\"Zain\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:9:\"300italic\";i:3;s:7:\"regular\";i:4;s:6:\"italic\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:8:{i:200;s:67:\"https://fonts.gstatic.com/s/zain/v3/sykz-y9lm7soOBrstSq9-trEvlQ.ttf\";i:300;s:67:\"https://fonts.gstatic.com/s/zain/v3/sykz-y9lm7soOH7vtSq9-trEvlQ.ttf\";s:9:\"300italic\";s:70:\"https://fonts.gstatic.com/s/zain/v3/sykx-y9lm7soMND1OSi3_vjBrlSILg.ttf\";s:7:\"regular\";s:63:\"https://fonts.gstatic.com/s/zain/v3/syk8-y9lm7soANLHkSKW5tM.ttf\";s:6:\"italic\";s:66:\"https://fonts.gstatic.com/s/zain/v3/syky-y9lm7soMNDNlQCT9tPdpw.ttf\";i:700;s:67:\"https://fonts.gstatic.com/s/zain/v3/sykz-y9lm7soOG7otSq9-trEvlQ.ttf\";i:800;s:67:\"https://fonts.gstatic.com/s/zain/v3/sykz-y9lm7soOHLrtSq9-trEvlQ.ttf\";i:900;s:67:\"https://fonts.gstatic.com/s/zain/v3/sykz-y9lm7soOFbqtSq9-trEvlQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:58:\"https://fonts.gstatic.com/s/zain/v3/syk8-y9lm7soMNPNlQ.ttf\";}i:1871;a:9:{s:6:\"family\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:79:\"https://fonts.gstatic.com/s/zenantique/v13/AYCPpXPnd91Ma_Zf-Ri2JXJq7PKP5Z_G.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:74:\"https://fonts.gstatic.com/s/zenantique/v13/AYCPpXPnd91Ma_Zf-Ri2JUJr5vY.ttf\";}i:1872;a:9:{s:6:\"family\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:90:\"https://fonts.gstatic.com/s/zenantiquesoft/v13/DtV4JwqzSL1q_KwnEWMc_3xfgW6ihwBmkui5HNg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:85:\"https://fonts.gstatic.com/s/zenantiquesoft/v13/DtV4JwqzSL1q_KwnEWMc_3xfgW6itwFslg.ttf\";}i:1873;a:9:{s:6:\"family\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/zendots/v13/XRXX3ICfm00IGoesQeaETM_FcCIG.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/zendots/v13/XRXX3ICfm00IGoesQdaFRss.ttf\";}i:1874;a:9:{s:6:\"family\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:109:\"https://fonts.gstatic.com/s/zenkakugothicantique/v17/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cM9TarWJtyZyGU.ttf\";s:7:\"regular\";s:105:\"https://fonts.gstatic.com/s/zenkakugothicantique/v17/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB21-g3RKjc4d7.ttf\";i:500;s:109:\"https://fonts.gstatic.com/s/zenkakugothicantique/v17/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22dU9DarWJtyZyGU.ttf\";i:700;s:109:\"https://fonts.gstatic.com/s/zenkakugothicantique/v17/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cc8jarWJtyZyGU.ttf\";i:900;s:109:\"https://fonts.gstatic.com/s/zenkakugothicantique/v17/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22ck8DarWJtyZyGU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:100:\"https://fonts.gstatic.com/s/zenkakugothicantique/v17/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22-h1xY.ttf\";}i:1875;a:9:{s:6:\"family\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:5:{i:300;s:100:\"https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqpdKaWTSTGlMyd8.ttf\";s:7:\"regular\";s:96:\"https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkjtiTWz5UGA.ttf\";i:500;s:100:\"https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWTSTGlMyd8.ttf\";i:700;s:100:\"https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWTSTGlMyd8.ttf\";i:900;s:100:\"https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWTSTGlMyd8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:91:\"https://fonts.gstatic.com/s/zenkakugothicnew/v17/gNMYW2drQpDw0GjzrVNFf_valaDBcznOojpoSQ.ttf\";}i:1876;a:9:{s:6:\"family\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:84:\"https://fonts.gstatic.com/s/zenkurenaido/v18/3XFsEr0515BK2u6UUptu_gWJZfz22PRLd0U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:79:\"https://fonts.gstatic.com/s/zenkurenaido/v18/3XFsEr0515BK2u6UUptu_gWJVf383A.ttf\";}i:1877;a:9:{s:6:\"family\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:72:\"https://fonts.gstatic.com/s/zenloop/v10/h0GrssK16UsnJwHsEK9zqwzX5vOG.ttf\";s:6:\"italic\";s:75:\"https://fonts.gstatic.com/s/zenloop/v10/h0GtssK16UsnJwHsEJ9xoQj14-OGJ0w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:67:\"https://fonts.gstatic.com/s/zenloop/v10/h0GrssK16UsnJwHsEJ9yoQg.ttf\";}i:1878;a:9:{s:6:\"family\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2025-06-25\";s:5:\"files\";a:5:{i:300;s:92:\"https://fonts.gstatic.com/s/zenmarugothic/v19/o-0XIpIxzW5b-RxT-6A8jWAtCp-cQWpCPJqa_ajlvw.ttf\";s:7:\"regular\";s:88:\"https://fonts.gstatic.com/s/zenmarugothic/v19/o-0SIpIxzW5b-RxT-6A8jWAtCp-k7UJmNLGG9A.ttf\";i:500;s:92:\"https://fonts.gstatic.com/s/zenmarugothic/v19/o-0XIpIxzW5b-RxT-6A8jWAtCp-cGWtCPJqa_ajlvw.ttf\";i:700;s:92:\"https://fonts.gstatic.com/s/zenmarugothic/v19/o-0XIpIxzW5b-RxT-6A8jWAtCp-cUW1CPJqa_ajlvw.ttf\";i:900;s:92:\"https://fonts.gstatic.com/s/zenmarugothic/v19/o-0XIpIxzW5b-RxT-6A8jWAtCp-caW9CPJqa_ajlvw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:82:\"https://fonts.gstatic.com/s/zenmarugothic/v19/o-0SIpIxzW5b-RxT-6A8jWAtCp-U7Ehi.ttf\";}i:1879;a:9:{s:6:\"family\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2025-09-02\";s:5:\"files\";a:5:{s:7:\"regular\";s:85:\"https://fonts.gstatic.com/s/zenoldmincho/v13/tss0ApVaYytLwxTqcxfMyBveyYb3g31S2s8p.ttf\";i:500;s:89:\"https://fonts.gstatic.com/s/zenoldmincho/v13/tss3ApVaYytLwxTqcxfMyBveyb4Dqlla8dMgPgBu.ttf\";i:600;s:89:\"https://fonts.gstatic.com/s/zenoldmincho/v13/tss3ApVaYytLwxTqcxfMyBveyb4vrVla8dMgPgBu.ttf\";i:700;s:89:\"https://fonts.gstatic.com/s/zenoldmincho/v13/tss3ApVaYytLwxTqcxfMyBveyb5LrFla8dMgPgBu.ttf\";i:900;s:89:\"https://fonts.gstatic.com/s/zenoldmincho/v13/tss3ApVaYytLwxTqcxfMyBveyb5zrlla8dMgPgBu.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:80:\"https://fonts.gstatic.com/s/zenoldmincho/v13/tss0ApVaYytLwxTqcxfMyBveybb2iXk.ttf\";}i:1880;a:9:{s:6:\"family\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:82:\"https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8a1uRWe9amg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:77:\"https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRvwaxkQQ.ttf\";}i:1881;a:9:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:1:{s:7:\"regular\";s:69:\"https://fonts.gstatic.com/s/zeyada/v21/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:63:\"https://fonts.gstatic.com/s/zeyada/v21/11hAGpPTxVPUbgZzNWyp.ttf\";}i:1882;a:9:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:1:{s:7:\"regular\";s:83:\"https://fonts.gstatic.com/s/zhimangxing/v18/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:78:\"https://fonts.gstatic.com/s/zhimangxing/v18/f0Xw0ey79sErYFtWQ9a2rq-g4aYneQ.ttf\";}i:1883;a:9:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2025-05-30\";s:5:\"files\";a:10:{i:300;s:81:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf\";s:9:\"300italic\";s:84:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf\";s:7:\"regular\";s:77:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf\";s:6:\"italic\";s:80:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf\";i:500;s:81:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf\";s:9:\"500italic\";s:84:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf\";i:600;s:81:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf\";s:9:\"600italic\";s:84:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf\";i:700;s:81:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf\";s:9:\"700italic\";s:84:\"https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:72:\"https://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFajw6-A.ttf\";}i:1884;a:9:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2025-06-02\";s:5:\"files\";a:2:{s:7:\"regular\";s:99:\"https://fonts.gstatic.com/s/zillaslabhighlight/v20/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf\";i:700;s:103:\"https://fonts.gstatic.com/s/zillaslabhighlight/v20/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";s:4:\"menu\";s:94:\"https://fonts.gstatic.com/s/zillaslabhighlight/v20/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxitJaWQ.ttf\";}}}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (393, 'nav_menus_created_posts', 'a:0:{}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (397, 'elementor_active_kit', 308, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (398, 'elementor_font_display', 'swap', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (401, 'elementor_landing_pages_activation', '0', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (402, 'elementor_checklist', '{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (403, 'elementor_version', '3.31.3', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (404, 'elementor_install_history', 'a:1:{s:6:\"3.31.3\";i:1756981198;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (405, 'elementor_events_db_version', '1.0.0', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (407, 'elementor_onboarded', 1, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (408, '_elementor_installed_time', 1756981204, 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (409, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:4:{i:0;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:20472;s:5:\"title\";s:10:\"test ido f\";s:9:\"thumbnail\";s:153:\"https://library.stg.elementor.red/wp-content/uploads/2025/01/png-clipart-logo-harry-potter-literary-series-lord-voldemort-film-harry-potter-thumbnail.png\";s:12:\"tmpl_created\";i:1751356263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.stg.elementor.red/blocks/test-ido-f/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:1;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:19968;s:5:\"title\";s:12:\"Zeyad Test 1\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_2.jpg\";s:12:\"tmpl_created\";i:1670765723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.stg.elementor.red/blocks/zeyad-test-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:2;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:19494;s:5:\"title\";s:5:\"test2\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_4.jpg\";s:12:\"tmpl_created\";i:1672308146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.stg.elementor.red/blocks/test2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:3;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:87:\"https://library.stg.elementor.red/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1660034300;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.stg.elementor.red/popups/slide-in-sale-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (410, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:70:\"Introducing Elementor 3.31: New Editor V4 Variables, Filters, and More\";s:7:\"excerpt\";s:294:\"Elementor 3.31 is here, pushing Editor V4 forward with powerful design system enhancements and modern visual styling tools. From Variables and Filters to smarter editing workflows and semantic markup, this version makes it easier than ever to design beautiful, performant, and accessible sites.\";s:7:\"created\";i:1755094220;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-331-v4-alpha-variables-filters/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:67:\"What Is an MCP? The AI Breakthrough Web Creators Shouldn’t Ignore\";s:7:\"excerpt\";s:143:\"Discover how Model Context Protocol (MCP) is shaping AI-tool interaction and redefining how pro web creators build, manage, and scale websites.\";s:7:\"created\";i:1754310811;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:130:\"https://elementor.com/blog/mcp-explained-for-web-creators/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:100:\"Introducing Elementor 3.30: new Editor V4 capabilities, full Website Templates in the cloud, & more!\";s:7:\"excerpt\";s:361:\"Elementor 3.30 is here and it includes upgrades that accelerate your workflow, bring you a step closer to the full power of Editor V4, and help you deliver beautiful, accessible websites faster than ever. From advanced styling tools and smarter editing to full Website Templates in the cloud, this release enhances both the way you design and the way you scale.\";s:7:\"created\";i:1751974442;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-330-v4-alpha-website-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (441, 'envato_market', 'a:2:{s:16:\"is_plugin_active\";s:0:\"\";s:17:\"installed_version\";s:6:\"2.0.12\";}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (442, 'kc_options', 'a:4:{s:13:\"content_types\";a:0:{}s:8:\"css_code\";s:0:\"\";s:7:\"animate\";s:0:\"\";s:9:\"max_width\";s:6:\"1170px\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (449, 'woocommerce_newly_installed', 'no', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (450, 'woocommerce_schema_version', 920, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (451, 'woocommerce_store_address', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (452, 'woocommerce_store_address_2', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (453, 'woocommerce_store_city', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (454, 'woocommerce_default_country', 'US:CA', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (455, 'woocommerce_store_postcode', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (456, 'woocommerce_allowed_countries', 'all', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (457, 'woocommerce_all_except_countries', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (458, 'woocommerce_specific_allowed_countries', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (459, 'woocommerce_ship_to_countries', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (460, 'woocommerce_specific_ship_to_countries', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (461, 'woocommerce_default_customer_address', 'base', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (462, 'woocommerce_calc_taxes', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (463, 'woocommerce_enable_coupons', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (464, 'woocommerce_calc_discounts_sequentially', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (465, 'woocommerce_currency', 'USD', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (466, 'woocommerce_currency_pos', 'left', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (467, 'woocommerce_price_thousand_sep', ',', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (468, 'woocommerce_price_decimal_sep', '.', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (469, 'woocommerce_price_num_decimals', 2, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (470, 'woocommerce_shop_page_id', 318, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (471, 'woocommerce_cart_redirect_after_add', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (472, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (473, 'woocommerce_placeholder_image', 317, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (474, 'woocommerce_weight_unit', 'lbs', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (475, 'woocommerce_dimension_unit', 'in', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (476, 'woocommerce_enable_reviews', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (477, 'woocommerce_review_rating_verification_label', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (478, 'woocommerce_review_rating_verification_required', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (479, 'woocommerce_enable_review_rating', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (480, 'woocommerce_review_rating_required', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (481, 'woocommerce_manage_stock', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (482, 'woocommerce_hold_stock_minutes', 60, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (483, 'woocommerce_notify_low_stock', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (484, 'woocommerce_notify_no_stock', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (485, 'woocommerce_stock_email_recipient', 'zakaria.tek@fycom.ma', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (486, 'woocommerce_notify_low_stock_amount', 2, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (487, 'woocommerce_notify_no_stock_amount', '0', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (488, 'woocommerce_hide_out_of_stock_items', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (489, 'woocommerce_stock_format', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (490, 'woocommerce_file_download_method', 'force', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (491, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (492, 'woocommerce_downloads_require_login', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (493, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (494, 'woocommerce_downloads_deliver_inline', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (495, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (496, 'woocommerce_downloads_count_partial', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (498, 'woocommerce_attribute_lookup_direct_updates', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (499, 'woocommerce_attribute_lookup_optimized_updates', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (500, 'woocommerce_product_match_featured_image_by_sku', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (501, 'woocommerce_prices_include_tax', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (502, 'woocommerce_tax_based_on', 'shipping', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (503, 'woocommerce_shipping_tax_class', 'inherit', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (504, 'woocommerce_tax_round_at_subtotal', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (505, 'woocommerce_tax_classes', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (506, 'woocommerce_tax_display_shop', 'excl', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (507, 'woocommerce_tax_display_cart', 'excl', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (508, 'woocommerce_price_display_suffix', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (509, 'woocommerce_tax_total_display', 'itemized', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (510, 'woocommerce_enable_shipping_calc', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (511, 'woocommerce_shipping_cost_requires_address', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (512, 'woocommerce_shipping_hide_rates_when_free', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (513, 'woocommerce_ship_to_destination', 'billing', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (514, 'woocommerce_shipping_debug_mode', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (515, 'woocommerce_enable_guest_checkout', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (516, 'woocommerce_enable_checkout_login_reminder', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (517, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (518, 'woocommerce_enable_myaccount_registration', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (519, 'woocommerce_registration_generate_password', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (520, 'woocommerce_registration_generate_username', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (521, 'woocommerce_erasure_request_removes_order_data', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (522, 'woocommerce_erasure_request_removes_download_data', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (523, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (524, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (525, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (526, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (527, 'woocommerce_trash_pending_orders', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (528, 'woocommerce_trash_failed_orders', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (529, 'woocommerce_trash_cancelled_orders', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (530, 'woocommerce_anonymize_refunded_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (531, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (532, 'woocommerce_email_from_name', 'denworld.instawp.dev', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (533, 'woocommerce_email_from_address', 'zakaria.tek@fycom.ma', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (534, 'woocommerce_email_header_image', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (535, 'woocommerce_email_header_image_width', 120, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (536, 'woocommerce_email_header_alignment', 'left', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (537, 'woocommerce_email_font_family', 'Helvetica', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (538, 'woocommerce_email_footer_text', '{site_title}<br />{store_address}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (539, 'woocommerce_email_base_color', '#8526ff', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (540, 'woocommerce_email_background_color', '#ffffff', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (541, 'woocommerce_email_body_background_color', '#ffffff', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (542, 'woocommerce_email_text_color', '#1e1e1e', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (543, 'woocommerce_email_footer_text_color', '#787c82', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (544, 'woocommerce_email_auto_sync_with_theme', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (545, 'woocommerce_pos_store_name', 'denworld.instawp.dev', 'on');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (546, 'woocommerce_pos_store_address', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (547, 'woocommerce_pos_store_phone', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (548, 'woocommerce_pos_store_email', 'zakaria.tek@fycom.ma', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (549, 'woocommerce_pos_refund_returns_policy', '', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (550, 'woocommerce_cart_page_id', 319, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (551, 'woocommerce_checkout_page_id', 320, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (552, 'woocommerce_myaccount_page_id', 321, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (553, 'woocommerce_terms_page_id', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (554, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (555, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (556, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (557, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (558, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (559, 'woocommerce_myaccount_orders_endpoint', 'orders', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (560, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (561, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (562, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (563, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (564, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (565, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (566, 'woocommerce_logout_endpoint', 'customer-logout', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (567, 'woocommerce_api_enabled', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (568, 'woocommerce_allow_tracking', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (569, 'woocommerce_show_marketplace_suggestions', 'yes', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (570, 'woocommerce_custom_orders_table_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (571, 'woocommerce_analytics_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (572, 'woocommerce_feature_rate_limit_checkout_enabled', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (573, 'woocommerce_feature_order_attribution_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (574, 'woocommerce_feature_site_visibility_badge_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (575, 'woocommerce_feature_remote_logging_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (576, 'woocommerce_feature_email_improvements_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (579, 'woocommerce_email_improvements_disabled_count', 1, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (580, 'woocommerce_email_improvements_first_disabled_at', '2025-09-04 10:35:55', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (581, 'woocommerce_email_improvements_last_disabled_at', '2025-09-04 10:35:55', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (582, 'woocommerce_feature_blueprint_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (583, 'woocommerce_hpos_fts_index_enabled', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (584, 'woocommerce_hpos_datastore_caching_enabled', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (585, 'woocommerce_feature_block_email_editor_enabled', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (586, 'woocommerce_feature_point_of_sale_enabled', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (587, 'woocommerce_feature_experimental-iapi-mini-cart_enabled', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (588, 'woocommerce_feature_cost_of_goods_sold_enabled', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (589, 'woocommerce_single_image_width', 600, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (590, 'woocommerce_thumbnail_image_width', 300, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (591, 'woocommerce_checkout_highlight_required_fields', 'yes', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (592, 'woocommerce_demo_store', 'no', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (593, 'wc_downloads_approved_directories_mode', 'enabled', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (594, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (595, 'current_theme_supports_woocommerce', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (596, 'woocommerce_queue_flush_rewrite_rules', 'no', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (599, 'default_product_cat', 17, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (601, 'woocommerce_refund_returns_page_id', 322, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (604, 'woocommerce_paypal_settings', 'a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:20:\"zakaria.tek@fycom.ma\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:20:\"zakaria.tek@fycom.ma\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (605, 'woocommerce_version', '10.1.2', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (606, 'woocommerce_db_version', '10.1.2', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (607, 'woocommerce_store_id', '381b5b92-2772-42ef-ab97-041f6cef107c', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (608, 'woocommerce_admin_install_timestamp', 1756982156, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (609, 'woocommerce_inbox_variant_assignment', 10, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (610, 'woocommerce_remote_variant_assignment', 113, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (611, 'woocommerce_attribute_lookup_enabled', 'no', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (615, '_transient_jetpack_autoloader_plugin_paths', 'a:0:{}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (616, 'action_scheduler_lock_async-request-runner', '68c486f443ad41.03898373|1757710128', 'no');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (617, 'woocommerce_admin_notices', 'a:0:{}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (618, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"9VP3CoReJPJZABB4xm3xo0Cl18JPi1Mq\";}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (619, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (620, 'widget_kc_widget_content', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (621, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (622, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (623, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (624, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (625, 'widget_woocommerce_product_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (626, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (627, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (628, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (629, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (630, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (631, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (632, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (633, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (634, 'widget_wc_brands_brand_description', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (635, 'widget_woocommerce_brand_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (636, 'widget_wc_brands_brand_thumbnails', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (639, '_site_transient_timeout_woocommerce_blocks_patterns', 1759574158, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (640, '_site_transient_woocommerce_blocks_patterns', 'a:2:{s:7:\"version\";s:6:\"10.1.2\";s:8:\"patterns\";a:41:{i:0;a:11:{s:5:\"title\";s:6:\"Banner\";s:4:\"slug\";s:25:\"woocommerce-blocks/banner\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:10:\"banner.php\";}i:1;a:11:{s:5:\"title\";s:23:\"Coming Soon Entire Site\";s:4:\"slug\";s:35:\"woocommerce/coming-soon-entire-site\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"coming-soon-entire-site.php\";}i:2;a:11:{s:5:\"title\";s:22:\"Coming Soon Store Only\";s:4:\"slug\";s:34:\"woocommerce/coming-soon-store-only\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"coming-soon-store-only.php\";}i:3;a:11:{s:5:\"title\";s:11:\"Coming Soon\";s:4:\"slug\";s:23:\"woocommerce/coming-soon\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:15:\"coming-soon.php\";}i:4;a:11:{s:5:\"title\";s:29:\"Content right with image left\";s:4:\"slug\";s:48:\"woocommerce-blocks/content-right-with-image-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"content-right-image-left.php\";}i:5;a:11:{s:5:\"title\";s:29:\"Featured Category Cover Image\";s:4:\"slug\";s:48:\"woocommerce-blocks/featured-category-cover-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"featured-category-cover-image.php\";}i:6;a:11:{s:5:\"title\";s:24:\"Featured Category Triple\";s:4:\"slug\";s:43:\"woocommerce-blocks/featured-category-triple\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"featured-category-triple.php\";}i:7;a:11:{s:5:\"title\";s:12:\"Large Footer\";s:4:\"slug\";s:31:\"woocommerce-blocks/footer-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"footer-large.php\";}i:8;a:11:{s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"slug\";s:37:\"woocommerce-blocks/footer-simple-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"footer-simple-menu.php\";}i:9;a:11:{s:5:\"title\";s:17:\"Footer with menus\";s:4:\"slug\";s:38:\"woocommerce-blocks/footer-with-3-menus\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"footer-with-3-menus.php\";}i:10;a:11:{s:5:\"title\";s:28:\"Four Image Grid Content Left\";s:4:\"slug\";s:47:\"woocommerce-blocks/form-image-grid-content-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"four-image-grid-content-left.php\";}i:11;a:11:{s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"slug\";s:39:\"woocommerce-blocks/header-centered-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-centered-pattern.php\";}i:12;a:11:{s:5:\"title\";s:23:\"Distraction Free Header\";s:4:\"slug\";s:42:\"woocommerce-blocks/header-distraction-free\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-distraction-free.php\";}i:13;a:11:{s:5:\"title\";s:16:\"Essential Header\";s:4:\"slug\";s:35:\"woocommerce-blocks/header-essential\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"header-essential.php\";}i:14;a:11:{s:5:\"title\";s:12:\"Large Header\";s:4:\"slug\";s:31:\"woocommerce-blocks/header-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"header-large.php\";}i:15;a:11:{s:5:\"title\";s:14:\"Minimal Header\";s:4:\"slug\";s:33:\"woocommerce-blocks/header-minimal\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:18:\"header-minimal.php\";}i:16;a:11:{s:5:\"title\";s:47:\"Heading with three columns of content with link\";s:4:\"slug\";s:66:\"woocommerce-blocks/heading-with-three-columns-of-content-with-link\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:51:\"heading-with-three-columns-of-content-with-link.php\";}i:17;a:11:{s:5:\"title\";s:20:\"Hero Product 3 Split\";s:4:\"slug\";s:39:\"woocommerce-blocks/hero-product-3-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:24:\"hero-product-3-split.php\";}i:18;a:11:{s:5:\"title\";s:23:\"Hero Product Chessboard\";s:4:\"slug\";s:42:\"woocommerce-blocks/hero-product-chessboard\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"hero-product-chessboard.php\";}i:19;a:11:{s:5:\"title\";s:18:\"Hero Product Split\";s:4:\"slug\";s:37:\"woocommerce-blocks/hero-product-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"hero-product-split.php\";}i:20;a:11:{s:5:\"title\";s:33:\"Centered content with image below\";s:4:\"slug\";s:52:\"woocommerce-blocks/centered-content-with-image-below\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:43:\"intro-centered-content-with-image-below.php\";}i:21;a:11:{s:5:\"title\";s:22:\"Just Arrived Full Hero\";s:4:\"slug\";s:41:\"woocommerce-blocks/just-arrived-full-hero\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"just-arrived-full-hero.php\";}i:22;a:11:{s:5:\"title\";s:33:\"No Products Found - Clear Filters\";s:4:\"slug\";s:43:\"woocommerce/no-products-found-clear-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:29:\"no-products-found-filters.php\";}i:23;a:11:{s:5:\"title\";s:17:\"No Products Found\";s:4:\"slug\";s:29:\"woocommerce/no-products-found\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:21:\"no-products-found.php\";}i:24;a:11:{s:5:\"title\";s:19:\"Default Coming Soon\";s:4:\"slug\";s:36:\"woocommerce/page-coming-soon-default\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:28:\"page-coming-soon-default.php\";}i:25;a:11:{s:5:\"title\";s:25:\"Coming Soon Image Gallery\";s:4:\"slug\";s:42:\"woocommerce/page-coming-soon-image-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:34:\"page-coming-soon-image-gallery.php\";}i:26;a:11:{s:5:\"title\";s:30:\"Coming Soon Minimal Left Image\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-minimal-left-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-minimal-left-image.php\";}i:27;a:11:{s:5:\"title\";s:24:\"Coming Soon Modern Black\";s:4:\"slug\";s:41:\"woocommerce/page-coming-soon-modern-black\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:33:\"page-coming-soon-modern-black.php\";}i:28;a:11:{s:5:\"title\";s:29:\"Coming Soon Split Right Image\";s:4:\"slug\";s:46:\"woocommerce/page-coming-soon-split-right-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:38:\"page-coming-soon-split-right-image.php\";}i:29;a:11:{s:5:\"title\";s:34:\"Coming Soon With Header and Footer\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-with-header-footer\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-with-header-footer.php\";}i:30;a:11:{s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-3-columns.php\";}i:31;a:11:{s:5:\"title\";s:28:\"Product Collection 4 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-4-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-4-columns.php\";}i:32;a:11:{s:5:\"title\";s:28:\"Product Collection 5 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-5-columns.php\";}i:33;a:11:{s:5:\"title\";s:47:\"Product Collection: Featured Products 5 Columns\";s:4:\"slug\";s:65:\"woocommerce-blocks/product-collection-featured-products-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:50:\"product-collection-featured-products-5-columns.php\";}i:34;a:11:{s:5:\"title\";s:15:\"Product Gallery\";s:4:\"slug\";s:48:\"woocommerce-blocks/product-query-product-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:36:\"core/query/woocommerce/product-query\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"product-query-product-gallery.php\";}i:35;a:11:{s:5:\"title\";s:14:\"Product Search\";s:4:\"slug\";s:31:\"woocommerce/product-search-form\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"product-search-form.php\";}i:36;a:11:{s:5:\"title\";s:16:\"Related Products\";s:4:\"slug\";s:35:\"woocommerce-blocks/related-products\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"related-products.php\";}i:37;a:11:{s:5:\"title\";s:33:\"Social: Follow us on social media\";s:4:\"slug\";s:51:\"woocommerce-blocks/social-follow-us-in-social-media\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:25:\"WooCommerce, social-media\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:36:\"social-follow-us-in-social-media.php\";}i:38;a:11:{s:5:\"title\";s:22:\"Testimonials 3 Columns\";s:4:\"slug\";s:41:\"woocommerce-blocks/testimonials-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"testimonials-3-columns.php\";}i:39;a:11:{s:5:\"title\";s:19:\"Testimonials Single\";s:4:\"slug\";s:38:\"woocommerce-blocks/testimonials-single\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"testimonials-single.php\";}i:40;a:11:{s:5:\"title\";s:37:\"Three columns with images and content\";s:4:\"slug\";s:56:\"woocommerce-blocks/three-columns-with-images-and-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:41:\"three-columns-with-images-and-content.php\";}}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (643, 'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments', 'no', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (652, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (653, 'jetpack_options', 'a:1:{s:14:\"last_heartbeat\";i:1756982159;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (654, '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl', 1759574293, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (655, '_transient_woocommerce_blocks_asset_api_script_data_ssl', '{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4f2e7067bd1c84cca43f\",\"dependencies\":[\"wc-types\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"35dee88875b85ff65531\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"d79dedade2f2e4dc9df4\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"d0ad299087b6ae74378b\",\"dependencies\":[\"wc-blocks-checkout-events\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"1c5f828afef2f98a6774\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"a16aa912ffa0a15063f1\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"0db759a8a6e010732c50\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-compose\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"1d9ff4f03584490ad390\",\"dependencies\":[\"react-jsx-runtime\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"99a2a0de38bfa707fc7b\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"57e176e7cc02bdd27978\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"2a67f05c7f92833d4e15\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"c939a893efb4febadc26\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"d737836f8db716b9f469\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"a1c2e7c31247ee1ae717\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-checkout-events.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout-events.js\",\"version\":\"2d0fd4590f6cc663947c\",\"dependencies\":[\"wc-types\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"14f739e1c451e591f9da\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-schema-parser.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"f762078aeb4207fe9c3d\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"ebdc0b2d7487174621e6\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"0446a66f2604add5f739\",\"dependencies\":[\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"996b487bcdeb2a438dc9\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-10.1.2\",\"dependencies\":[]}},\"version\":\"wc-10.1.2\",\"hash\":\"567548d28a9ac84826f442a353f7a3d2\"}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (656, 'woocommerce_custom_orders_table_created', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (657, 'woocommerce_coming_soon', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (658, 'woocommerce_store_pages_only', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (659, 'woocommerce_email_improvements_default_enabled', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (660, 'woocommerce_email_improvements_first_enabled_at', '2025-09-04 10:35:59', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (661, 'woocommerce_email_improvements_last_enabled_at', '2025-09-04 10:35:59', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (662, 'woocommerce_email_improvements_enabled_count', 1, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (663, 'woocommerce_initial_installed_version', '10.1.2', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (664, 'wc_blocks_db_schema_version', 260, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (665, 'vromon', 'a:30:{s:18:\"vromon_theme_color\";s:7:\"#f9461d\";s:24:\"vromon_theme_hover_color\";s:4:\"#222\";s:22:\"vromon_menu_text_color\";s:4:\"#fff\";s:34:\"vromon_menu_text_hover_acive_color\";s:7:\"#f9461d\";s:27:\"vromon_sticky_menu_bg_color\";s:15:\"rgba(0,0,0,0.9)\";s:29:\"vromon_sticky_menu_text_color\";s:4:\"#fff\";s:41:\"vromon_sticky_menu_text_hover_acive_color\";s:7:\"#f9461d\";s:22:\"vromon_bannerImage_opt\";s:1:\"1\";s:22:\"vromon_home_banner_img\";a:1:{s:3:\"url\";s:79:\"https://denworldtravel.ma/wp-content/themes/vromon/assets/img/bg/section-bg.jpg\";}s:22:\"vromon_banner_bg_color\";s:4:\"#444\";s:24:\"vromon_banner_text_color\";s:4:\"#fff\";s:32:\"vromon_banner_inner_border_color\";s:4:\"#fff\";s:28:\"vromon_banner_inner_bg_color\";s:7:\"#f9461d\";s:22:\"vromon_footer_bg_color\";s:7:\"#ffffff\";s:24:\"vromon_footer_text_color\";s:4:\"#333\";s:24:\"vromon_footer_link_color\";s:7:\"#f9461d\";s:21:\"vromon_copywrite_text\";s:44:\"Copyright &copy; 2025 | All Rights Reserved.\";s:20:\"vromon_preloader_opt\";s:1:\"1\";s:19:\"vromon_homepage_opt\";s:1:\"0\";s:23:\"vromon_spinner_bg_color\";s:4:\"#fff\";s:25:\"vromon_spinner_main_color\";s:4:\"#222\";s:27:\"vromon_spinner_border_color\";s:4:\"#fff\";s:21:\"vromon_scroll_top_opt\";s:1:\"1\";s:21:\"vromon_blog_page_text\";s:4:\"Blog\";s:19:\"vromon_archive_text\";s:10:\"Archive - \";s:18:\"vromon_search_text\";s:9:\"Search - \";s:16:\"vromon_shop_text\";s:4:\"Shop\";s:15:\"vromon_404_text\";s:3:\"404\";s:24:\"vromon_tour_booking_text\";s:12:\"Tour Booking\";s:28:\"vromon_tour_booking_btn_text\";s:12:\"View details\";}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (666, 'vromon-transients', 'a:2:{s:14:\"changed_values\";a:0:{}s:9:\"last_save\";i:1756982159;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667, 'envato_market_state', 'activated', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (669, 'woocommerce_gateway_order', 'a:6:{s:19:\"_wc_pes_woopayments\";i:0;s:25:\"_wc_pes_paypal_full_stack\";i:1;s:33:\"_wc_offline_payment_methods_group\";i:2;s:4:\"bacs\";i:3;s:6:\"cheque\";i:4;s:3:\"cod\";i:5;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (682, 'woocommerce_checkout_phone_field', 'optional', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (683, 'woocommerce_checkout_company_field', 'hidden', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (684, 'woocommerce_checkout_address_2_field', 'optional', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (685, '_transient_timeout_woocommerce_analytics_orders_statuses_all', 1788518167, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (686, '_transient_woocommerce_analytics_orders_statuses_all', 'a:0:{}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (697, 'as_has_wp_comment_logs', 'no', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (703, '_transient_wc_attribute_taxonomies', 'a:2:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:5:\"color\";s:15:\"attribute_label\";s:5:\"color\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (708, '_transient_product_query-transient-version', 1756982418, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (709, 'wp_calendar_block_has_published_posts', 1, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (710, 'category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (711, 'product_brand_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (712, 'product_cat_children', 'a:1:{i:26;a:3:{i:0;i:30;i:1;i:36;i:2;i:38;}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (713, 'kc-section-category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (723, 'jetpack_connection_active_plugins', 'a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (726, 'e_editor_counter', 24, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (727, '_elementor_free_to_pro_upsell', 'a:2:{s:7:\"timeout\";i:1757501428;s:5:\"value\";s:723:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"},{\"id\":\"connect-pro-upgrade\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/connect-pro-upgrade.jpg\"}]\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (728, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1757501429;s:5:\"value\";s:18404:\"[{\"id\":\"variables-3.31\",\"title\":\"Scalable design with Variables\",\"description\":\"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"host-special-offer\",\"title\":\"Host with Elementor, Get Unified Support for Building & Hosting\",\"description\":\"Advance to Elementor\'s Cloud Hosting powered by Google Cloud and Cloudflare. Use the coupon CLOUDPLUSSPECIAL2025 to get Host Cloud Plus at the price of Host Cloud.\",\"topic\":\"Special offer: Elementor Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/host_coupon.png\",\"chipTags\":[\"Cloud Hosting\"],\"cta\":\"Get it Now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/host-whats-new-host-discount\\/\"},{\"id\":\"filters-3.31\",\"title\":\"Visual effects with Filters and Backdrop Filters\",\"description\":\"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"classes-3.31\",\"title\":\"Smarter Class Manager tools\",\"description\":\"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"send-notification-august\",\"title\":\"All Your Assets, One Library\",\"description\":\"Save time and skip the re-uploads - now you can pull images straight from your WordPress Media Library into Send. Faster, simpler, and built for WordPress.\",\"topic\":\"Send: Email & SMS built for WooCommerce\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aug_send.png\",\"chipTags\":[\"Cart abandonment\"],\"cta\":\"Upload Your Assets\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ML_WN\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/\"},{\"id\":\"classes-3.30\",\"title\":\"Better class control\",\"description\":\"Get popovers with your class name, breakpoint, state and possible conflicts. Plus, the exact class names you define are now reflected in the code, making debugging and working with external tools easier!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/classes-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/\"},{\"id\":\"tools-3.30\",\"title\":\"Essential Editor tools\",\"description\":\"V4 now includes a long list of essential V3 capabilities, re-engineered to fit the new framework - IDs, custom unit, anchor offset, display none, object fit, clear icons and more!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tools-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"youtube-3.30\",\"title\":\"YouTube Element\",\"description\":\"The new YouTube Element is purpose-built to support V4 capabilities with faster rendering, better performance, and familiar controls like autoplay, loop, mute, and aspect ratio.\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/youtube-3.30.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"host-google-cloud\",\"title\":\"Deliver fast, secure websites at scale - free migration included!\",\"description\":\"Host your site on Elementor\\u2019s infrastructure - built for speed, security, and scale. Powered by Google Cloud, with free migration and 24\\/7 expert support.\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/host-google-cloud.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/elementor-host-google-cloud\",\"readMoreText\":\"Read More\"},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates\\/\"},{\"id\":\"classes-3.29\",\"title\":\"Classes: Style Once, Apply Everywhere\",\"description\":\"Create Classes to define styling patterns once and apply them across your entire site with a single click. Add States for stunning hover and focus effects\\u2014no coding needed!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"style-tab-3.29\",\"title\":\"Consistent Styling Everywhere\",\"description\":\"Every V4 element shares the same styling capabilities in the same logical order and location. Plus, we\'ve streamlined from 3 tabs to just 2\\u2014content in one, styling in the other!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-style-tab.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"responsive-3.29\",\"title\":\"Fully Responsive Design\",\"description\":\"With Editor V4, every single style property can be customized per device. Complete creative control for desktop, tablet, and mobile!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-responsive.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"performance-3.29\",\"title\":\"Blazing fast performance\",\"description\":\"In Editor V4, each element uses one clean div instead of multiple nested divs like in the current version\\u2014your sites will load lightning-fast with cleaner code!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-performance.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"migration-host\",\"title\":\"Move to Better Cloud Hosting, Painlessly\",\"description\":\"Migrate your Elementor website for free to a home that\\u2019s perfect for it, in minutes, with a combination of\\u2028advanced automation and free expert support\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/migration-host.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\",\"readMoreText\":\"Learn More\",\"cta\":\"Migrate for free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"hello-biz-contact\",\"title\":\"New Contact Widget, Visual Layout Presets & more\",\"description\":\"Hello Biz just got an update! Explore the new Contact Widget, Visual Layout Presets, Form Submissions integration, and fresh new kits.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-contact.png\",\"chipTags\":[\"New Features\"],\"link\":\"https:\\/\\/go.elementor.com\\/hello-biz-updates\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner-colors\",\"title\":\"Style Your Wireframe, Speed Up Your Store Build\",\"description\":\"Site Planner now lets you style your wireframe with fonts and colors - instantly visualizing your site\\u2019s look and feel. Plus, it predesigns pages for WooCommerce like Cart and Checkout, so you can dive straight into customizations\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/site-planner-colors.png\",\"chipTags\":[\"New Feature\"],\"link\":\"http:\\/\\/www.elementor.com\\/ai-site-planner\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"grid-span-3.27\",\"title\":\"Design Grid layouts that fit your exact vision\",\"description\":\"Advanced column and row span controls give you the power to design Grid Container layouts that fit your exact vision.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/grid-span-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-grid-span-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"local-fonts-3.27\",\"title\":\"Load Google Fonts safer and faster\",\"description\":\"Once enabled, Google Fonts are served directly from your server, streamlining the loading process and enhancing security.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/local-google-fonts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-local-fonts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"video-shorts-3.27\",\"title\":\"Showcase short-form, vertical videos\",\"description\":\"The Video widget now supports YouTube Shorts in a vertical 9:16 ratio, the go-to format for engaging audiences.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/video-shorts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-video-shorts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (731, '_elementor_local_google_fonts', 'a:7:{s:6:\"roboto\";a:2:{s:3:\"url\";s:82:\"https://denworldtravel.ma/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1756982747;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:86:\"https://denworldtravel.ma/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1756982755;}s:8:\"reemkufi\";a:2:{s:3:\"url\";s:84:\"https://denworldtravel.ma/wp-content/uploads/elementor/google-fonts/css/reemkufi.css\";s:7:\"version\";i:1756983475;}s:11:\"staatliches\";a:2:{s:3:\"url\";s:87:\"https://denworldtravel.ma/wp-content/uploads/elementor/google-fonts/css/staatliches.css\";s:7:\"version\";i:1756984527;}s:7:\"poppins\";a:2:{s:3:\"url\";s:83:\"https://denworldtravel.ma/wp-content/uploads/elementor/google-fonts/css/poppins.css\";s:7:\"version\";i:1756984538;}s:8:\"roadrage\";a:2:{s:3:\"url\";s:84:\"https://denworldtravel.ma/wp-content/uploads/elementor/google-fonts/css/roadrage.css\";s:7:\"version\";i:1756985322;}s:5:\"inter\";a:2:{s:3:\"url\";s:81:\"https://denworldtravel.ma/wp-content/uploads/elementor/google-fonts/css/inter.css\";s:7:\"version\";i:1756985341;}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (733, '_transient_jetpack_connection_active_plugins_refresh', 1756982813, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (742, 'template_kit_import_version', '1.0.16', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (743, 'template_kit_import_install_time', 1756982970, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (747, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1757709474;s:7:\"checked\";a:2:{s:15:\"hello-elementor\";s:5:\"3.4.4\";s:16:\"twentytwentyfive\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.4.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (754, 'uae_lite_is_activated', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (756, 'hfe_is_theme_supported', 1, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (758, '_hfe_db_version', '2.4.9', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (759, 'hfe_onboarding_triggered', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (761, 'hfe_plugin_previous_version', '2.4.9', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (762, 'hfe_plugin_version', '2.4.9', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (763, 'uae_analytics_installed_time', 1756983109, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (766, 'elementskit-lite__banner_last_check', 1757709514, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (767, 'elementskit-lite__banner_data', 'O:8:\"stdClass\":10:{s:8:\"10019444\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019444;s:5:\"title\";s:27:\"Wpmet Birthday 2025 ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice51\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, PopupKit, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018928\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018928;s:5:\"title\";s:29:\"Wpmet Birthday 2025 dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice50\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, PopupKit, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018688\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018688;s:5:\"title\";s:42:\"Wpmet 4th of July Flash Sale 2025 Ownpages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018687\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018687;s:5:\"title\";s:43:\"Wpmet 4th of July Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018221;s:5:\"title\";s:43:\"WordPress Birthday Flash Sale 2025 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018220;s:5:\"title\";s:44:\"WordPress Birthday Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner//wpbirthday\";s:11:\"button_text\";s:29:\"Claim Your Birthday Discount!\";s:11:\"notice_body\";s:590:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">WordPress Birthday Deals from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017503\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017503;s:5:\"title\";s:33:\"Wpmet Summer Notice ownpages 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10017501\";O:8:\"stdClass\":7:{s:2:\"id\";i:10017501;s:5:\"title\";s:34:\"Wpmet Summer Notice Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"www.wpmet.com/banner/summer-sale\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:582:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">pre Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013005\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013005;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013004\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013004;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (768, 'nps-survey-header-footer-elementor', 'a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1756983110;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (769, 'wpforms_version', '1.9.7.3', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (770, 'wpforms_version_lite', '1.9.7.3', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (771, 'wpforms_activated', 'a:1:{s:4:\"lite\";i:1756983121;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (776, 'wpforms_constant_contact_version', 3, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (777, 'widget_wpforms-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (778, 'wpforms_settings', 'a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (780, 'wpforms_versions_lite', 'a:15:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:5:\"1.9.1\";i:0;s:5:\"1.9.2\";i:0;s:5:\"1.9.7\";i:0;s:7:\"1.9.7.3\";i:1756983126;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (781, 'elementor_disable_color_schemes', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (782, 'elementor_disable_typography_schemes', 'yes', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (786, 'wpforms_admin_notices', 'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1756983212;s:9:\"dismissed\";b:0;}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (787, 'wpforms_splash_version', '1.8.6', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (788, '_wpforms_transient_upload_htaccess_file', 'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1756983214;s:5:\"ctime\";i:1756983214;}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (789, 'wpforms_email_summaries_fetch_info_blocks_last_run', 1757626340, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (790, 'wpforms_process_forms_locator_status', 'completed', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (791, 'wpforms_notifications', 'a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1757709549;}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (796, 'elementskit-lite_install_date', '2025-09-04 10:53:55', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (805, '_elementor_element_cache_unique_id', 'd9644629a3683efa12c3827913902456', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (814, 'action_scheduler_migration_status', 'complete', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (821, 'ccj__activation_time', 1756984039, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (822, 'ccj__version', 3.50, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (823, 'custom-css-js-tree', 'a:1:{s:28:\"frontend-css-header-internal\";a:1:{i:0;s:7:\"397.css\";}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (831, 'elementor_log', 'a:4:{s:32:\"f99eb5ed417492ef28b6b3000203a316\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"22587\";s:7:\"\0*\0file\";s:92:\"https://denworld.instawp.dev/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.31.3\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2025-09-04 11:12:42\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:61:\"Cannot read properties of undefined (reading &#039;get&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-09-04 11:12:42\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1756984362\";s:7:\"message\";s:51:\"Cannot read properties of undefined (reading \'get\')\";s:3:\"url\";s:92:\"https://denworld.instawp.dev/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.31.3\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:5:\"22587\";}}s:32:\"1f3f7f521382974dd61eff7a8148ee9e\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"26802\";s:7:\"\0*\0file\";s:94:\"https://denworld.instawp.dev/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.31.3\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2025-09-04 13:41:26\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:38:\"elementorFrontendConfig is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-09-04 13:41:26\";i:1;s:19:\"2025-09-04 16:08:09\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1756993286\";s:7:\"message\";s:38:\"elementorFrontendConfig is not defined\";s:3:\"url\";s:94:\"https://denworld.instawp.dev/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.31.3\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"26802\";}}s:32:\"38d2745972e53e9e3b57c783bf055a52\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:114:\"/home/riwixokule4095/web/denworld.instawp.dev/public_html/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;s:7:\"\0*\0date\";s:19:\"2025-09-04 14:11:41\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2025-09-04 14:11:41\";i:1;s:19:\"2025-09-04 14:11:42\";i:2;s:19:\"2025-09-04 14:12:05\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:114:\"/home/riwixokule4095/web/denworld.instawp.dev/public_html/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}}s:32:\"2f8b22503014336f8315fad251903af4\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"499123\";s:7:\"\0*\0file\";s:92:\"https://denworld.instawp.dev/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.31.3\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2025-09-04 16:08:13\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:32:\"elementorFrontend is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-09-04 16:08:13\";i:1;s:19:\"2025-09-04 16:14:36\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1757002093\";s:7:\"message\";s:32:\"elementorFrontend is not defined\";s:3:\"url\";s:92:\"https://denworld.instawp.dev/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.31.3\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"499123\";}}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (885, 'elementskit-lite__stories_last_check', 1757709514, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (886, 'elementskit-lite__stories_data', 'O:8:\"stdClass\":10:{s:8:\"10020276\";O:8:\"stdClass\":9:{s:2:\"id\";i:10020276;s:5:\"title\";s:17:\"GetGenie 30K Deal\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1757203200;s:3:\"end\";i:1758499200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:28:\"https://getgenie.ai/30kstory\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2025/09/Genie-30K-GIF.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10019442\";O:8:\"stdClass\":9:{s:2:\"id\";i:10019442;s:5:\"title\";s:23:\"Wpmet Birthday 25 Genie\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:32:\"https://wpmet.com/gbday-story-25\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/Genie.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10019440\";O:8:\"stdClass\":9:{s:2:\"id\";i:10019440;s:5:\"title\";s:19:\"Wpmet Birthday 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:6:{i:0;s:8:\"emailkit\";i:1;s:21:\"gutenkit-blocks-addon\";i:2;s:7:\"metform\";i:3;s:10:\"shopengine\";i:4;s:9:\"wp-social\";i:5;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"https://wpmet.com/bday-story-25\";s:11:\"story_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/WP.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018690\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018690;s:5:\"title\";s:36:\"GetGenie 4th of July Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:27:\"https://getgenie.ai/story45\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/GetGenie__Gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018685\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018685;s:5:\"title\";s:33:\"Wpmet 4th of July Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:25:\"https://wpmet.com/story35\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/WpMet.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018273\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018273;s:5:\"title\";s:24:\"WordPress Birthday Deals\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1748304000;s:3:\"end\";i:1748649600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:21:\"www.wpmet.com/wpbdays\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10017504\";O:8:\"stdClass\":9:{s:2:\"id\";i:10017504;s:5:\"title\";s:25:\"GetGenie Summer Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:23:\"www.getgenie.ai/summer \";s:11:\"story_image\";s:72:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/inplugin_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10017499\";O:8:\"stdClass\":9:{s:2:\"id\";i:10017499;s:5:\"title\";s:22:\"Wpmet Summer Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1746662400;s:3:\"end\";i:1748131200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"www.wpmet.com/story/summer-sale\";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2025/05/inplugin_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10015497\";O:8:\"stdClass\":9:{s:2:\"id\";i:10015497;s:5:\"title\";s:26:\"GetGenie Ramadan Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1741219200;s:3:\"end\";i:1742688000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:32:\"https://getgenie.ai/SRamadan25/ \";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2024/03/getgenie_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10015490\";O:8:\"stdClass\":9:{s:2:\"id\";i:10015490;s:5:\"title\";s:23:\"Wpmet Ramadan Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1741219200;s:3:\"end\";i:1742688000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:30:\"https://wpmet.com/SRamadan25/ \";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2024/03/wpmet_story-2.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (887, '_wpforms_transient_wpforms_/home/riwixokule4095/web/denworld.instawp.dev/public_html/wp-content/uploads/wpforms/cache/.htaccess_file', 'a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1757709514;s:5:\"ctime\";i:1757709514;}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1013, '_transient_timeout_elementor_image_optimization_campaign', 1759587250, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1014, '_transient_elementor_image_optimization_campaign', 'a:3:{s:6:\"source\";s:23:\"io-editor-image-install\";s:8:\"campaign\";s:6:\"io-plg\";s:6:\"medium\";s:7:\"wp-dash\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1116, 'duplicate_page_options', 'a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1160, '_elementor_home_screen_data', 'a:2:{s:7:\"timeout\";i:1757006208;s:5:\"value\";s:11425:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Cloud Hosting\",\"title_small\":\"Explore Elementor Host Plans\",\"url\":\"https:\\/\\/go.elementor.com\\/host-home-jumpstart-your-creation-widget-free\\/\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/host.svg\",\"title_small_color\":\"promotion.main\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Cloud Hosting\",\"title_small\":\"Explore Elementor Host Plans\",\"url\":\"https:\\/\\/go.elementor.com\\/host-home-jumpstart-your-creation-widget-pro\\/\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/host.svg\",\"title_small_color\":\"promotion.main\"}]}],\"add_ons\":{\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"pojo-accessibility\\/pojo-accessibility.php\",\"title\":\"Ally - Web Accessibility. Simplified.\",\"url\":\"\",\"description\":\"Make your website more accessible with powerful tools to detect and fix issues, enhance usability, and create a better experience for all visitors.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/ally_logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"send-app\\/send-app.php\",\"title\":\"Send \\u2013 Marketing Automation\",\"url\":\"\",\"description\":\"Supercharge your WooCommerce store with Send\\u2014an all-in-one toolkit for emails, popups & more. Built for WordPress. No plugins, no hassle.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/send-logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_upgrade\":[{\"license\":[\"free\"],\"show\":\"true\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]},{\"license\":[\"pro\"],\"show\":\"false\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}],\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1175, '_transient_health-check-site-status-result', '{\"good\":15,\"recommended\":3,\"critical\":5}', 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1240, 'allowed_astra_notices', 'a:1:{i:0;s:16:\"uae-optin-notice\";}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1281, '_elementor_editor_upgrade_notice_dismissed', 1757416538, 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1437, '_site_transient_timeout_browser_a3f57bbe21c4e30379228ad7788f224d', 1758102604, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1438, '_site_transient_browser_a3f57bbe21c4e30379228ad7788f224d', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"140.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1469, '_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271', 1758231141, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1470, '_site_transient_php_check_38979a08dcd71638878b7b4419751271', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1471, '_site_transient_timeout_wp_theme_files_patterns-5d7eccc4cb5df16637e0997dfbc18f10', 1757711270, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1472, '_site_transient_wp_theme_files_patterns-5d7eccc4cb5df16637e0997dfbc18f10', 'a:2:{s:7:\"version\";s:5:\"3.4.4\";s:8:\"patterns\";a:0:{}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1474, '_transient_timeout_elementor_remote_info_api_data_3.31.3', 1757752673, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1475, '_transient_elementor_remote_info_api_data_3.31.3', 'a:4:{s:9:\"timestamp\";s:10:\"1757706314\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1476, '_site_transient_timeout_theme_roots', 1757711274, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1477, '_site_transient_theme_roots', 'a:2:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1479, '_wpforms_transient_timeout_splash.json', 1758314313, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1480, '_wpforms_transient_splash.json', 1757709513, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1481, '_site_transient_timeout_browser_3ade46e10ab46df1d7d395ddaa715a24', 1758314314, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1482, '_site_transient_browser_3ade46e10ab46df1d7d395ddaa715a24', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"140.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1485, '_site_transient_timeout_community-events-38dc91340cc0f92dc0f80e97eb5f9b5f', 1757752717, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1486, '_site_transient_community-events-38dc91340cc0f92dc0f80e97eb5f9b5f', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"196.115.200.0\";}s:6:\"events\";a:0:{}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1487, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', 1757752717, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1488, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1489, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', 1757752717, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1490, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', 1757709517, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1491, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 1757752718, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1492, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1493, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', 1757752718, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1494, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', 1757709518, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1495, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', 1757752718, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1496, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/08/portland-welcomes-wcus-2025/\'>Portland Welcomes WordCamp US 2025: A Community Gathering</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/08/portland-are-you-ready-the-wcus-2025-schedule-has-arrived/\'>Portland, Are You Ready? The WCUS 2025 Schedule Has Arrived!</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/09/really-simple-licensing/\'>Matt: Really Simple Licensing</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/09/externalities/\'>Matt: Account for Externalities</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2025/09/posthog/\'>Matt: PostHog</a></li></ul></div>', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1497, 'using_application_passwords', 1, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1498, '_transient_timeout_instawp_generate_large_files', 1757713162, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1499, '_transient_instawp_generate_large_files', 1, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1500, 'instawp_large_files_list', 'a:0:{}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1501, 'instawp_default_user', 1, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1502, 'instawp_sync_tab_roles', 'a:1:{i:0;s:13:\"administrator\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1504, 'instawp_heartbeat_failed', 1, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1507, 'instawp_connect_plugin_log', 'a:8:{i:0;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:43:17\";}i:1;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:43:47\";}i:2;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:44:17\";}i:3;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:44:47\";}i:4;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:49:11\";}i:5;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:49:41\";}i:6;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:50:11\";}i:7;a:3:{s:5:\"title\";s:32:\"is_migrate_file_accessible error\";s:7:\"message\";s:81:\"cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received\";s:4:\"time\";s:19:\"2025-09-12 20:50:41\";}}', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1508, '_transient_timeout_instawp_site_size_check_files_81b9de0d45a1ee5100fd4b25a2c29003', 1757713499, 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1509, '_transient_instawp_site_size_check_files_81b9de0d45a1ee5100fd4b25a2c29003', 309012721, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1510, '_transient_timeout_instawp_site_size_check_db_d751713988987e9331980363e24189ce', 1757713499, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1511, '_transient_instawp_site_size_check_db_d751713988987e9331980363e24189ce', 21200896, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1516, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1757710068;s:8:\"response\";a:3:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.31.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"custom-css-js/custom-css-js.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/custom-css-js\";s:4:\"slug\";s:13:\"custom-css-js\";s:6:\"plugin\";s:31:\"custom-css-js/custom-css-js.php\";s:11:\"new_version\";s:4:\"3.51\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/custom-css-js/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/custom-css-js.3.51.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/custom-css-js/assets/icon-128x128.png?rev=1303730\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/custom-css-js/assets/banner-1544x500.png?rev=1770945\";s:2:\"1x\";s:68:\"https://ps.w.org/custom-css-js/assets/banner-772x250.png?rev=1303730\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.7.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:35:\"instawp-connect/instawp-connect.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/instawp-connect\";s:4:\"slug\";s:15:\"instawp-connect\";s:6:\"plugin\";s:35:\"instawp-connect/instawp-connect.php\";s:11:\"new_version\";s:7:\"0.1.1.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/instawp-connect/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/instawp-connect.0.1.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/instawp-connect/assets/icon-256x256.png?rev=2812065\";s:2:\"1x\";s:68:\"https://ps.w.org/instawp-connect/assets/icon-128x128.png?rev=2812065\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/instawp-connect/assets/banner-1544x500.png?rev=3245569\";s:2:\"1x\";s:70:\"https://ps.w.org/instawp-connect/assets/banner-772x250.png?rev=3245569\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/jeg-elementor-kit\";s:4:\"slug\";s:17:\"jeg-elementor-kit\";s:6:\"plugin\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:11:\"new_version\";s:6:\"2.6.14\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/jeg-elementor-kit/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/jeg-elementor-kit.2.6.14.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";s:3:\"svg\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500.png?rev=2575635\";s:2:\"1x\";s:72:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250.png?rev=2575635\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500-rtl.png?rev=2575635\";s:2:\"1x\";s:76:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250-rtl.png?rev=2575635\";}s:8:\"requires\";s:3:\"5.0\";}s:43:\"template-kit-import/template-kit-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/template-kit-import\";s:4:\"slug\";s:19:\"template-kit-import\";s:6:\"plugin\";s:43:\"template-kit-import/template-kit-import.php\";s:11:\"new_version\";s:6:\"1.0.16\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/template-kit-import/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/template-kit-import.1.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-256x256.png?rev=3129153\";s:2:\"1x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-128x128.png?rev=3129153\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.7.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}}s:7:\"checked\";a:9:{s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.5\";s:23:\"elementor/elementor.php\";s:6:\"3.31.3\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.7.2\";s:35:\"instawp-connect/instawp-connect.php\";s:7:\"0.1.1.6\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:6:\"2.6.14\";s:31:\"custom-css-js/custom-css-js.php\";s:4:\"3.50\";s:43:\"template-kit-import/template-kit-import.php\";s:6:\"1.0.16\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.4.9\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.7.3\";}}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1518, '_transient_timeout_instawp_site_size_check_files_6875452d5548286c68f848ce22d87971', 1757713855, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1519, '_transient_instawp_site_size_check_files_6875452d5548286c68f848ce22d87971', 309014095, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1520, '_transient_doing_cron', 1757710510.3912489414215087890625, 'on');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1521, 'schema-ActionScheduler_StoreSchema', '7.0.1757710523', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1522, 'schema-ActionScheduler_LoggerSchema', '3.0.1757710523', 'auto');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1523, 'instawp_api_options', 'a:6:{s:7:\"api_key\";s:47:\"116752|QeCZDVBg85kwfoEUQDeqYs38myo0y9qDzxDF2qmH\";s:3:\"jwt\";s:467:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5pbnN0YXdwLmlvL2FwaS92Mi9jb25uZWN0cy8yMDM2OTUvZ2VuZXJhdGUtdG9rZW4iLCJpYXQiOjE3NTc3MTA1MjQsImV4cCI6MTc1NzcxNDEyNCwibmJmIjoxNzU3NzEwNTI0LCJqdGkiOiJseTBoYThCT05oN1JlWDJ0Iiwic3ViIjoiMTEzOTg1IiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyIsImNsYWltIjp7ImlkIjoxMTM5ODUsIm5hbWUiOiJsb2dpbiIsImVtYWlsIjoibG9naW5AZnljb20ubWEiLCJ0ZWFtX2lkIjoxMTQ1NDV9fQ.9ZkVsYb-LUPTMJKrFb5veBdoEyN-Xt8nw4Pqfa7magQ\";s:6:\"origin\";s:32:\"92900a84f29b98967a6d44113949461f\";s:8:\"response\";a:5:{s:6:\"status\";b:1;s:4:\"name\";s:5:\"login\";s:5:\"email\";s:14:\"login@fycom.ma\";s:9:\"team_name\";s:17:\"Fycom Devops Team\";s:10:\"permisions\";a:1:{i:0;s:1:\"*\";}}s:10:\"connect_id\";i:203695;s:12:\"connect_uuid\";s:36:\"3860105d-393c-410f-85c3-b15b536dc511\";}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1524, '_transient_timeout_dirsize_cache', 2073070524, 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1525, '_transient_dirsize_cache', 'a:1842:{s:90:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/upgrade\";i:0;s:82:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content\";i:28;s:81:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/iwp-serve\";i:416;s:87:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/images\";i:427294;s:86:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/maint\";i:7611;s:91:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/js/widgets\";i:139432;s:83:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/js\";i:1996678;s:89:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/includes\";i:3089012;s:85:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/user\";i:3758;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/sunrise\";i:86121;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/blue\";i:82449;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/light\";i:83275;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/ocean\";i:79467;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/coffee\";i:80361;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/modern\";i:83520;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/midnight\";i:84671;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors/ectoplasm\";i:83892;s:91:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css/colors\";i:689979;s:84:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/css\";i:2623520;s:88:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin/network\";i:126233;s:80:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-admin\";i:9217669;s:93:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/customize\";i:178173;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Response\";i:3101;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Exception\";i:22464;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Auth\";i:2541;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Transport\";i:35470;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src/Utility\";i:7176;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/src\";i:214849;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests/library\";i:261;s:92:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Requests\";i:215110;s:91:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/widgets\";i:158198;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:93:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Text/Diff\";i:44136;s:88:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/Text\";i:57248;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/images/crystal\";i:15541;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/images/smilies\";i:10082;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/images/media\";i:5263;s:90:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/images\";i:102178;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/block-patterns\";i:8951;s:92:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/html-api\";i:536362;s:87:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/ID3\";i:1160011;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/jquery/ui\";i:787634;s:93:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/jquery\";i:1304968;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/swfupload\";i:8715;s:91:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/crop\";i:20004;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/plupload\";i:490754;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/vendor\";i:2701413;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/interactivity\";i:312802;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5460;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11881;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22849;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/block-library/form\";i:2559;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3826;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6276;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/block-library\";i:52851;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/a11y\";i:5613;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:21116;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/script-modules\";i:392382;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist/development\";i:179848;s:91:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/dist\";i:22295514;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/themes\";i:898863;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/plugins\";i:607194;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/utils\";i:18826;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/skins\";i:235667;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce/langs\";i:15529;s:94:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/tinymce\";i:2856553;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/thickbox\";i:31323;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/mediaelement\";i:721307;s:92:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/jcrop\";i:24976;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/imgareaselect\";i:49553;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js/codemirror\";i:1287141;s:86:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/js\";i:31513410;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/src\";i:716234;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie/library\";i:118803;s:93:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/SimplePie\";i:839047;s:93:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/PHPMailer\";i:233633;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/rest-api/search\";i:16916;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/rest-api/endpoints\";i:870211;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/rest-api/fields\";i:22750;s:92:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/rest-api\";i:1001440;s:87:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/IXR\";i:33910;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/avatar\";i:2296;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/footnotes\";i:2642;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/video\";i:8844;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/gallery\";i:78452;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/archives\";i:2233;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-title\";i:2849;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/template-part\";i:6686;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comment-template\";i:3037;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query-total\";i:1520;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-author\";i:3959;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/embed\";i:11420;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-author-name\";i:1673;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/legacy-widget\";i:556;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/pattern\";i:411;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/button\";i:14327;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-content\";i:1778;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/missing\";i:617;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/block\";i:587;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/categories\";i:4020;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/buttons\";i:11544;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/shortcode\";i:2918;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/quote\";i:7166;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-terms\";i:1981;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/search\";i:19632;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/site-logo\";i:15709;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/navigation\";i:131175;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/media-text\";i:16904;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/html\";i:3770;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/pullquote\";i:8859;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/columns\";i:9193;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/loginout\";i:1474;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/latest-posts\";i:11447;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-date\";i:1665;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/group\";i:8051;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/audio\";i:3675;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query-no-results\";i:901;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/social-links\";i:60255;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-comments-form\";i:10059;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comment-content\";i:1838;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comments-pagination\";i:8917;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/image\";i:66363;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query-title\";i:1721;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/nextpage\";i:3039;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comments\";i:29695;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/read-more\";i:2428;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/latest-comments\";i:6816;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/list\";i:2338;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/table\";i:27384;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/spacer\";i:4737;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query-pagination\";i:5775;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/navigation-link\";i:10406;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-featured-image\";i:29843;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/social-link\";i:3510;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/page-list\";i:8293;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/preformatted\";i:1907;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-template\";i:7967;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/paragraph\";i:7421;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/column\";i:1636;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comment-date\";i:1562;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/site-tagline\";i:2149;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/list-item\";i:1471;s:94:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/rss\";i:4900;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/tag-cloud\";i:4274;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/cover\";i:87729;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/file\";i:11820;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/home-link\";i:1130;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/details\";i:2260;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query\";i:12952;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/separator\";i:5126;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/more\";i:3770;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comments-title\";i:1745;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/page-list-item\";i:1109;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/heading\";i:5866;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/site-title\";i:3051;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/widget-group\";i:400;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/freeform\";i:41624;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/code\";i:2828;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/calendar\";i:3804;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/text-columns\";i:3054;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/verse\";i:2144;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks/term-description\";i:2070;s:90:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/blocks\";i:1535843;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/block-supports\";i:132630;s:90:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/assets\";i:28376;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sitemaps/providers\";i:17599;s:92:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sitemaps\";i:47547;s:94:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/php-compat\";i:1253;s:88:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/pomo\";i:57146;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/certificates\";i:226307;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/style-engine\";i:48119;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/interactivity-api\";i:57534;s:89:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/fonts\";i:327011;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/theme-compat\";i:15656;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/src\";i:1268866;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat/lib\";i:99005;s:97:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/sodium_compat\";i:1377044;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/preferences\";i:6314;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/widgets\";i:23740;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/edit-site\";i:590018;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/block-library\";i:804012;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/edit-widgets\";i:90952;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/block-editor\";i:620037;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/block-directory\";i:15464;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/customize-widgets\";i:25296;s:102:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/edit-post\";i:61540;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/nux\";i:11874;s:99:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/editor\";i:243084;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/patterns\";i:7442;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/format-library\";i:5024;s:101:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/commands\";i:13442;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist/components\";i:366079;s:92:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css/dist\";i:2904460;s:87:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/css\";i:3551277;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/block-bindings\";i:3610;s:88:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes/l10n\";i:31237;s:83:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-includes\";i:50939900;s:71:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html\";i:73454481;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/templates\";i:5339;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/styles\";i:140995;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/parts\";i:440;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive/patterns\";i:346754;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/twentytwentyfive\";i:8415501;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package/src/V120\";i:6813;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package/src\";i:6813;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/vendor/elementor/wp-notifications-package\";i:9967;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/vendor/elementor\";i:9967;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/vendor/composer\";i:40375;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/vendor\";i:51090;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/includes/settings\";i:41636;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/includes/customizer\";i:5392;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/includes\";i:68257;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/assets/images\";i:849424;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/assets/js\";i:666967;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/assets/css\";i:40154;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/assets\";i:1556545;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/modules/admin-home/rest\";i:16306;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/modules/admin-home/components\";i:11662;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/modules/admin-home\";i:28617;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/modules\";i:28617;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor/template-parts\";i:12741;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes/hello-elementor\";i:1862919;s:89:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/themes\";i:10278448;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits/endpoints\";i:1909;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/kits\";i:3434;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/kit-library/data/taxonomies\";i:812;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/kit-library/data\";i:14171;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/kit-library/connect\";i:2073;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/kit-library\";i:22510;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/onboarding\";i:15486;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/import\";i:24258;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/revert\";i:9996;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export/runners/export\";i:12906;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export/runners\";i:47687;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export/compatibility\";i:4540;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export/processes\";i:38732;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export\";i:136469;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/site-editor\";i:1069;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/runners/import\";i:24427;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/runners/revert\";i:10126;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/runners/export\";i:13049;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/runners\";i:48155;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/compatibility\";i:4605;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/data/routes\";i:10788;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/data\";i:12398;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization/processes\";i:39161;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules/import-export-customization\";i:143222;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/modules\";i:318756;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app/admin-menu-items\";i:570;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/app\";i:329158;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor/composer\";i:130972;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor\";i:131720;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/admin-templates\";i:10353;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/template-library/forms\";i:1714;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/template-library/data/endpoints\";i:2321;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/template-library/data\";i:3015;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/template-library/sources/admin-menu-items\";i:1927;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/template-library/sources\";i:89825;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/template-library/classes\";i:5943;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/template-library\";i:134629;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/widgets/traits\";i:20313;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/widgets\";i:504095;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/controls/groups\";i:93951;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/controls\";i:263334;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/base\";i:153785;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/editor-templates\";i:81768;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/settings/admin-menu-items\";i:5904;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/settings\";i:59965;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/interfaces\";i:730;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/managers\";i:88401;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb\";i:24081;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process\";i:634;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/libraries\";i:24715;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/elements\";i:119958;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes/container\";i:1347;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/includes\";i:1724808;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/images/library-connect\";i:304645;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/images/app/onboarding\";i:153197;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/images/app/ai\";i:126491;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/images/app/site-editor\";i:161824;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/images/app\";i:441512;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/images\";i:1173101;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/ui\";i:2989722;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-editing-panel\";i:349009;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/store\";i:164808;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/frontend-handlers\";i:6220;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/menus\";i:6011;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-global-classes\";i:95223;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-v1-adapters\";i:26161;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-panels\";i:24181;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-styles-repository\";i:24156;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-current-user\";i:11080;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-elements\";i:33104;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/twing\";i:1538111;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/env\";i:2930;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-variables\";i:128176;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/icons\";i:770175;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-app-bar\";i:100625;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-styles\";i:4681;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-site-navigation\";i:82928;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/wp-media\";i:11224;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-controls\";i:268570;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-documents\";i:26534;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-props\";i:56597;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/locations\";i:9579;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/utils\";i:8167;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-canvas\";i:270118;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/schema\";i:151668;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/http-client\";i:103854;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/query\";i:114124;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-notifications\";i:63647;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor\";i:9106;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-ui\";i:67423;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/session\";i:6472;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages/editor-responsive\";i:10764;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js/packages\";i:7535148;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/js\";i:36279254;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/shapes\";i:26279;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/tipsy\";i:12799;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/nouislider\";i:110550;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/e-select2/js\";i:242532;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/e-select2/css\";i:32267;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/e-select2\";i:274799;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/nprogress\";i:17564;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/html2canvas/js\";i:640143;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/html2canvas\";i:640143;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/hover\";i:20542;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/inline-editor/js\";i:49905;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/inline-editor\";i:49905;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/backbone\";i:192428;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/jquery-numerator\";i:5194;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/pickr/themes\";i:9117;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/pickr\";i:32636;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/dom-to-image/js\";i:30687;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/dom-to-image\";i:30687;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/share-link\";i:7460;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8/css\";i:35772;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/swiper/v8\";i:500732;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/swiper\";i:500732;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js\";i:53612;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar\";i:53612;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent\";i:3093;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/flatpickr\";i:179729;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/animations/styles\";i:40649;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/animations\";i:59117;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/dialog\";i:33546;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/color-thief\";i:6666;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/jquery-easing\";i:8184;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/animate.css\";i:22669;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts\";i:2978212;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/js\";i:55810;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/json\";i:1168670;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts\";i:1085661;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/migration\";i:41049;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/font-awesome/css\";i:419884;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/font-awesome\";i:5749286;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/js\";i:65251;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/e-gallery/css\";i:7065;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/e-gallery\";i:72316;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/imagesloaded\";i:19402;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/eicons/fonts\";i:1044992;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/eicons/css\";i:46961;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib/eicons\";i:1556581;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/lib\";i:9659640;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/data\";i:419;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/mask-shapes\";i:3893;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/templates\";i:733823;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules/notes\";i:285;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules/announcements\";i:7929;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules/editor-v4-opt-in\";i:171;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules/container-converter\";i:904;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules/apps\";i:3650;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules/ai\";i:12878;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules/styleguide\";i:1579;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/modules\";i:27396;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css/conditionals\";i:85330;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/css\";i:4233391;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets/svg-paths\";i:1225;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/assets\";i:51377202;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/widgets\";i:1443;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/base\";i:123654;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/documents\";i:8156;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/admin-menu-items\";i:1223;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/control\";i:434;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/render\";i:25196;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/conditions\";i:1302;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes/action\";i:2515;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons/classes\";i:29013;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/floating-buttons\";i:181189;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views\";i:2210;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/compatibility-tag\";i:14338;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export/runners\";i:3854;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/import-export\";i:4729;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/utils\";i:5674;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults/data\";i:4078;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/kit-elements-defaults\";i:16546;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/element-manager\";i:9793;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/generator-tag\";i:2352;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/history/views\";i:5529;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/history\";i:16863;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/landing-pages/documents\";i:2336;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/landing-pages/admin-menu-items\";i:1200;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/landing-pages\";i:22396;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/admin-top-bar\";i:3880;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/variables/prop-types\";i:690;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/variables/storage/exceptions\";i:788;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/variables/storage\";i:7380;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/variables/transformers\";i:684;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/variables/classes\";i:17642;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/variables\";i:30471;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/notes\";i:1236;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/lazyload\";i:2790;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/promotions/widgets\";i:2786;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/promotions/controls\";i:1246;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/promotions/pointers\";i:3245;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items/interfaces\";i:472;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/promotions/admin-menu-items\";i:14090;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/promotions\";i:31342;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/admin-bar\";i:4106;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/editor-events\";i:2220;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/announcements/triggers\";i:1803;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/announcements/classes\";i:2522;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/announcements\";i:8520;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/elementor-counter\";i:1864;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/nested-accordion/widgets\";i:30874;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/nested-accordion\";i:32100;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/dev-tools\";i:11365;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/notifications\";i:9162;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/gutenberg\";i:6203;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/library/traits\";i:1042;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/library/documents\";i:9351;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/library\";i:15021;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/cloud-library/documents\";i:1225;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/cloud-library/connect\";i:9409;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/cloud-library\";i:19329;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/page-templates/templates\";i:2123;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/page-templates\";i:13256;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/wp-rest/classes\";i:15344;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/wp-rest\";i:16108;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/container-converter\";i:4180;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/editor-app-bar\";i:1394;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/wc-product-editor\";i:1443;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/elements-color-picker\";i:979;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/global-classes/database/migrations\";i:894;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/global-classes/database\";i:1498;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/global-classes/import-export\";i:3320;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/global-classes/utils\";i:2662;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/global-classes/usage\";i:9463;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/global-classes\";i:38595;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/shapes/widgets\";i:15058;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/shapes\";i:16965;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/image-loading-optimization\";i:11078;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/apps\";i:13146;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/system-info/helpers\";i:1738;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/system-info/templates\";i:937;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/system-info/reporters\";i:38280;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/system-info\";i:50967;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/nested-tabs/widgets\";i:40562;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/nested-tabs\";i:42014;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/link-in-bio/widgets\";i:703;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/link-in-bio/base\";i:44143;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes/render\";i:22905;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/link-in-bio/classes\";i:22905;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/link-in-bio\";i:69835;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/home/transformations/base\";i:1541;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/home/transformations\";i:11522;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/home/classes\";i:2289;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/home\";i:17883;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/usage\";i:21708;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin\";i:3894;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/safe-mode\";i:20017;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/parsers\";i:9453;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/base\";i:8175;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/primitives\";i:2761;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/transform\";i:3461;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/contracts\";i:1093;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types/concerns\";i:3776;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-types\";i:46520;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls/types\";i:7124;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/controls\";i:8311;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/template-renderer\";i:3650;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/base\";i:1697;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/database/migrations\";i:768;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/database\";i:1372;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/prop-dependencies\";i:6742;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/import-export/modifiers\";i:4039;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/import-export\";i:6728;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/settings\";i:2270;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/styles\";i:15935;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/import\";i:1030;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers/export\";i:1121;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver/transformers\";i:24412;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/props-resolver\";i:32911;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/styles\";i:29733;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/image\";i:1960;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-image\";i:3646;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/flexbox\";i:1241;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-paragraph\";i:3353;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-svg\";i:5022;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-button\";i:4472;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-youtube\";i:8334;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/div-block\";i:5501;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-divider\";i:2697;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading\";i:4121;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements\";i:50627;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets/dynamic-tags\";i:15299;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-widgets\";i:238855;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/favorites/types\";i:1527;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/favorites\";i:9311;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/site-navigation/data/endpoints\";i:9197;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/site-navigation/data\";i:10718;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/site-navigation/rest-fields\";i:935;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/site-navigation\";i:13790;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/atomic-opt-in\";i:6573;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/ai/site-planner-connect\";i:10859;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/ai/feature-intro\";i:2178;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/ai/connect\";i:22824;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/ai\";i:83331;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/content-sanitizer/interfaces\";i:201;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/content-sanitizer\";i:1548;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/checklist/data/endpoints\";i:2562;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/checklist/data\";i:3604;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/checklist/steps\";i:13622;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/checklist\";i:30715;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/cloud-kit-library/data/endpoints\";i:611;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/cloud-kit-library/data\";i:2324;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/cloud-kit-library/connect\";i:5542;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/cloud-kit-library\";i:12429;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/styleguide/controls\";i:499;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/styleguide\";i:4006;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/dynamic-tags\";i:3029;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/web-cli\";i:1110;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/wp-cli\";i:16202;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/element-cache\";i:5245;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/nested-elements/controls\";i:484;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/nested-elements/base\";i:3670;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/nested-elements\";i:5679;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules/performance-lab\";i:1826;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/modules\";i:1216303;s:164:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Compiler\";i:22613;s:163:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Invoker\";i:4359;s:176:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Exception\";i:865;s:183:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/ObjectDefinition\";i:3357;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Helper\";i:10451;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Dumper\";i:4360;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Source\";i:28534;s:175:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/Resolver\";i:27586;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition\";i:98075;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Proxy\";i:3274;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Annotation\";i:2669;s:163:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Factory\";i:494;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src\";i:167305;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di\";i:170063;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/Exception\";i:1563;s:184:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/ParameterResolver/Container\";i:3260;s:174:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/ParameterResolver\";i:10875;s:167:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src/Reflection\";i:1576;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker/src\";i:21808;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/invoker\";i:23811;s:185:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src/PhpDocReader/PhpParser\";i:7408;s:175:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src/PhpDocReader\";i:17414;s:162:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader/src\";i:17414;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/phpdoc-reader\";i:19174;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di\";i:213048;s:178:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Signers\";i:1047;s:178:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Support\";i:49571;s:180:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Contracts\";i:767;s:181:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Exceptions\";i:1231;s:182:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src/Serializers\";i:16650;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure/src\";i:74363;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel/serializable-closure\";i:75845;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/laravel\";i:75845;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr/container/src\";i:1422;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr/container\";i:3195;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/psr\";i:3195;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/dependency-injection\";i:292088;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs\";i:2294;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80/Resources\";i:2294;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php80\";i:12198;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-ctype\";i:12440;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources/stubs\";i:1924;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81/Resources\";i:1924;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-php81\";i:5572;s:165:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources/unidata\";i:54042;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring/Resources\";i:54042;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/polyfill-mbstring\";i:112333;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony/deprecation-contracts\";i:2977;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/symfony\";i:145520;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Cache\";i:6970;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Resources\";i:15878;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Error\";i:8928;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Attribute\";i:411;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Runtime\";i:12593;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Util\";i:5493;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Node\";i:2084;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/NodeVisitor\";i:2277;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler/Dumper\";i:6012;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Profiler\";i:14464;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/RuntimeLoader\";i:2449;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Filter\";i:3074;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Binary\";i:17825;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Unary\";i:2223;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test\";i:7258;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression\";i:69239;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node\";i:126757;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/TokenParser\";i:36098;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/NodeVisitor\";i:31130;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Loader\";i:14183;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Extension\";i:88099;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Test\";i:10741;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Sandbox\";i:9949;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src\";i:539937;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig\";i:543016;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig/twig\";i:543016;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed/twig\";i:688536;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/vendor_prefixed\";i:980624;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/kits/controls\";i:1647;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/kits/documents/tabs\";i:56101;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/kits/documents\";i:61591;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/kits/views\";i:3257;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/kits\";i:80175;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/logger/items\";i:8601;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/logger/loggers\";i:4664;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/logger\";i:23433;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/behaviors/interfaces\";i:637;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/behaviors\";i:637;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/document-types\";i:11206;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect\";i:708;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/app/modules/kit-library\";i:1174;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/app/modules/onboarding\";i:465;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/app/modules/import-export\";i:601;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/app/modules\";i:2240;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/app\";i:2595;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/base/traits\";i:7180;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/base/background-process\";i:13991;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions\";i:7419;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/base/providers\";i:7322;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/base\";i:121198;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/frontend/render-modes\";i:2618;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/frontend\";i:8330;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/isolation\";i:7537;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/database\";i:1512;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/role-manager\";i:11103;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker/data\";i:1867;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/event-tracker\";i:9662;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories\";i:14603;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/finder\";i:24555;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps\";i:27356;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/connect/rest\";i:6636;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/connect\";i:43654;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules/ajax\";i:7325;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common/modules\";i:85196;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/common\";i:92024;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/upgrade\";i:35897;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/settings/base\";i:11173;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/settings/editor-preferences\";i:7275;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/settings/general\";i:3804;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/settings/page\";i:13454;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/settings\";i:40774;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/experiments/exceptions\";i:178;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/experiments\";i:41167;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg\";i:3848;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/page-assets/data-managers\";i:11050;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/page-assets\";i:15763;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/utils/promotions\";i:2147;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/utils/svg\";i:17044;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers\";i:29164;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/utils/import-export\";i:101126;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/utils\";i:162531;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/files/file-types\";i:12381;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/files/assets/svg\";i:7050;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/files/assets/json\";i:706;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/files/assets\";i:13440;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/files/fonts\";i:7581;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/files/css\";i:39601;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/files\";i:104084;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/debug/classes\";i:3146;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/debug\";i:8314;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/admin/ui/components\";i:2429;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/admin/ui\";i:2429;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/admin/menu/interfaces\";i:752;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/admin/menu\";i:11324;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/admin/notices\";i:515;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/admin\";i:85181;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/breakpoints\";i:18672;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/dynamic-tags\";i:21416;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/v1/templates\";i:1596;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/v1/js\";i:26;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/v1\";i:3729;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/common\";i:8908;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/v2/templates\";i:1642;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/v2/js\";i:575;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/v2/scss\";i:1122;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader/v2\";i:8923;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/loader\";i:29789;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints\";i:4353;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/data/globals\";i:5396;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor/data\";i:5396;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/editor\";i:56521;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/responsive/files\";i:4918;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core/responsive\";i:9400;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/core\";i:985102;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/base/processor\";i:881;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/base\";i:19612;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/v2/base/exceptions\";i:2219;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/v2/base/endpoint/index\";i:3426;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/v2/base/endpoint\";i:5085;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/v2/base/processor\";i:1037;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/v2/base\";i:34577;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data/v2\";i:43692;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/data\";i:72705;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor/scripts\";i:9358;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementor\";i:57234787;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/templates/dashboard\";i:9878;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/templates/banner\";i:3535;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/templates\";i:15911;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/languages\";i:413949;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/tiny-slider/sourcemaps\";i:5864;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/tiny-slider\";i:42647;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/elementor\";i:39742;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/chartjs\";i:199782;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/notiflix\";i:118291;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/goodshare\";i:37187;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/sourcemaps\";i:168347;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/elements\";i:109260;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/sweetalert2\";i:63275;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/isotope\";i:35778;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/dashboard\";i:17974;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js/admin\";i:362;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/js\";i:832645;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/fonts/jkiticon\";i:8474650;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/fonts\";i:8474650;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/banner/gutenverse\";i:1694058;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/banner\";i:1694058;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/css/elements\";i:282034;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/css/admin\";i:102278;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/css\";i:384312;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/img/admin/block-icon\";i:47572;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/img/admin\";i:164915;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets/img\";i:165346;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/assets\";i:11551011;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/font/font-awesome/webfonts\";i:943636;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/font/font-awesome/css\";i:102133;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/font/font-awesome\";i:1045769;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/font\";i:1045769;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/js/customizer-section\";i:5577;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/js/customizer-control\";i:55145;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/js/vendor/jeg-iconpicker\";i:161284;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/js/vendor\";i:383786;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/js/form\";i:79684;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/js/customizer\";i:64156;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/js\";i:588348;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/css\";i:108603;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets/img\";i:304;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/assets\";i:1743024;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/util\";i:68924;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/form/segment\";i:3414;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/form/field\";i:28290;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/form\";i:61889;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/data\";i:538357;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/customizer/partial\";i:504;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/customizer/section\";i:3076;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/customizer/control\";i:62538;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/customizer/setting\";i:6147;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/customizer/panel\";i:1481;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework/customizer\";i:131941;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-framework\";i:2547536;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor/composer\";i:40379;s:163:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor/enshrined/svg-sanitize/src/ElementReference\";i:9511;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor/enshrined/svg-sanitize/src/data\";i:12499;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor/enshrined/svg-sanitize/src/Exceptions\";i:792;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor/enshrined/svg-sanitize/src\";i:48970;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor/enshrined/svg-sanitize\";i:71410;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor/enshrined\";i:71410;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/vendor\";i:112560;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/wpbakery\";i:11581;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/elementor/control\";i:3245;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/elementor\";i:22291;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/shortcode\";i:5581;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/divi\";i:10796;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/beaver/control\";i:3126;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/beaver\";i:16620;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/image\";i:29458;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/widget\";i:5173;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/elements\";i:31723;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/option/sections\";i:9748;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class/option\";i:13391;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes/class\";i:171631;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/includes\";i:193320;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets/js/elementor\";i:5176;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets/js/vc\";i:4817;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets/js/beaver-builder\";i:2832;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets/js/shortcode\";i:333;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets/js\";i:94921;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets/css\";i:24059;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets/img\";i:70;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/assets\";i:119050;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/beaver/includes\";i:0;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element/beaver\";i:0;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib/jeg-element\";i:314374;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/lib\";i:2974470;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/templates\";i:12268;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/assets\";i:81608;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/elements/elementor\";i:69495;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/elements/options\";i:1464378;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/elements/views\";i:236320;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/elements\";i:1812610;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/dashboard/template\";i:18766;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/dashboard\";i:39000;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/banner\";i:2657;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class/ajax\";i:17716;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit/class\";i:1969997;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/jeg-elementor-kit\";i:17024397;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/languages\";i:900052;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/hello-elementor\";i:753;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/storefront\";i:2350;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/generatepress\";i:1831;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/bb-theme\";i:2343;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/astra\";i:1942;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/default\";i:5025;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/genesis\";i:3063;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes/oceanwp\";i:1491;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/themes\";i:18798;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/assets/images/settings\";i:2927663;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/assets/images\";i:2929952;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/assets/fonts\";i:268096;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/assets/css\";i:6488;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/assets\";i:3204536;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/assets/js\";i:15105;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/assets/css\";i:21525;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/assets\";i:36630;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets/css/unminified\";i:738;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets/css/minified\";i:608;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets/css\";i:1346;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets\";i:1346;s:172:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/modules/deactivation-survey/assets/js\";i:10231;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/modules/deactivation-survey/assets/css\";i:31620;s:169:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/modules/deactivation-survey/assets\";i:41851;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/modules/deactivation-survey/classes\";i:11087;s:162:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/modules/deactivation-survey\";i:52938;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/modules\";i:57704;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/classes\";i:2851;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics\";i:89415;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/admin\";i:174115;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/build\";i:2499285;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/js\";i:38296;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/settings\";i:8458;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/lib/astra-notices\";i:14705;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/lib/nps-survey/dist\";i:54611;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/lib/nps-survey/classes\";i:16078;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/lib/nps-survey\";i:75967;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n\";i:49077;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule\";i:270338;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/lib\";i:362939;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-css\";i:82310;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/compatibility\";i:1942;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/retina\";i:22888;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/breadcrumbs-widget\";i:24345;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/search-button\";i:29315;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/site-logo\";i:24455;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/cart\";i:19609;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/page-title\";i:17005;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/navigation-menu\";i:68514;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/site-tagline\";i:9599;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/post-info\";i:37164;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/infocard\";i:39737;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/site-title\";i:15891;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets/copyright\";i:8733;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets\";i:317330;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/extensions\";i:42871;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/base\";i:79314;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc/widgets-manager\";i:458557;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor/inc\";i:1068635;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/header-footer-elementor\";i:7947323;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/iwp-dest\";i:17820;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/migrate/templates/debug\";i:8049;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/migrate/templates/ajax\";i:13990;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/migrate/templates\";i:142815;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/migrate/assets/images\";i:78992;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/migrate/assets/css\";i:16977;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/migrate/assets\";i:95969;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/migrate\";i:243479;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/languages\";i:28675;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers/src\";i:81264;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers\";i:82782;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/instawp\";i:82782;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/dist\";i:703;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/other\";i:1633;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/lib\";i:1327;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat\";i:5722;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding/src\";i:61964;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding\";i:64369;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/paragonie\";i:70091;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/composer\";i:156543;s:162:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib\";i:33661;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:164:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:162:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes\";i:423469;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler\";i:548498;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce\";i:548498;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer/src\";i:11259;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer\";i:13899;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli\";i:13899;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13774;s:159:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10681;s:167:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1024;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1399;s:182:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37717;s:171:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:45858;s:171:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:892;s:185:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9881;s:174:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14383;s:167:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:194460;s:159:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:194460;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math\";i:251269;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:95182;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:96002;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File\";i:320949;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6721;s:168:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:789;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:789;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9007;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:18802;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System\";i:18802;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21505;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net\";i:349840;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16354;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16354;s:159:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:94479;s:165:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:82874;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5692;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:88566;s:163:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:58699;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:258295;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47955;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47955;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:79373;s:169:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:61885;s:174:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1257;s:164:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:63142;s:163:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2776;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:213004;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:22656;s:171:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3607;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:26263;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:34362;s:165:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:5951;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:5951;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9495;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1030136;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib\";i:1994916;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib\";i:1997069;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib\";i:1997069;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/vendor\";i:2869630;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/includes/updates\";i:4116;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/includes/apis\";i:96873;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/includes/sync\";i:223735;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/includes/database-manager\";i:2582;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/includes/activity-log\";i:30427;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/includes\";i:659689;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/iwp-serve\";i:23961;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/assets/src\";i:5658;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/assets/images\";i:5541;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/assets/js\";i:89199;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/assets/css\";i:46294;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/assets\";i:146692;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/admin/images\";i:5983;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/admin/js\";i:90522;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/admin/css\";i:69228;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect/admin\";i:172066;s:106:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/instawp-connect\";i:4210821;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/helpers\";i:11014;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/config\";i:23217;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/forms/pages\";i:1391;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/images\";i:3941;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/js\";i:658;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets/css\";i:1190;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/forms/assets\";i:5789;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/forms\";i:10091;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/images\";i:4680;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets/library\";i:170026;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/template-library/assets\";i:174706;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/template-library\";i:177068;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/our-plugins\";i:18875;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness/assets\";i:13039;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/pro-awareness\";i:25987;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/pro-label/views\";i:842;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/pro-label\";i:2289;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/rating\";i:14284;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/emailkit/assets\";i:39273;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/emailkit\";i:46612;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/stories/views\";i:3914;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/stories\";i:10600;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls/settings\";i:5437;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/controls\";i:5437;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/settings-sections\";i:45876;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/views/onboard-steps\";i:19980;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/views\";i:77664;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images/onboard\";i:643224;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/images\";i:1196553;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/js\";i:70183;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets/css\";i:184075;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/assets\";i:1450811;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework/classes\";i:18474;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/framework\";i:1554466;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/banner\";i:5837;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/xs-migration\";i:139864;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/notice\";i:16010;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs/template\";i:1742;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/libs\";i:2023725;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/video/parts\";i:3450;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/video\";i:69189;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/contact-form7\";i:29955;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/nav-menu\";i:70645;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/icon-box\";i:75920;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/style\";i:31127;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/common\";i:543;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets/imagechoose\";i:155564;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial/assets\";i:155564;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/testimonial\";i:267337;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/button\";i:17757;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/header-offcanvas\";i:35026;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/business-hours\";i:13201;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/we-forms\";i:22962;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/progressbar\";i:24127;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/faq\";i:14376;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets/imagechoose\";i:9897;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts/assets\";i:9897;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/blog-posts\";i:134896;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/back-to-top\";i:14253;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/ninja-forms\";i:39003;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets/imagechoose\";i:10740;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/tab/assets\";i:10740;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/tab\";i:99169;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/funfact\";i:38795;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/wp-forms\";i:29401;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/category-list\";i:15245;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/social-share\";i:27670;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets/js\";i:253475;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/lottie/assets\";i:253475;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/lottie\";i:271468;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/tablepress\";i:24727;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp/classes\";i:1718;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/mail-chimp\";i:62281;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/post-list\";i:46056;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion\";i:44995;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/post-tab\";i:19387;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/piechart\";i:29777;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/social\";i:23360;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/image-box\";i:63277;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/drop-caps\";i:8250;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/page-list\";i:31563;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/header-search\";i:27460;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/fluent-forms\";i:100557;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/post-grid\";i:10032;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/pricing\";i:90813;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/team/parts\";i:603;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/team\";i:99697;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/accordion\";i:45437;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/client-logo\";i:54912;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets/imagechoose\";i:70248;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer/assets\";i:70248;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/countdown-timer\";i:166608;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/js\";i:679913;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/fonts\";i:1545221;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/css\";i:542698;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets/img\";i:110524;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/init/assets\";i:2878356;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/init\";i:2884385;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/icon-hover\";i:2196;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets/imagechoose\";i:80848;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/heading/assets\";i:80848;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/heading\";i:128191;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/header-info\";i:9999;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/caldera-forms\";i:28966;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/dual-button\";i:47906;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets/image-comparison\";i:23510;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/widgets\";i:5386102;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/languages\";i:1498032;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/traits\";i:426;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/js\";i:40995;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets/css\";i:3982;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/assets\";i:44977;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll/nav-styles\";i:25075;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/onepage-scroll\";i:86880;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/js\";i:15583;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets/css\";i:3221;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/controls/assets\";i:18804;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/controls\";i:42808;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/views\";i:6963;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/js\";i:72601;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets/css\";i:18875;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/assets\";i:91476;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/header-footer/theme-hooks\";i:19955;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/header-footer\";i:136751;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/js\";i:11024;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/json\";i:1558929;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts\";i:460316;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css\";i:125356;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets\";i:2155625;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack\";i:2291819;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/dynamic-content\";i:6858;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/controls\";i:63433;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/views\";i:1067;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/js\";i:2271293;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/css\";i:272695;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets/img\";i:26252;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/assets\";i:2570240;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/fonts\";i:84156;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder/api\";i:2916;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/widget-builder\";i:2731038;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/views\";i:11807;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images/demo\";i:4327;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/images\";i:8654;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/js\";i:19903;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/fonts\";i:17003;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets/css\";i:19814;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu/assets\";i:65374;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/megamenu\";i:97567;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/js\";i:30678;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/css\";i:9879;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets/img\";i:462896;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager/assets\";i:503453;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules/layout-manager\";i:510676;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/modules\";i:5904397;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/compatibility/conflicts\";i:2073;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/compatibility/wpml\";i:1364;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/compatibility/backward\";i:1595;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/compatibility/data-migration\";i:3934;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/compatibility\";i:8966;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite/core\";i:8957;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/elementskit-lite\";i:14995840;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:2049;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/integrations/stripe/builder\";i:3149;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/integrations/stripe\";i:3149;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/integrations/wpcode\";i:4642;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3/builder\";i:4379;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3\";i:4379;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/integrations\";i:14219;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/payments\";i:1468;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:1144;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post\";i:1162;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/education/admin\";i:6855;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/education\";i:6855;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments\";i:3141;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:5886;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/splash\";i:3989;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments/single\";i:16799;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments\";i:23725;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5913;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:5445;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11462;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:3141;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:3141;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin/components\";i:4550;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/admin\";i:79558;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder/themes\";i:8434;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder/notifications\";i:2938;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:4401;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring\";i:911;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment\";i:2215;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder/antispam\";i:1203;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen\";i:3658;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/builder\";i:39346;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/emails\";i:48491;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/fields/content\";i:2206;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information\";i:2010;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/fields/total\";i:3210;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/fields/file-upload\";i:1726;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2114;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates/fields\";i:11266;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/templates\";i:202039;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:4054;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2501;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:11770;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7181;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:31553;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:64363;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:11299;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Elementor\";i:471;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg\";i:2441;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:14211;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:5435;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite/Emails\";i:6263;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Lite\";i:90272;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:42315;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/SmartTags\";i:59342;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Pagebreak\";i:16112;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CustomCaptcha\";i:6754;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox\";i:16967;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Traits\";i:40350;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CreditCard\";i:7089;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Password\";i:6574;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/EntryPreview\";i:7011;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Richtext\";i:5045;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Content\";i:2779;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Hidden\";i:3607;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/DateTime\";i:24592;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/LikertScale\";i:9492;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/NetPromoterScore\";i:5623;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Coupon\";i:7461;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Signature\";i:3651;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons\";i:26227;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple\";i:15265;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Divider\";i:3464;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers\";i:6835;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Html\";i:4779;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Phone\";i:5190;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect\";i:17266;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base\";i:699;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/FileUpload\";i:24277;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Rating\";i:8149;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Address\";i:30235;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle\";i:23339;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Url\";i:3112;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal\";i:24046;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields\";i:329763;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Forms\";i:429129;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Migrations/Tasks\";i:5266;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Migrations\";i:38478;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Frontend\";i:131140;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Logger\";i:32485;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Helpers\";i:76874;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha\";i:21209;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:49067;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings\";i:32767;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced\";i:5455;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications\";i:5455;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax\";i:4728;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:171573;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:38972;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Traits\";i:23848;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:9053;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades\";i:7945;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects\";i:197;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table\";i:8142;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:107178;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:59336;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:63676;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:128210;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Blocks\";i:10193;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:8373;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:15762;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Helpers\";i:18682;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:46449;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:28995;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:6458;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Tools\";i:4383;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:16873;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers\";i:14058;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:89214;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades\";i:1595;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects\";i:2159;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables\";i:3754;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base\";i:3754;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons\";i:4449;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits\";i:8145;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview\";i:109387;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views\";i:149348;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments\";i:160374;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin/Splash\";i:20294;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Admin\";i:970211;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3717;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:29350;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:28988;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks/Exceptions\";i:400;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks\";i:24930;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api\";i:79868;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits\";i:20186;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder\";i:33858;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments\";i:5916;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin\";i:76274;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits\";i:10688;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields\";i:32360;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe\";i:271845;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Builder\";i:28096;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Pages\";i:2850;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Ajax\";i:14926;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin\";i:47368;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API/Http\";i:5828;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API\";i:20868;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI\";i:72910;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:11602;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce\";i:5381;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1569;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor/Controls\";i:1106;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:58984;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5173;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:5536;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SolidCentral\";i:598;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Settings\";i:20966;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Migration\";i:17747;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api/Http\";i:5749;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api\";i:16301;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3\";i:73282;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact\";i:73282;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:8109;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:46025;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPCode\";i:6044;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api/Webhooks\";i:20296;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Api\";i:80257;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder/Traits\";i:15852;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Builder\";i:29253;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin/Payments\";i:4246;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Admin\";i:90958;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Fields\";i:16896;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square/Integrations\";i:8370;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Square\";i:268595;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SMTP\";i:9849;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Integrations\";i:910803;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Access\";i:1373;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Db/Payments\";i:42992;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Db\";i:42992;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:55273;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Tasks\";i:78855;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:16502;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Emails\";i:124952;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:36950;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:47532;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Providers\";i:49239;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src/Requirements\";i:37459;s:107:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/src\";i:3120932;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80/Resources\";i:2168;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-php80\";i:10598;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:59463;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:115179;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520414;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520414;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1551918;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1677695;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/composer\";i:1041493;s:159:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33661;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25921;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66355;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91627;s:159:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:107282;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:8265;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:429738;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:534789;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:534789;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr/Log\";i:11471;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log/Psr\";i:11471;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/psr/log\";i:12556;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor/psr\";i:12556;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor\";i:3267281;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/templates\";i:11754;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/functions\";i:160375;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:65755;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:146383;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/admin\";i:363507;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/providers\";i:62988;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:23742;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/emails\";i:46277;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes/fields\";i:312647;s:112:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/includes\";i:1121213;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2550;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1357;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8813;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:4458;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:8075;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/education\";i:20241;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single\";i:19649;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview\";i:16000;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries\";i:36447;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:39932;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates/builder\";i:5029;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite/templates\";i:65202;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/lite\";i:101900;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/languages\";i:450106;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:415352;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395931;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments\";i:125520;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:305806;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:8307;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/stripe\";i:4303;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/coupons-education\";i:218083;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend/file-download\";i:1351;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend\";i:1351;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/splash\";i:7422;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/about\";i:671740;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/gutenberg\";i:128506;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/single\";i:10173;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/status\";i:5202;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/payments\";i:21777;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:18380;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:18833;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe\";i:3157;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:3779;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/ai\";i:52276;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce\";i:10601;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:89338;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/email\";i:11105;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/phone\";i:1883;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam\";i:14012;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/privacy-compliance\";i:132671;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/community\";i:23081;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/builder\";i:104929;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/entry-automation\";i:216953;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:418254;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/pdf-education\";i:1777;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:109842;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images/richtext\";i:15600;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/images\";i:4022790;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend/fields\";i:45933;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend\";i:239248;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:110218;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe\";i:116464;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square/admin\";i:33200;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/square\";i:62026;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:226491;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/modules\";i:129871;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg\";i:199646;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode\";i:4859;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element/modules\";i:23189;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element\";i:81821;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/choices\";i:10537;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator/modules\";i:48204;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator\";i:56740;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai\";i:149098;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce\";i:1952;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/constant-contact-v3\";i:29375;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:900129;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/share\";i:8604;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/forms\";i:44091;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/logger\";i:3651;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/splash\";i:3803;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/payments\";i:44301;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers\";i:3103;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education\";i:99228;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/challenge\";i:56948;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/pages\";i:27826;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/email\";i:21876;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/share\";i:100841;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/themes/modules\";i:99739;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/themes\";i:107958;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields\";i:33906;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder\";i:946371;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js/admin\";i:1498254;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/js\";i:2646235;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/images/sample\";i:1529221;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/images\";i:1529221;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/elementor\";i:10959;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg\";i:715471;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations\";i:726430;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:27136;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries\";i:6234;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder\";i:3262;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:53888;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/js\";i:780318;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries\";i:54181;s:125:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin\";i:54181;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite/css\";i:174576;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lite\";i:2484115;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65803;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts\";i:950853;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:983257;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect\";i:15590;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:23788;s:129:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:41024;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/lib\";i:1748339;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/fonts\";i:16607;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/classic\";i:311853;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/modern\";i:447656;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend\";i:760900;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe\";i:59411;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square/divi\";i:43119;s:134:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/square\";i:79322;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:1810713;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/ai\";i:94116;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce\";i:2730;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:2046292;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/admin\";i:73861;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/builder\";i:845848;s:130:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:21177;s:121:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css/emails\";i:146667;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets/css\";i:4877430;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/assets\";i:16245622;s:162:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Response\";i:423;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Logger\";i:613;s:168:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Authentication\";i:615;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Request\";i:4460;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core\";i:6652;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Http\";i:2114;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Sdk\";i:879;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src\";i:9645;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces\";i:10714;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src/Request\";i:5551;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php/src\";i:32251;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/unirest-php\";i:33432;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/src\";i:91489;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/example\";i:971;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper\";i:92460;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response/Types\";i:8405;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Response\";i:19767;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Utils\";i:42864;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types/Sdk\";i:12095;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Types\";i:13663;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger/Configuration\";i:5790;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Logger\";i:12482;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Authentication\";i:4785;s:159:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase/BodyMatchers\";i:12211;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/TestCase\";i:21554;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Exceptions\";i:647;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request/Parameters\";i:21633;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src/Request\";i:32582;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core/src\";i:159848;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core\";i:160917;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic\";i:297523;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal\";i:8445;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements\";i:6783;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps\";i:4326;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EventData\";i:1226;s:162:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections\";i:15037;s:163:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal\";i:4089;s:162:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements\";i:4395;s:154:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps\";i:2745;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections\";i:8344;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate\";i:6851;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing\";i:15731;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding\";i:2365;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing\";i:22500;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Billing\";i:4982;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Core\";i:6536;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2\";i:12193;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar\";i:8206;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout\";i:4280;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax\";i:9232;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma\";i:1982;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury\";i:22720;s:159:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting\";i:4105;s:169:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:12839;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:11615;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1595;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers\";i:32813;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity\";i:8070;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal\";i:13406;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service\";i:416222;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth\";i:2743;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception\";i:15782;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate\";i:11692;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing\";i:27016;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding\";i:4538;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing\";i:49550;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2/Billing\";i:3514;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2\";i:9165;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar\";i:13272;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util\";i:40325;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout\";i:15279;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax\";i:21039;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma\";i:2861;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury\";i:53791;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient\";i:28457;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations\";i:16009;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting\";i:7707;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers\";i:4513;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Events\";i:2172;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity\";i:12950;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal\";i:19285;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib\";i:1466543;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data\";i:215352;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php\";i:1704087;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe\";i:1704087;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut\";i:6020;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer\";i:6663;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler\";i:10671;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser\";i:43546;s:150:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception\";i:4401;s:145:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node\";i:17356;s:156:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension\";i:27324;s:146:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath\";i:38130;s:140:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector\";i:106537;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony\";i:106537;s:143:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Utils\";i:4689;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models/Builders\";i:1902850;s:144:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Models\";i:6459757;s:152:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Authentication\";i:2247;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Http\";i:4599;s:142:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Apis\";i:428025;s:148:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src/Exceptions\";i:1437;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square/src\";i:6936772;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square/square\";i:6939549;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/square\";i:6939549;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception\";i:682;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src\";i:11338;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode\";i:12396;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true\";i:12396;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4795;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6555;s:161:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css\";i:13274;s:157:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src\";i:20598;s:153:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles\";i:20598;s:132:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen\";i:20598;s:171:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer\";i:422;s:163:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs/Json\";i:5904;s:158:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src/Rs\";i:5904;s:155:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer/src\";i:5904;s:151:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer/php-jsonpointer\";i:5904;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/php-jsonpointer\";i:5904;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme\";i:12036;s:167:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Filter\";i:16545;s:168:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Printer\";i:25911;s:169:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Strategy\";i:46643;s:186:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator\";i:3798;s:176:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache\";i:16779;s:181:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder\";i:5533;s:185:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange\";i:3081;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema\";i:52700;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Token\";i:5251;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform\";i:4398;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/VarParser\";i:5939;s:178:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages\";i:4068;s:169:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language\";i:4068;s:170:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter\";i:13591;s:169:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Injector\";i:28272;s:165:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Node\";i:3912;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup\";i:5311;s:172:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS\";i:52900;s:173:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML\";i:16113;s:178:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email\";i:854;s:172:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI\";i:9951;s:168:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef\";i:95989;s:174:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform\";i:23591;s:166:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Lexer\";i:201531;s:176:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy\";i:9530;s:171:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule\";i:55317;s:169:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef\";i:23655;s:160:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier\";i:964740;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library\";i:1002660;s:139:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier\";i:1029116;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang\";i:1029116;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed\";i:10115710;s:103:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/wpforms-lite\";i:34374619;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/languages\";i:79051;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/includes\";i:89100;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/images\";i:3099;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/mode/xml\";i:5730;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/mode/htmlmixed\";i:2847;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/mode/javascript\";i:14573;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/mode/css\";i:22867;s:127:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/mode\";i:46017;s:131:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/lib/util\";i:3907;s:126:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/lib\";i:172983;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/theme\";i:1620;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/fold\";i:27582;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/search\";i:18464;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/edit\";i:11854;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/display\";i:928;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/dialog\";i:2581;s:135:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/scroll\";i:4246;s:138:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/selection\";i:2507;s:133:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/hint\";i:42890;s:136:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon/comment\";i:8994;s:128:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror/addon\";i:120046;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets/codemirror\";i:341841;s:111:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js/assets\";i:395605;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/custom-css-js\";i:592751;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/languages\";i:1935;s:141:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/vendor/template-kit-import/inc\";i:50639;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/vendor/template-kit-import\";i:50810;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/vendor\";i:50810;s:124:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/assets/custom\";i:5642;s:123:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/assets/react\";i:1362145;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/assets\";i:1367787;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/review\";i:12333;s:120:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/inc/utils\";i:2824;s:122:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/inc/backend\";i:18033;s:118:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/inc/api\";i:26540;s:114:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import/inc\";i:50318;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/template-kit-import\";i:1490857;s:115:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/duplicate-page/languages\";i:49912;s:108:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/duplicate-page/js\";i:1860;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/duplicate-page/css\";i:2327;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/duplicate-page/inc\";i:6276;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins/duplicate-page\";i:85175;s:90:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/plugins\";i:137956598;s:119:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/elementor/google-fonts/fonts\";i:2288372;s:117:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/elementor/google-fonts/css\";i:206972;s:113:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/elementor/google-fonts\";i:2495344;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/elementor/css\";i:1374;s:100:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/elementor\";i:2496718;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2018/04\";i:4523949;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2018/01\";i:5232642;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2018/08\";i:5233669;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2018\";i:14990260;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2017/12\";i:10465284;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2017/11\";i:16964325;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2017\";i:27429609;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/wpcf7_uploads\";i:166;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2020/04\";i:309727;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2020/09\";i:310825;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2020\";i:620552;s:147:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/template-kits/f2bf1e62a3eeab67fc117e1433bc3252/templates\";i:2139822;s:149:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/template-kits/f2bf1e62a3eeab67fc117e1433bc3252/screenshots\";i:2753417;s:137:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/template-kits/f2bf1e62a3eeab67fc117e1433bc3252\";i:7576387;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/template-kits\";i:7576387;s:116:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/redux/custom-fonts/custom\";i:25;s:109:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/redux/custom-fonts\";i:50;s:96:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/redux\";i:75;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/custom-css-js\";i:475;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2023/02\";i:13491;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2023\";i:13491;s:110:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/woocommerce_uploads\";i:27;s:105:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/wpforms/themes\";i:2;s:104:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/wpforms/cache\";i:245159;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/wpforms\";i:245912;s:98:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2025/09\";i:47008982;s:95:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads/2025\";i:47008982;s:90:\"/home/dujerekuxe0033/web/lovely-tarsier-3236dc.instawp.site/public_html/wp-content/uploads\";i:100420500;}', 'off');

INSERT IGNORE INTO `iwp2d52_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1526, 'instawp_staging_sites', 'a:0:{}', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3751 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2, 3, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18, 12, '_wp_attached_file', '2025/09/log_file_2025-09-04__10-14-08.txt');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19, 16, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20, 16, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21, 16, '_menu_item_object_id', 16);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22, 16, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23, 16, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25, 16, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26, 16, '_menu_item_url', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27, 16, '_menu_item_orphaned', 1670237288);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28, 52, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29, 52, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30, 52, '_menu_item_object_id', 22);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31, 52, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32, 52, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33, 52, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34, 52, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35, 52, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36, 52, '_wp_old_date', '2022-12-12');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37, 52, '_wp_old_date', '2022-12-13');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38, 53, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39, 53, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (40, 53, '_menu_item_object_id', 50);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41, 53, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42, 53, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43, 53, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44, 53, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45, 53, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46, 53, '_wp_old_date', '2022-12-12');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47, 53, '_wp_old_date', '2022-12-13');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48, 69, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49, 69, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (50, 69, '_menu_item_object_id', 65);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (51, 69, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (52, 69, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (53, 69, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (54, 69, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (55, 69, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (56, 69, '_wp_old_date', '2022-12-13');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (57, 71, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (58, 71, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (59, 71, '_menu_item_object_id', 67);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60, 71, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61, 71, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62, 71, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (63, 71, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (64, 71, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65, 71, '_wp_old_date', '2022-12-13');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (78, 306, '_wp_attached_file', '2023/02/Logo.png');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (79, 306, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:160;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2023/02/Logo.png\";s:8:\"filesize\";i:4704;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"Logo-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (80, 307, '_wp_attached_file', '2023/02/desktop-logo.png');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (81, 307, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:40;s:6:\"height\";i:160;s:4:\"file\";s:24:\"2023/02/desktop-logo.png\";s:8:\"filesize\";i:4998;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"desktop-logo-40x150.png\";s:5:\"width\";i:40;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (82, 22, '_edit_lock', '1756980930:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (83, 308, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (84, 308, '_elementor_template_type', 'kit');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85, 50, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86, 50, '_wp_trash_meta_time', 1756981346);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87, 50, '_wp_desired_post_slug', 'about');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88, 65, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (89, 65, '_wp_trash_meta_time', 1756981346);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90, 65, '_wp_desired_post_slug', 'contact');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (91, 22, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92, 22, '_wp_trash_meta_time', 1756981346);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93, 22, '_wp_desired_post_slug', 'home');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94, 67, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (95, 67, '_wp_trash_meta_time', 1756981346);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (96, 67, '_wp_desired_post_slug', 'portfolio');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (97, 3, '_wp_trash_meta_status', 'draft');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (98, 3, '_wp_trash_meta_time', 1756981346);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (99, 3, '_wp_desired_post_slug', 'privacy-policy');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (100, 2, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (101, 2, '_wp_trash_meta_time', 1756981346);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (102, 2, '_wp_desired_post_slug', 'sample-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (112, 317, '_wp_attached_file', 'woocommerce-placeholder.webp');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (113, 317, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"woocommerce-placeholder.webp\";s:8:\"filesize\";i:9892;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1486;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"woocommerce-placeholder-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3434;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1200x800.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5870;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1200x600.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5466;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-640x426.webp\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2594;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-840x430.webp\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3218;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (114, 323, '_wp_attached_file', '2025/09/log_file_2025-09-04__10-38-17.txt');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (115, 11, '_wp_attached_file', '2017/11/static-bg.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (116, 11, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2017/11/static-bg.jpg\";s:8:\"filesize\";i:236794;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"static-bg-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17841;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"static-bg-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"static-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"static-bg-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97989;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"static-bg-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:333952;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:22:\"static-bg-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230123;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:22:\"static-bg-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183284;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:21:\"static-bg-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74360;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:21:\"static-bg-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98455;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"static-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28074;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"static-bg-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62155;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"static-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (118, 18, '_wp_attached_file', '2017/11/service-bg.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (119, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2017/11/service-bg.jpg\";s:8:\"filesize\";i:96224;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"service-bg-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10413;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"service-bg-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"service-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4999;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"service-bg-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53409;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"service-bg-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174532;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:23:\"service-bg-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121935;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:23:\"service-bg-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94780;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:22:\"service-bg-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41422;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:22:\"service-bg-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51706;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"service-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15788;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"service-bg-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34629;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"service-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (121, 24, '_wp_attached_file', '2017/11/1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (122, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2017/11/1.jpg\";s:8:\"filesize\";i:47486;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13182;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85809;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55884;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:14:\"1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88926;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:13:\"1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42636;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:13:\"1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53747;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16449;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:13:\"1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38100;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (124, 25, '_wp_attached_file', '2017/11/2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (125, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2017/11/2.jpg\";s:8:\"filesize\";i:97494;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16444;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6565;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91735;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:14:\"2-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197630;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:13:\"2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65909;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:13:\"2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99700;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23098;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:13:\"2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57473;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (127, 26, '_wp_attached_file', '2017/11/3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (128, 26, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2017/11/3.jpg\";s:8:\"filesize\";i:49446;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10339;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80615;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4930;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50172;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:14:\"3-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86580;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:13:\"3-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37236;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:13:\"3-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47022;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15515;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:13:\"3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32728;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2653;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (130, 27, '_wp_attached_file', '2017/11/4.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (131, 27, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2017/11/4.jpg\";s:8:\"filesize\";i:69703;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13858;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72874;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:14:\"4-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120972;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:13:\"4-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54047;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:13:\"4-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19872;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:13:\"4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46984;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (133, 28, '_wp_attached_file', '2017/11/5.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (134, 28, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2017/11/5.jpg\";s:8:\"filesize\";i:94143;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16345;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7027;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86313;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:14:\"5-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142204;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:13:\"5-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63263;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:13:\"5-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74732;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23555;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:13:\"5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54902;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (136, 29, '_wp_attached_file', '2017/11/6.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (137, 29, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2017/11/6.jpg\";s:8:\"filesize\";i:46688;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10149;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48913;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:14:\"6-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80657;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:13:\"6-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36195;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:13:\"6-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46465;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12879;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:13:\"6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31620;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2257;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (139, 37, '_wp_attached_file', '2017/11/1-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (140, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2017/11/1-1.jpg\";s:8:\"filesize\";i:53289;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12877;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"1-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5697;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61696;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:16:\"1-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91926;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"1-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45830;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"1-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53710;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17430;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"1-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40913;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (142, 38, '_wp_attached_file', '2017/11/2-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (143, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2017/11/2-1.jpg\";s:8:\"filesize\";i:61682;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16379;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7380;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74701;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:16:\"2-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110302;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"2-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56565;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"2-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65681;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22510;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"2-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51034;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (145, 39, '_wp_attached_file', '2017/11/3-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (146, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2017/11/3-1.jpg\";s:8:\"filesize\";i:51175;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"3-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14314;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"3-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6497;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"3-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61136;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:16:\"3-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95869;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"3-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46487;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"3-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57818;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18855;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"3-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41855;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (148, 40, '_wp_attached_file', '2017/11/4-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (149, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2017/11/4-1.jpg\";s:8:\"filesize\";i:58886;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"4-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16636;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"4-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106498;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7037;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"4-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69076;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:16:\"4-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103924;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"4-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52571;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"4-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62542;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20369;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"4-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47765;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3758;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (151, 41, '_wp_attached_file', '2017/11/5-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (152, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2017/11/5-1.jpg\";s:8:\"filesize\";i:66187;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"5-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15377;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6171;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"5-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75384;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:16:\"5-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124735;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"5-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55954;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"5-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70972;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19606;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"5-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49884;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3322;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (154, 42, '_wp_attached_file', '2017/11/6-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (155, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2017/11/6-1.jpg\";s:8:\"filesize\";i:40576;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"6-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10002;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"6-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78096;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4102;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"6-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49248;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:16:\"6-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86964;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"6-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36231;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"6-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49298;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12817;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"6-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32179;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (157, 324, '_wp_attached_file', '2017/11/4-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (158, 324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2017/11/4-2.jpg\";s:8:\"filesize\";i:90509;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"4-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12699;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"4-2-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6722;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"4-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75976;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"4-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69946;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"4-2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92506;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"4-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24297;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"4-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46889;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"4-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (160, 51, '_wp_attached_file', '2017/11/1-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (161, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2017/11/1-2.jpg\";s:8:\"filesize\";i:60389;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"1-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9897;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"1-2-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"1-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55146;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"1-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53043;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"1-2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67018;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18359;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"1-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34581;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"1-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (163, 325, '_wp_attached_file', '2017/11/2-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (164, 325, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2017/11/2-2.jpg\";s:8:\"filesize\";i:58604;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10641;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"2-2-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5755;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"2-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55242;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"2-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50874;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"2-2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65930;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"2-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18837;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"2-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35550;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"2-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (166, 326, '_wp_attached_file', '2017/11/3-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (167, 326, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2017/11/3-2.jpg\";s:8:\"filesize\";i:26488;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"3-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5694;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"3-2-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"3-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30153;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:15:\"3-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27632;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:15:\"3-2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36043;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9662;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"3-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19125;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1640;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (169, 75, '_wp_attached_file', '2017/11/3-3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (170, 75, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/11/3-3.jpg\";s:8:\"filesize\";i:2316;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"3-3-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2334;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"3-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (171, 76, '_wp_attached_file', '2017/11/4-3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (172, 76, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/11/4-3.jpg\";s:8:\"filesize\";i:2165;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-3-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2046;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"4-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (173, 77, '_wp_attached_file', '2017/11/5-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (174, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/11/5-2.jpg\";s:8:\"filesize\";i:2992;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"5-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2921;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"5-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2767;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (175, 78, '_wp_attached_file', '2017/11/6-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (176, 78, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/11/6-2.jpg\";s:8:\"filesize\";i:3506;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"6-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3393;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"6-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (177, 79, '_wp_attached_file', '2017/11/7.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (178, 79, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:13:\"2017/11/7.jpg\";s:8:\"filesize\";i:2421;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"7-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2324;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2240;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (179, 80, '_wp_attached_file', '2017/11/8.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (180, 80, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:13:\"2017/11/8.jpg\";s:8:\"filesize\";i:1671;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"8-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1569;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (181, 81, '_wp_attached_file', '2017/11/9.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (182, 81, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:13:\"2017/11/9.jpg\";s:8:\"filesize\";i:3348;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"9-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3248;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:13:\"9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (183, 82, '_wp_attached_file', '2017/11/10.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (184, 82, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:14:\"2017/11/10.jpg\";s:8:\"filesize\";i:3043;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"10-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2893;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:14:\"10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2827;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (185, 83, '_wp_attached_file', '2017/11/1-3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (186, 83, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/11/1-3.jpg\";s:8:\"filesize\";i:3455;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"1-3-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3413;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"1-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3390;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (187, 84, '_wp_attached_file', '2017/11/2-3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (188, 84, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/11/2-3.jpg\";s:8:\"filesize\";i:3185;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-3-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2893;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"2-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (189, 120, '_wp_attached_file', '2017/11/slider_1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (190, 120, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/11/slider_1.jpg\";s:8:\"filesize\";i:768706;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16996;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88686;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"slider_1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297004;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206020;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163320;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67961;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26357;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56840;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (191, 123, '_wp_attached_file', '2017/11/slider_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (192, 123, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:20:\"2017/11/slider_2.jpg\";s:8:\"filesize\";i:470441;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15229;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73420;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153928;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126686;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53486;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71189;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21969;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48140;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (193, 124, '_wp_attached_file', '2017/11/slider_3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (194, 124, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1347;s:4:\"file\";s:20:\"2017/11/slider_3.jpg\";s:8:\"filesize\";i:1179211;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14055;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_3-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_3-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"slider_3-1536x1078.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1078;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260072;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158115;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128078;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_3-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49335;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_3-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66688;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18542;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_3-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45954;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (195, 150, '_wp_attached_file', '2017/12/slider_1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (196, 150, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2017/12/slider_1.jpg\";s:8:\"filesize\";i:768706;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16996;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88686;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"slider_1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297004;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206020;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163320;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67961;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26357;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56840;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (197, 151, '_wp_attached_file', '2017/12/slider_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (198, 151, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:20:\"2017/12/slider_2.jpg\";s:8:\"filesize\";i:470441;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15229;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73420;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153928;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126686;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53486;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71189;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21969;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48140;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (199, 152, '_wp_attached_file', '2017/12/slider_3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (200, 152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1347;s:4:\"file\";s:20:\"2017/12/slider_3.jpg\";s:8:\"filesize\";i:1179211;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14055;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_3-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_3-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"slider_3-1536x1078.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1078;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260072;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158115;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128078;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_3-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49335;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_3-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66688;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18542;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_3-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45954;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (201, 154, '_wp_attached_file', '2017/12/slider_1-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (202, 154, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2017/12/slider_1-1.jpg\";s:8:\"filesize\";i:768706;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"slider_1-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16996;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"slider_1-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"slider_1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"slider_1-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88686;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"slider_1-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297004;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:23:\"slider_1-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206020;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:23:\"slider_1-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163320;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:22:\"slider_1-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67961;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:22:\"slider_1-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"slider_1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26357;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"slider_1-1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56840;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"slider_1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (203, 155, '_wp_attached_file', '2017/12/slider_2-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (204, 155, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:22:\"2017/12/slider_2-1.jpg\";s:8:\"filesize\";i:470441;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"slider_2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15229;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"slider_2-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"slider_2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"slider_2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73420;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:23:\"slider_2-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153928;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:23:\"slider_2-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126686;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:22:\"slider_2-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53486;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:22:\"slider_2-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71189;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"slider_2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21969;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"slider_2-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48140;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"slider_2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (205, 156, '_wp_attached_file', '2017/12/slider_3-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (206, 156, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1347;s:4:\"file\";s:22:\"2017/12/slider_3-1.jpg\";s:8:\"filesize\";i:1179211;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"slider_3-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14055;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"slider_3-1-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"slider_3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"slider_3-1-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"slider_3-1-1536x1078.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1078;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260072;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:23:\"slider_3-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158115;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:23:\"slider_3-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128078;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:22:\"slider_3-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49335;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:22:\"slider_3-1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66688;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"slider_3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18542;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"slider_3-1-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45954;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"slider_3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (207, 190, '_wp_attached_file', '2018/01/slider_1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (208, 190, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2018/01/slider_1.jpg\";s:8:\"filesize\";i:768706;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16996;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88686;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"slider_1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297004;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206020;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163320;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67961;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26357;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56840;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (209, 191, '_wp_attached_file', '2018/01/slider_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (210, 191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:20:\"2018/01/slider_2.jpg\";s:8:\"filesize\";i:470441;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15229;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73420;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153928;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126686;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53486;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71189;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21969;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48140;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (211, 192, '_wp_attached_file', '2018/01/slider_3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (212, 192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1347;s:4:\"file\";s:20:\"2018/01/slider_3.jpg\";s:8:\"filesize\";i:1179211;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14055;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_3-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_3-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"slider_3-1536x1078.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1078;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260072;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158115;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128078;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_3-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49335;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_3-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66688;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18542;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_3-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45954;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (213, 236, '_wp_attached_file', '2018/04/vneck-tee-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (214, 236, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/04/vneck-tee-2.jpg\";s:8:\"filesize\";i:49497;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2553;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25630;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27741;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18689;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24013;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"vneck-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6873;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18128;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1483;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (215, 236, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vneck-tee-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (217, 237, '_wp_attached_file', '2018/04/vnech-tee-green-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (218, 237, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2018/04/vnech-tee-green-1.jpg\";s:8:\"filesize\";i:102362;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4944;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33395;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35437;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24042;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30592;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"vnech-tee-green-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9771;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23810;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3837;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (219, 237, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vnech-tee-green-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (221, 238, '_wp_attached_file', '2018/04/vnech-tee-blue-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (222, 238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/04/vnech-tee-blue-1.jpg\";s:8:\"filesize\";i:120226;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5234;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37562;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40135;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27331;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35346;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"vnech-tee-blue-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10727;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26737;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4021;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (223, 238, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vnech-tee-blue-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (225, 239, '_wp_attached_file', '2018/04/hoodie-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (226, 239, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/04/hoodie-2.jpg\";s:8:\"filesize\";i:46079;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"hoodie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"hoodie-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2521;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"hoodie-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25134;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:20:\"hoodie-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27568;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"hoodie-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18489;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"hoodie-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24828;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"hoodie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6895;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"hoodie-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17796;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"hoodie-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1485;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (227, 239, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (229, 240, '_wp_attached_file', '2018/04/hoodie-blue-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (230, 240, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2018/04/hoodie-blue-1.jpg\";s:8:\"filesize\";i:101298;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10171;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5036;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34101;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36615;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24478;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33081;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"hoodie-blue-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10171;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24308;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3875;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (231, 240, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-blue-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (233, 241, '_wp_attached_file', '2018/04/hoodie-green-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (234, 241, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2018/04/hoodie-green-1.jpg\";s:8:\"filesize\";i:98498;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33786;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36252;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24518;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32434;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"hoodie-green-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10090;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24056;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3907;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (235, 241, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-green-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (237, 242, '_wp_attached_file', '2018/04/hoodie-with-logo-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (238, 242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2018/04/hoodie-with-logo-2.jpg\";s:8:\"filesize\";i:46969;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25905;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29071;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19116;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26372;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"hoodie-with-logo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7047;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18531;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (239, 242, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-logo-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (241, 243, '_wp_attached_file', '2018/04/tshirt-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (242, 243, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/04/tshirt-2.jpg\";s:8:\"filesize\";i:41155;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"tshirt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"tshirt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2190;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"tshirt-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22122;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:20:\"tshirt-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24105;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"tshirt-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16043;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"tshirt-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20949;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"tshirt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5988;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"tshirt-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15809;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"tshirt-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1267;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (243, 243, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/tshirt-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (245, 244, '_wp_attached_file', '2018/04/beanie-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (246, 244, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2018/04/beanie-2.jpg\";s:8:\"filesize\";i:31568;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"beanie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4729;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"beanie-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1925;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"beanie-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16885;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:20:\"beanie-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18005;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"beanie-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11984;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"beanie-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16938;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"beanie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4729;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"beanie-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12226;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"beanie-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (247, 244, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/beanie-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (249, 245, '_wp_attached_file', '2018/04/belt-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (250, 245, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2018/04/belt-2.jpg\";s:8:\"filesize\";i:37339;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"belt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"belt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"belt-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21502;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:18:\"belt-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23157;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:18:\"belt-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15573;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:18:\"belt-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22007;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"belt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5653;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"belt-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14977;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"belt-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1236;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (251, 245, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/belt-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (253, 246, '_wp_attached_file', '2018/04/cap-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (254, 246, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2018/04/cap-2.jpg\";s:8:\"filesize\";i:37675;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"cap-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"cap-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"cap-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21299;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:17:\"cap-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23347;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:17:\"cap-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15276;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:17:\"cap-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22248;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"cap-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5570;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"cap-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14965;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"cap-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1178;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (255, 246, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/cap-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (257, 247, '_wp_attached_file', '2018/04/sunglasses-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (258, 247, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/04/sunglasses-2.jpg\";s:8:\"filesize\";i:24691;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1639;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15831;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17413;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11319;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16388;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"sunglasses-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4204;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11319;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1028;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (259, 247, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/sunglasses-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (261, 248, '_wp_attached_file', '2018/04/hoodie-with-pocket-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (262, 248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2018/04/hoodie-with-pocket-2.jpg\";s:8:\"filesize\";i:43268;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6778;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2377;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24666;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27415;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18076;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24952;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6778;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17522;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1385;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (263, 248, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-pocket-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (265, 249, '_wp_attached_file', '2018/04/hoodie-with-zipper-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (266, 249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/04/hoodie-with-zipper-2.jpg\";s:8:\"filesize\";i:56609;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2941;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30007;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33679;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22445;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29491;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8084;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21483;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (267, 249, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-zipper-2.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (269, 250, '_wp_attached_file', '2018/04/long-sleeve-tee-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (270, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2018/04/long-sleeve-tee-2.jpg\";s:8:\"filesize\";i:51118;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2666;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25781;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27993;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18742;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21289;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"long-sleeve-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6992;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18263;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (271, 250, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/long-sleeve-tee-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (273, 251, '_wp_attached_file', '2018/04/polo-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (274, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2018/04/polo-2.jpg\";s:8:\"filesize\";i:44409;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"polo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"polo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"polo-2-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23666;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:18:\"polo-2-801x600.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25699;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:18:\"polo-2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17094;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:18:\"polo-2-801x430.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22526;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"polo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6220;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"polo-2-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16686;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"polo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1319;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (275, 251, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/polo-2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (277, 252, '_wp_attached_file', '2018/04/album-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (278, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2018/04/album-1.jpg\";s:8:\"filesize\";i:122448;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"album-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"album-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"album-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38037;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:19:\"album-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40482;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:19:\"album-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27877;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:19:\"album-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33780;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"album-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11954;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"album-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27435;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"album-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (279, 252, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/album-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (281, 253, '_wp_attached_file', '2018/04/single-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (282, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2018/04/single-1.jpg\";s:8:\"filesize\";i:124720;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"single-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"single-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"single-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38589;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:20:\"single-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40921;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"single-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28021;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"single-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34573;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"single-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12049;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"single-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27597;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"single-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (283, 253, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/single-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (285, 254, '_wp_attached_file', '2018/04/t-shirt-with-logo-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (286, 254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2018/04/t-shirt-with-logo-1.jpg\";s:8:\"filesize\";i:67833;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2606;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26765;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29163;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19655;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25786;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7079;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19065;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (287, 254, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/t-shirt-with-logo-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (289, 255, '_wp_attached_file', '2018/04/beanie-with-logo-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (290, 255, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2018/04/beanie-with-logo-1.jpg\";s:8:\"filesize\";i:45371;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1905;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17303;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18321;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12540;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17418;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"beanie-with-logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4856;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12512;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (291, 255, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/beanie-with-logo-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (293, 327, '_wp_attached_file', '2020/09/woocommerce-placeholder.png');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (294, 327, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2020/09/woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5968;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20487;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45804;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45249;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-640x426.png\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15208;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-840x430.png\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22540;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5968;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13690;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1569;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (295, 7, '_wp_attached_file', '2020/09/log_file_2020-09-09__06-25-36.txt');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (296, 7, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1098;}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (297, 85, '_thumbnail_id', 84);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (298, 85, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (299, 85, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (300, 86, '_thumbnail_id', 83);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (301, 86, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (302, 86, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (303, 87, '_thumbnail_id', 82);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (304, 87, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (305, 87, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (306, 88, '_thumbnail_id', 81);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (307, 88, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (308, 88, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (309, 89, '_thumbnail_id', 80);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (310, 89, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (311, 89, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (312, 90, '_thumbnail_id', 79);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (313, 90, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (314, 90, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (315, 91, '_thumbnail_id', 78);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (316, 91, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (317, 91, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (318, 92, '_thumbnail_id', 77);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (319, 92, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (320, 92, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (321, 93, '_thumbnail_id', 76);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (322, 93, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (323, 93, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (324, 94, '_thumbnail_id', 75);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (325, 94, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (326, 94, '_fz_client_website', '#');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (327, 256, '_wp_attached_file', '2018/08/log_file_2018-08-29__12-33-49.txt');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (328, 256, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1027;}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (329, 257, '_wp_attached_file', '2018/04/logo-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (330, 257, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:799;s:4:\"file\";s:18:\"2018/04/logo-1.jpg\";s:8:\"filesize\";i:139907;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5188;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"logo-1-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54160;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:18:\"logo-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54700;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:18:\"logo-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33558;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:18:\"logo-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43672;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14778;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"logo-1-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38632;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (331, 257, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/logo-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (333, 258, '_wp_attached_file', '2018/04/pennant-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (334, 258, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/04/pennant-1.jpg\";s:8:\"filesize\";i:56755;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"pennant-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"pennant-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2043;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"pennant-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23774;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"pennant-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25917;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:21:\"pennant-1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17088;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:21:\"pennant-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25018;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"pennant-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5834;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"pennant-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16687;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"pennant-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (335, 258, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/pennant-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (337, 264, '_wp_attached_file', '2018/08/slider_1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (338, 264, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2018/08/slider_1.jpg\";s:8:\"filesize\";i:768706;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16996;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149705;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88686;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"slider_1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297004;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206020;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163320;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_1-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67961;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_1-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88901;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26357;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56840;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (339, 265, '_wp_attached_file', '2018/08/slider_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (340, 265, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:20:\"2018/08/slider_2.jpg\";s:8:\"filesize\";i:470441;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15229;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73420;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153928;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_2-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126686;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_2-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53486;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_2-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71189;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21969;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48140;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (341, 266, '_wp_attached_file', '2018/08/slider_3.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (342, 266, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1347;s:4:\"file\";s:20:\"2018/08/slider_3.jpg\";s:8:\"filesize\";i:1179211;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"slider_3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14055;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"slider_3-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"slider_3-768x539.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"slider_3-1536x1078.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1078;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260072;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158115;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:21:\"slider_3-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128078;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:20:\"slider_3-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49335;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:20:\"slider_3-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66688;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"slider_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18542;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"slider_3-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45954;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"slider_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (343, 286, '_wp_attached_file', '2020/04/woocommerce-placeholder.png');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (344, 286, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2020/04/woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5968;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20487;}s:21:\"vromon_image_1200_800\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1200x800.png\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45804;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45249;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-640x426.png\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15208;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-840x430.png\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22540;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5968;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13690;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1569;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (345, 298, '_wp_attached_file', '2017/11/pexels-saad-khan-3687139.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (346, 298, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2017/11/pexels-saad-khan-3687139.jpg\";s:8:\"filesize\";i:173693;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24652;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"pexels-saad-khan-3687139-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244773;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143741;}s:21:\"vromon_image_1200_600\";a:5:{s:4:\"file\";s:37:\"pexels-saad-khan-3687139-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298034;}s:20:\"vromon_image_640_426\";a:5:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-640x426.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101841;}s:20:\"vromon_image_840_430\";a:5:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-840x430.jpg\";s:5:\"width\";i:840;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138278;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35425;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87187;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"pexels-saad-khan-3687139-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (348, 49, '_thumbnail_id', 51);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (349, 49, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (350, 54, '_thumbnail_id', 325);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (351, 54, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (352, 55, '_thumbnail_id', 326);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (353, 55, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (354, 56, '_thumbnail_id', 324);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (355, 56, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (356, 157, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (357, 157, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (358, 157, '_menu_item_object_id', 157);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (359, 157, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (360, 157, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (361, 157, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (362, 157, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (363, 157, '_menu_item_url', 'https://wpdemothemes.com/vromon/#service');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (364, 158, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (365, 158, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (366, 158, '_menu_item_object_id', 158);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (367, 158, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (368, 158, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (369, 158, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (370, 158, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (371, 158, '_menu_item_url', 'https://wpdemothemes.com/vromon/#special_package');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (372, 159, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (373, 159, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (374, 159, '_menu_item_object_id', 159);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (375, 159, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (376, 159, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (377, 159, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (378, 159, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (379, 159, '_menu_item_url', 'https://wpdemothemes.com/vromon/#top_deals');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (380, 160, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (381, 160, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (382, 160, '_menu_item_object_id', 160);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (383, 160, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (384, 160, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (385, 160, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (386, 160, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (387, 160, '_menu_item_url', 'https://wpdemothemes.com/vromon/#deals_discount');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (388, 161, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (389, 161, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (390, 161, '_menu_item_object_id', 161);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (391, 161, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (392, 161, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (393, 161, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (394, 161, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (395, 161, '_menu_item_url', 'https://wpdemothemes.com/vromon/#gallery');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (396, 162, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (397, 162, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (398, 162, '_menu_item_object_id', 162);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (399, 162, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (400, 162, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (401, 162, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (402, 162, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (403, 162, '_menu_item_url', 'https://wpdemothemes.com/vromon/#blog');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (404, 177, '_menu_item_type', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (405, 177, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (406, 177, '_menu_item_object_id', 177);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (407, 177, '_menu_item_object', 'custom');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (408, 177, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (409, 177, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (410, 177, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (411, 177, '_menu_item_url', 'https://wpdemothemes.com/vromon/#contact');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (412, 178, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (413, 178, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (414, 178, '_menu_item_object_id', 118);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (415, 178, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (416, 178, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (417, 178, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (418, 178, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (419, 178, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (421, 179, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (422, 179, '_menu_item_menu_item_parent', 178);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (423, 179, '_menu_item_object_id', 8);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (424, 179, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (425, 179, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (426, 179, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (427, 179, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (428, 179, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (430, 180, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (431, 180, '_menu_item_menu_item_parent', 178);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (432, 180, '_menu_item_object_id', 96);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (433, 180, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (434, 180, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (435, 180, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (436, 180, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (437, 180, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (439, 181, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (440, 181, '_menu_item_menu_item_parent', 162);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (441, 181, '_menu_item_object_id', 132);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (442, 181, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (443, 181, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (444, 181, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (445, 181, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (446, 181, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (448, 182, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (449, 182, '_menu_item_menu_item_parent', 162);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (450, 182, '_menu_item_object_id', 66);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (451, 182, '_menu_item_object', 'post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (452, 182, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (453, 182, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (454, 182, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (455, 182, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (457, 259, '_menu_item_object_id', 206);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (458, 259, '_menu_item_menu_item_parent', 260);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (459, 259, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (460, 259, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (461, 259, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (462, 259, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (463, 259, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (464, 259, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (466, 328, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (467, 329, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (468, 8, '_wp_page_template', 'kc-template.php');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (469, 8, 'kc_data', 'a:7:{s:4:\"mode\";s:2:\"kc\";s:7:\"classes\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (470, 8, 'kc_raw_content', '[kc_row _id=\"426764\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"383516\"][home_banner_area sec_title=\"We make awesome tours\" sec_content=\"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gPGJyIC8+TG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgLg==\" sec_btn_text=\"Find tour\" sec_btn_link=\"#special_package\" _id=\"776664\" upload_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"612233\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"416450\"][services_area sec_title=\"FZtravel services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"437399\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"129065\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"257898\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"170274\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"299935\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"455203\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"51144\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"482545\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"741411\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"41787\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"681335\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"229969\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"180946\"][/kc_column][/kc_row][kc_row _id=\"394125\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"338021\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"972963\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"709774\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"62289\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"823311\"][/kc_column][/kc_row][kc_row _id=\"211228\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"523979\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"100941\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"398946\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"664648\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQgY29uc2VjdGV0dXIgYWRpcGlzaWNpbmcgZWxpdHNlZCBlaXVzbW9kIHRlbXBvciBlbmltIG1pbmltIHZlbmlhbSBxdWlzIG5vdHJ1PGJyPiBleGVyY2l0IGF0aW9uIExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LlZlbmlhbSBxdWlzIG5vdHJ1IGV4ZXJjaXQu\" _id=\"167897\"][/kc_column][/kc_row][kc_row _id=\"252294\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"798347\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"639535\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"305666\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"231326\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"965703\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"593472\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"786149\"][clients_area _id=\"97476\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"822301\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"332752\"][contact_us_area sec_title=\"Contact Us\" _id=\"670267\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"243807\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"256938\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"890813\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"145913\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"717242\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"624768\"][google_area sec_lati=\"40.7127837\" sec_longi=\"-74.00594130000002\" sec_api_key=\"AIzaSyDwIQh7LGryQdDDi-A603lR8NqiF3R_ycA\" _id=\"159309\"][/kc_column][/kc_row]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (473, 57, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (474, 57, '_wp_old_date', '2024-02-21');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (475, 57, '_thumbnail_id', 25);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (476, 57, '_wp_old_date', '2024-02-17');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (477, 57, 'rs_page_bg_color', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (480, 61, '_thumbnail_id', 37);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (481, 61, '_fz_embed_code', '<iframe width=\"100%\" height=\"150\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/348839356&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (482, 61, '_fztravel_embed_code', '<iframe width=\"100%\" height=\"150\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/76102703&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (483, 61, '_goaway_embed_code', '<iframe width=\"100%\" height=\"130\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/76102703&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (484, 61, '_wp_old_slug', 'lorem-ipsum-dolor-sit');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (485, 61, '_wp_old_slug', 'aenean-molestie-nunc-enim-ac-faucibus');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (486, 61, '_vromon_embed_code', '<iframe width=\"100%\" height=\"130\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/76102703&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (487, 61, '_wp_page_template', 'default');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (488, 61, '_wp_old_date', '2017-11-25');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (489, 61, 'rs_page_bg_color', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (490, 61, '_wp_old_date', '2025-01-25');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (493, 64, '_thumbnail_id', 40);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (494, 64, '_fz_embed_code', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/60H4NeSkY_A\" frameborder=\"0\" allowfullscreen></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (495, 64, '_fztravel_embed_code', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2A6gh62uDws\" frameborder=\"0\" gesture=\"media\" allow=\"encrypted-media\" allowfullscreen></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (496, 64, '_goaway_embed_code', '<iframe src=\"https://player.vimeo.com/video/220432783\" width=\"640\" height=\"360\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\n');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (497, 64, '_wp_old_slug', 'duis-pharetra-lacus-molestie-turpis-varius');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (498, 64, '_wp_old_slug', 'lorem-ipsum-dolor-sit-2');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (499, 64, '_vromon_embed_code', '<iframe src=\"https://player.vimeo.com/video/220432783\" width=\"640\" height=\"360\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (500, 64, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (501, 64, '_wp_old_date', '2017-11-25');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (502, 64, 'rs_page_bg_color', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (503, 64, '_wp_old_date', '2024-02-18');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (506, 66, '_thumbnail_id', 11);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (507, 66, '_wp_old_slug', 'lorem-ipsum-dolor-sit-3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (508, 66, '_wp_old_slug', 'sed-est-augue-scelerisque-at-scelerisque-vel');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (509, 66, '_wp_old_slug', 'sed-est-augue-scelerisque-at-scelerisque');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (510, 66, '_wp_old_slug', 'aliquam-sodales-tellus-ante-nec-suscipit');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (511, 66, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (512, 66, '_wp_old_date', '2017-11-25');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (513, 66, 'rs_page_bg_color', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (514, 66, '_wp_old_date', '2024-01-25');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (515, 96, '_wp_page_template', 'kc-template.php');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (516, 96, 'kc_data', 'a:7:{s:4:\"mode\";s:2:\"kc\";s:7:\"classes\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (517, 96, 'kc_raw_content', '[kc_row _id=\"933817\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"556269\"][home_banner_paralax_area sec_title=\"We make awesome tours\" sec_content=\"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gPGJyIC8+TG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgLg==\" sec_btn_text=\"Find tour\" sec_btn_link=\"#special_package\" _id=\"876064\" upload_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"261819\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"456426\"][services_area sec_title=\"FZtravel services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"331211\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"61972\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"609851\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"950787\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"276873\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"221507\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"408711\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"330935\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"36388\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"146691\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"549665\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"336316\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"986164\"][/kc_column][/kc_row][kc_row _id=\"804913\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"758377\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"184848\" sec_number_of_post=\"2\" sec_pac_styles=\"sp_1\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"759534\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"26310\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"421848\"][/kc_column][/kc_row][kc_row _id=\"538719\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"437577\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"882846\" sec_number_of_post=\"2\" sec_pac_styles=\"sp_1\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"32904\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"483281\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQgY29uc2VjdGV0dXIgYWRpcGlzaWNpbmcgZWxpdHNlZCBlaXVzbW9kIHRlbXBvciBlbmltIG1pbmltIHZlbmlhbSBxdWlzIG5vdHJ1PGJyPiBleGVyY2l0IGF0aW9uIExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LlZlbmlhbSBxdWlzIG5vdHJ1IGV4ZXJjaXQu\" _id=\"267389\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\"][/kc_column][/kc_row][kc_row _id=\"3816\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"345942\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"676007\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"269296\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"773693\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"486621\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"729622\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"586013\"][clients_area _id=\"172724\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"658862\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"128011\"][contact_us_area sec_title=\"Contact Us\" _id=\"358951\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"383277\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"816060\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"928997\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"428908\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"342269\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"167211\"][google_area sec_lati=\"40.7127837\" sec_longi=\"-74.00594130000002\" sec_api_key=\"AIzaSyDwIQh7LGryQdDDi-A603lR8NqiF3R_ycA\" _id=\"907671\"][/kc_column][/kc_row]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (518, 118, 'kc_data', 'a:7:{s:4:\"mode\";s:2:\"kc\";s:7:\"classes\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (519, 118, '_wp_page_template', 'kc-template.php');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (520, 118, '_fz_rev_slider_alias', 'homeslider');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (521, 118, '_fztravel_rev_slider_alias', 'homeslider');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (522, 118, '_goaway_rev_slider_alias', 'homeslider');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (523, 118, '_vromon_rev_slider_alias', 'homeslider');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (524, 118, 'kc_raw_content', '[kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"792570\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"943921\"][services_area sec_title=\"Vromon services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"629382\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"263167\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"284681\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"557333\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"601876\" container_class=\"counter-wrap\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"834769\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"872805\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"877245\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"695078\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"951322\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"482999\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"764027\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"100238\"][/kc_column][/kc_row][kc_row _id=\"3480\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"771171\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"266348\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"731514\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"846371\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"530554\"][/kc_column][/kc_row][kc_row _id=\"622665\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"48416\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"42845\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"486373\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"541551\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"205145\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\"][/kc_column][/kc_row][kc_row _id=\"65382\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"542867\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"577225\" read_more_btn=\"Read More\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"81531\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"585487\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"672661\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"101555\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"163669\"][clients_area _id=\"962625\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"198868\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"334054\"][contact_us_area sec_title=\"Contact Us\" _id=\"328332\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"677942\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"940840\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"165205\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"909593\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"937161\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"676471\"][kc_google_maps random_id=\"242130\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xOCExbTEyITFtMyExZDI5NzkzLjk5Njk3MzUyOTc2ITJkMTA1LjgxOTQ1NDA3NTk4NDE4ITNkMjEuMDIyNjk1NzU0MDkxMzIhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITNtMyExbTIhMXMweDMxMzVhYjliZDk4NjFjYTElM0EweGU3ODg3ZjdiNzJjYTE3YTkhMnpTR0Z1YjJrc0lFaHZ3NkJ1SUV0cDRicV9iU3dnU0dGdWIya3NJRlpwWlhSdVlXMCE1ZTAhM20yITFzZW4hMnMhNHYxNDUzOTYxMzgzMTY5IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==\" map_height=\"400\" _id=\"477319\"][/kc_column][/kc_row]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (525, 132, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (526, 132, 'slide_template', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (527, 206, 'kc_data', 'a:8:{i:0;s:0:\"\";s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (528, 206, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (529, 206, '_wp_page_template', 'full-width.php');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (530, 207, '_wp_page_template', 'full-width.php');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (531, 207, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (532, 207, 'kc_data', 'a:8:{i:0;s:0:\"\";s:4:\"mode\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:9:\"collapsed\";s:0:\"\";s:9:\"optimized\";s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (533, 260, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (534, 260, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (535, 260, '_menu_item_object_id', 205);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (536, 260, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (537, 260, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (538, 260, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (539, 260, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (540, 260, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (541, 261, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (542, 261, '_menu_item_menu_item_parent', 260);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (543, 261, '_menu_item_object_id', 233);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (544, 261, '_menu_item_object', 'product');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (545, 261, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (546, 261, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (547, 261, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (548, 261, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (550, 287, '_menu_item_url', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (551, 287, '_menu_item_xfn', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (552, 287, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (553, 287, '_menu_item_target', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (554, 287, '_menu_item_object', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (555, 287, '_menu_item_object_id', 207);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (556, 287, '_menu_item_menu_item_parent', 260);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (557, 287, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (558, 288, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (559, 289, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (560, 211, '_sku', 'woo-vneck-tee');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (561, 211, '_regular_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (562, 211, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (563, 211, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (564, 211, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (565, 211, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (566, 211, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (567, 211, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (568, 211, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (569, 211, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (570, 211, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (571, 211, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (572, 211, '_length', 24);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (573, 211, '_width', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (574, 211, '_height', 2);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (575, 211, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (576, 211, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (577, 211, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (578, 211, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (579, 211, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (580, 211, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (581, 211, '_product_image_gallery', '237,238');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (582, 211, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (583, 211, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (584, 211, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (585, 211, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (586, 211, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (587, 211, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (588, 211, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (589, 211, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (590, 211, '_product_attributes', 'a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (591, 211, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (592, 211, '_price', 15);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (593, 211, '_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (594, 211, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (595, 211, '_wp_old_slug', 'import-placeholder-for-44');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (596, 211, '_thumbnail_id', 236);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (597, 212, '_sku', 'woo-hoodie');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (598, 212, '_regular_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (599, 212, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (600, 212, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (601, 212, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (602, 212, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (603, 212, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (604, 212, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (605, 212, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (606, 212, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (607, 212, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (608, 212, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (609, 212, '_length', 10);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (610, 212, '_width', 8);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (611, 212, '_height', 3);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (612, 212, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (613, 212, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (614, 212, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (615, 212, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (616, 212, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (617, 212, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (618, 212, '_product_image_gallery', '240,241,242');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (619, 212, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (620, 212, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (621, 212, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (622, 212, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (623, 212, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (624, 212, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (625, 212, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (626, 212, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (627, 212, '_product_attributes', 'a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}s:4:\"logo\";a:6:{s:4:\"name\";s:4:\"Logo\";s:5:\"value\";s:8:\"Yes | No\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (628, 212, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (629, 212, '_price', 42);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (630, 212, '_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (631, 212, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (632, 212, '_wp_old_slug', 'import-placeholder-for-45');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (633, 212, '_thumbnail_id', 239);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (634, 213, '_sku', 'woo-hoodie-with-logo');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (635, 213, '_regular_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (636, 213, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (637, 213, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (638, 213, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (639, 213, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (640, 213, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (641, 213, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (642, 213, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (643, 213, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (644, 213, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (645, 213, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (646, 213, '_length', 10);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (647, 213, '_width', 6);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (648, 213, '_height', 3);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (649, 213, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (650, 213, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (651, 213, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (652, 213, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (653, 213, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (654, 213, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (655, 213, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (656, 213, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (657, 213, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (658, 213, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (659, 213, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (660, 213, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (661, 213, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (662, 213, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (663, 213, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (664, 213, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (665, 213, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (666, 213, '_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (667, 213, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (668, 213, '_wp_old_slug', 'import-placeholder-for-46');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (669, 213, '_thumbnail_id', 242);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (670, 214, '_sku', 'woo-tshirt');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (671, 214, '_regular_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (672, 214, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (673, 214, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (674, 214, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (675, 214, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (676, 214, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (677, 214, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (678, 214, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (679, 214, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (680, 214, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (681, 214, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (682, 214, '_length', 8);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (683, 214, '_width', 6);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (684, 214, '_height', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (685, 214, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (686, 214, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (687, 214, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (688, 214, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (689, 214, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (690, 214, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (691, 214, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (692, 214, '_download_limit', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (693, 214, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (694, 214, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (695, 214, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (696, 214, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (697, 214, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (698, 214, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (699, 214, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (700, 214, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (701, 214, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (702, 214, '_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (703, 214, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (704, 214, '_wp_old_slug', 'import-placeholder-for-47');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (705, 214, '_thumbnail_id', 243);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (706, 215, '_sku', 'woo-beanie');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (707, 215, '_regular_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (708, 215, '_sale_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (709, 215, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (710, 215, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (711, 215, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (712, 215, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (713, 215, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (714, 215, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (715, 215, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (716, 215, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (717, 215, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (718, 215, '_length', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (719, 215, '_width', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (720, 215, '_height', '0.5');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (721, 215, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (722, 215, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (723, 215, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (724, 215, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (725, 215, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (726, 215, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (727, 215, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (728, 215, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (729, 215, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (730, 215, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (731, 215, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (732, 215, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (733, 215, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (734, 215, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (735, 215, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (736, 215, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (737, 215, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (738, 215, '_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (739, 215, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (740, 215, '_wp_old_slug', 'import-placeholder-for-48');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (741, 215, '_thumbnail_id', 244);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (742, 216, '_sku', 'woo-belt');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (743, 216, '_regular_price', 65);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (744, 216, '_sale_price', 55);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (745, 216, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (746, 216, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (747, 216, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (748, 216, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (749, 216, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (750, 216, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (751, 216, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (752, 216, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (753, 216, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (754, 216, '_length', 12);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (755, 216, '_width', 2);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (756, 216, '_height', 1.5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (757, 216, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (758, 216, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (759, 216, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (760, 216, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (761, 216, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (762, 216, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (763, 216, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (764, 216, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (765, 216, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (766, 216, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (767, 216, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (768, 216, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (769, 216, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (770, 216, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (771, 216, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (772, 216, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (773, 216, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (774, 216, '_price', 55);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (775, 216, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (776, 216, '_wp_old_slug', 'import-placeholder-for-58');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (777, 216, '_thumbnail_id', 245);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (778, 217, '_sku', 'woo-cap');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (779, 217, '_regular_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (780, 217, '_sale_price', 16);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (781, 217, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (782, 217, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (783, 217, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (784, 217, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (785, 217, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (786, 217, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (787, 217, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (788, 217, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (789, 217, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (790, 217, '_length', 8);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (791, 217, '_width', 6.5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (792, 217, '_height', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (793, 217, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (794, 217, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (795, 217, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (796, 217, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (797, 217, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (798, 217, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (799, 217, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (800, 217, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (801, 217, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (802, 217, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (803, 217, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (804, 217, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (805, 217, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (806, 217, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (807, 217, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (808, 217, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (809, 217, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (810, 217, '_price', 16);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (811, 217, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (812, 217, '_wp_old_slug', 'import-placeholder-for-60');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (813, 217, '_thumbnail_id', 246);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (814, 218, '_sku', 'woo-sunglasses');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (815, 218, '_regular_price', 90);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (816, 218, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (817, 218, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (818, 218, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (819, 218, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (820, 218, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (821, 218, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (822, 218, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (823, 218, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (824, 218, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (825, 218, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (826, 218, '_length', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (827, 218, '_width', 1.4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (828, 218, '_height', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (829, 218, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (830, 218, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (831, 218, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (832, 218, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (833, 218, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (834, 218, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (835, 218, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (836, 218, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (837, 218, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (838, 218, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (839, 218, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (840, 218, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (841, 218, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (842, 218, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (843, 218, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (844, 218, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (845, 218, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (846, 218, '_price', 90);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (847, 218, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (848, 218, '_wp_old_slug', 'import-placeholder-for-62');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (849, 218, '_thumbnail_id', 247);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (850, 219, '_sku', 'woo-hoodie-with-pocket');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (851, 219, '_regular_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (852, 219, '_sale_price', 35);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (853, 219, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (854, 219, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (855, 219, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (856, 219, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (857, 219, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (858, 219, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (859, 219, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (860, 219, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (861, 219, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (862, 219, '_length', 10);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (863, 219, '_width', 8);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (864, 219, '_height', 2);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (865, 219, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (866, 219, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (867, 219, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (868, 219, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (869, 219, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (870, 219, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (871, 219, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (872, 219, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (873, 219, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (874, 219, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (875, 219, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (876, 219, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (877, 219, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (878, 219, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (879, 219, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (880, 219, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (881, 219, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (882, 219, '_price', 35);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (883, 219, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (884, 219, '_wp_old_slug', 'import-placeholder-for-64');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (885, 219, '_thumbnail_id', 248);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (886, 220, '_sku', 'woo-hoodie-with-zipper');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (887, 220, '_regular_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (888, 220, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (889, 220, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (890, 220, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (891, 220, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (892, 220, '_tax_status', 'taxable');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (893, 220, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (894, 220, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (895, 220, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (896, 220, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (897, 220, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (898, 220, '_length', 8);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (899, 220, '_width', 6);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (900, 220, '_height', 2);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (901, 220, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (902, 220, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (903, 220, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (904, 220, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (905, 220, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (906, 220, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (907, 220, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (908, 220, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (909, 220, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (910, 220, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (911, 220, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (912, 220, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (913, 220, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (914, 220, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (915, 220, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (916, 220, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (917, 220, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (918, 220, '_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (919, 220, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (920, 220, '_wp_old_slug', 'import-placeholder-for-66');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (921, 220, '_thumbnail_id', 249);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (922, 221, '_sku', 'woo-long-sleeve-tee');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (923, 221, '_regular_price', 25);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (924, 221, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (925, 221, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (926, 221, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (927, 221, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (928, 221, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (929, 221, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (930, 221, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (931, 221, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (932, 221, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (933, 221, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (934, 221, '_length', 7);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (935, 221, '_width', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (936, 221, '_height', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (937, 221, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (938, 221, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (939, 221, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (940, 221, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (941, 221, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (942, 221, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (943, 221, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (944, 221, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (945, 221, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (946, 221, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (947, 221, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (948, 221, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (949, 221, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (950, 221, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (951, 221, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (952, 221, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (953, 221, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (954, 221, '_price', 25);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (955, 221, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (956, 221, '_wp_old_slug', 'import-placeholder-for-68');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (957, 221, '_thumbnail_id', 250);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (958, 222, '_sku', 'woo-polo');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (959, 222, '_regular_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (960, 222, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (961, 222, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (962, 222, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (963, 222, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (964, 222, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (965, 222, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (966, 222, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (967, 222, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (968, 222, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (969, 222, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (970, 222, '_length', 6);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (971, 222, '_width', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (972, 222, '_height', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (973, 222, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (974, 222, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (975, 222, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (976, 222, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (977, 222, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (978, 222, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (979, 222, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (980, 222, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (981, 222, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (982, 222, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (983, 222, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (984, 222, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (985, 222, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (986, 222, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (987, 222, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (988, 222, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (989, 222, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (990, 222, '_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (991, 222, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (992, 222, '_wp_old_slug', 'import-placeholder-for-70');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (993, 222, '_thumbnail_id', 251);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (994, 223, '_sku', 'woo-album');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (995, 223, '_regular_price', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (996, 223, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (997, 223, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (998, 223, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (999, 223, 'total_sales', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1000, 223, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1001, 223, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1002, 223, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1003, 223, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1004, 223, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1005, 223, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1006, 223, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1007, 223, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1008, 223, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1009, 223, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1010, 223, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1011, 223, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1012, 223, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1013, 223, '_virtual', 'yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1014, 223, '_downloadable', 'yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1015, 223, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1016, 223, '_download_limit', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1017, 223, '_download_expiry', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1018, 223, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1019, 223, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1020, 223, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1021, 223, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1022, 223, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1023, 223, '_downloadable_files', 'a:2:{s:36:\"a69c0381-e41a-4203-9d90-ba912e3e10b4\";a:3:{s:2:\"id\";s:36:\"a69c0381-e41a-4203-9d90-ba912e3e10b4\";s:4:\"name\";s:8:\"Single 1\";s:4:\"file\";s:85:\"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/single.jpg\";}s:36:\"1eaf0c35-4901-47af-8248-5e28b7bf2315\";a:3:{s:2:\"id\";s:36:\"1eaf0c35-4901-47af-8248-5e28b7bf2315\";s:4:\"name\";s:8:\"Single 2\";s:4:\"file\";s:84:\"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/album.jpg\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1024, 223, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1025, 223, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1026, 223, '_price', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1027, 223, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1028, 223, '_wp_old_slug', 'import-placeholder-for-73');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1029, 223, '_thumbnail_id', 252);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1030, 224, '_sku', 'woo-single');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1031, 224, '_regular_price', 3);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1032, 224, '_sale_price', 2);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1033, 224, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1034, 224, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1035, 224, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1036, 224, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1037, 224, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1038, 224, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1039, 224, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1040, 224, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1041, 224, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1042, 224, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1043, 224, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1044, 224, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1045, 224, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1046, 224, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1047, 224, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1048, 224, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1049, 224, '_virtual', 'yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1050, 224, '_downloadable', 'yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1051, 224, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1052, 224, '_download_limit', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1053, 224, '_download_expiry', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1054, 224, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1055, 224, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1056, 224, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1057, 224, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1058, 224, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1059, 224, '_downloadable_files', 'a:1:{s:36:\"7ad645c8-7c04-45d9-9305-61ac54a03cc3\";a:3:{s:2:\"id\";s:36:\"7ad645c8-7c04-45d9-9305-61ac54a03cc3\";s:4:\"name\";s:6:\"Single\";s:4:\"file\";s:85:\"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/single.jpg\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1060, 224, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1061, 224, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1062, 224, '_price', 2);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1063, 224, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1064, 224, '_wp_old_slug', 'import-placeholder-for-75');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1065, 224, '_thumbnail_id', 253);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1066, 225, '_sku', 'woo-vneck-tee-red');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1067, 225, '_regular_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1068, 225, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1069, 225, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1070, 225, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1071, 225, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1072, 225, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1073, 225, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1074, 225, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1075, 225, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1076, 225, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1077, 225, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1078, 225, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1079, 225, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1080, 225, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1081, 225, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1082, 225, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1083, 225, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1084, 225, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1085, 225, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1086, 225, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1087, 225, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1088, 225, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1089, 225, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1090, 225, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1091, 225, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1092, 225, '_wc_average_rating', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1093, 225, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1094, 225, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1095, 225, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1096, 225, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1097, 225, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1098, 225, '_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1099, 225, '_wpcom_is_markdown', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1100, 225, '_wp_old_slug', 'import-placeholder-for-76');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1101, 225, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1102, 225, '_thumbnail_id', 236);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1103, 225, 'attribute_pa_color', 'red');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1104, 225, 'attribute_pa_size', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1105, 226, '_sku', 'woo-vneck-tee-green');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1106, 226, '_regular_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1107, 226, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1108, 226, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1109, 226, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1110, 226, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1111, 226, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1112, 226, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1113, 226, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1114, 226, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1115, 226, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1116, 226, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1117, 226, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1118, 226, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1119, 226, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1120, 226, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1121, 226, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1122, 226, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1123, 226, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1124, 226, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1125, 226, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1126, 226, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1127, 226, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1128, 226, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1129, 226, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1130, 226, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1131, 226, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1132, 226, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1133, 226, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1134, 226, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1135, 226, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1136, 226, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1137, 226, '_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1138, 226, '_wpcom_is_markdown', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1139, 226, '_wp_old_slug', 'import-placeholder-for-77');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1140, 226, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1141, 226, '_thumbnail_id', 237);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1142, 226, 'attribute_pa_color', 'green');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1143, 226, 'attribute_pa_size', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1144, 231, '_sku', 'Woo-tshirt-logo');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1145, 231, '_regular_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1146, 231, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1147, 231, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1148, 231, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1149, 231, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1150, 231, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1151, 231, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1152, 231, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1153, 231, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1154, 231, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1155, 231, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1156, 231, '_length', 10);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1157, 231, '_width', 12);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1158, 231, '_height', '0.5');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1159, 231, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1160, 231, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1161, 231, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1162, 231, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1163, 231, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1164, 231, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1165, 231, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1166, 231, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1167, 231, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1168, 231, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1169, 231, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1170, 231, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1171, 231, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1172, 231, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1173, 231, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1174, 231, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1175, 231, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1176, 231, '_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1177, 231, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1178, 231, '_wp_old_slug', 'import-placeholder-for-83');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1179, 231, '_thumbnail_id', 254);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1180, 232, '_sku', 'Woo-beanie-logo');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1181, 232, '_regular_price', 20);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1182, 232, '_sale_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1183, 232, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1184, 232, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1185, 232, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1186, 232, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1187, 232, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1188, 232, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1189, 232, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1190, 232, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1191, 232, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1192, 232, '_length', 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1193, 232, '_width', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1194, 232, '_height', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1195, 232, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1196, 232, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1197, 232, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1198, 232, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1199, 232, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1200, 232, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1201, 232, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1202, 232, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1203, 232, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1204, 232, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1205, 232, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1206, 232, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1207, 232, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1208, 232, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1209, 232, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1210, 232, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1211, 232, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1212, 232, '_price', 18);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1213, 232, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1214, 232, '_wp_old_slug', 'import-placeholder-for-85');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1215, 232, '_thumbnail_id', 255);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1216, 233, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1217, 233, '_sku', 'logo-collection');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1218, 233, '_regular_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1219, 233, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1220, 233, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1221, 233, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1222, 233, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1223, 233, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1224, 233, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1225, 233, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1226, 233, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1227, 233, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1228, 233, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1229, 233, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1230, 233, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1231, 233, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1232, 233, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1233, 233, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1234, 233, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1235, 233, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1236, 233, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1237, 233, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1238, 233, '_product_image_gallery', '255,254,242');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1239, 233, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1240, 233, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1241, 233, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1242, 233, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1243, 233, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1244, 233, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1245, 233, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1246, 233, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1247, 233, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1248, 233, '_product_version', '8.6.1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1249, 233, '_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1250, 233, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1251, 233, '_wp_old_slug', 'import-placeholder-for-87');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1252, 233, '_children', 'a:3:{i:0;i:213;i:1;i:214;i:2;i:215;}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1253, 233, '_thumbnail_id', 257);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1254, 233, '_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1255, 234, '_sku', 'wp-pennant');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1256, 234, '_regular_price', 11.05);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1257, 234, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1258, 234, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1259, 234, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1260, 234, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1261, 234, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1262, 234, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1263, 234, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1264, 234, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1265, 234, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1266, 234, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1267, 234, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1268, 234, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1269, 234, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1270, 234, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1271, 234, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1272, 234, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1273, 234, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1274, 234, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1275, 234, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1276, 234, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1277, 234, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1278, 234, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1279, 234, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1280, 234, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1281, 234, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1282, 234, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1283, 234, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1284, 234, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1285, 234, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1286, 234, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1287, 234, '_price', 11.05);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1288, 234, '_wpcom_is_markdown', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1289, 234, '_wp_old_slug', 'import-placeholder-for-89');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1290, 234, '_thumbnail_id', 258);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1291, 234, '_product_url', 'https://mercantile.wordpress.org/product/wordpress-pennant/');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1292, 234, '_button_text', 'Buy on the WordPress swag store!');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1293, 330, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1294, 330, '_fz_service_icon', 'fa fa-home');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1295, 330, '_fztravel_service_icon', 'fa fa-home');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1296, 330, '_goaway_service_icon', 'fa fa-star');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1297, 330, '_vromon_service_icon', 'fa fa-star');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1298, 13, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1299, 13, '_fz_service_icon', 'fa fa-train');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1300, 13, '_fztravel_service_icon', 'fa fa-train');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1301, 13, '_goaway_service_icon', 'fa fa-train');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1302, 13, '_vromon_service_icon', 'fa fa-train');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1303, 14, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1304, 14, '_fz_service_icon', 'fa fa-ship');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1305, 14, '_fztravel_service_icon', 'fa fa-ship');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1306, 14, '_goaway_service_icon', 'fa fa-ship');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1307, 14, '_vromon_service_icon', 'fa fa-ship');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1308, 15, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1309, 15, '_fz_service_icon', 'fa fa-ticket');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1310, 15, '_fztravel_service_icon', 'fa fa-ticket');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1311, 15, '_goaway_service_icon', 'fa fa-ticket');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1312, 15, '_vromon_service_icon', 'fa fa-ticket');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1313, 331, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1314, 331, '_fz_service_icon', 'fa fa-plane');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1315, 331, '_fztravel_service_icon', 'fa fa-plane');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1316, 331, '_goaway_service_icon', 'fa fa-plane');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1317, 331, '_vromon_service_icon', 'fa fa-plane');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1318, 17, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1319, 17, '_fz_service_icon', 'fa fa-bed');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1320, 17, '_fztravel_service_icon', 'fa fa-bed');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1321, 17, '_goaway_service_icon', 'fa fa-bed');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1322, 17, '_vromon_service_icon', 'fa fa-bed');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1323, 23, '_thumbnail_id', 29);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1324, 23, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1325, 23, '_fz_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1326, 23, '_fz_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1327, 23, '_fz_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1328, 23, '_fztravel_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1329, 23, '_fztravel_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1330, 23, '_fztravel_spe_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1331, 23, '_goaway_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1332, 23, '_goaway_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1333, 23, '_goaway_spe_rating', 3);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1334, 23, '_vromon_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1335, 23, '_vromon_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1336, 23, '_vromon_spe_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1337, 30, '_thumbnail_id', 28);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1338, 30, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1339, 30, '_fz_spe_package_price', 'Starting from $238');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1340, 30, '_fz_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1341, 30, '_fz_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1342, 30, '_fztravel_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1343, 30, '_fztravel_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1344, 30, '_fztravel_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1345, 30, '_goaway_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1346, 30, '_goaway_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1347, 30, '_goaway_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1348, 30, '_vromon_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1349, 30, '_vromon_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1350, 30, '_vromon_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1351, 31, '_thumbnail_id', 27);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1352, 31, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1353, 31, '_fz_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1354, 31, '_fz_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1355, 31, '_fz_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1356, 31, '_fztravel_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1357, 31, '_fztravel_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1358, 31, '_fztravel_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1359, 31, '_goaway_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1360, 31, '_goaway_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1361, 31, '_goaway_spe_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1362, 31, '_vromon_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1363, 31, '_vromon_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1364, 31, '_vromon_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1365, 32, '_thumbnail_id', 26);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1366, 32, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1367, 32, '_fz_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1368, 32, '_fz_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1369, 32, '_fz_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1370, 32, '_fztravel_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1371, 32, '_fztravel_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1372, 32, '_fztravel_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1373, 32, '_goaway_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1374, 32, '_goaway_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1375, 32, '_goaway_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1376, 32, '_vromon_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1377, 32, '_vromon_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1378, 32, '_vromon_spe_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1379, 33, '_thumbnail_id', 25);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1380, 33, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1381, 33, '_fz_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1382, 33, '_fz_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1383, 33, '_fz_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1384, 33, '_fztravel_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1385, 33, '_fztravel_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1386, 33, '_fztravel_spe_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1387, 33, '_goaway_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1388, 33, '_goaway_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1389, 33, '_goaway_spe_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1390, 33, '_vromon_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1391, 33, '_vromon_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1392, 33, '_vromon_spe_rating', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1393, 34, '_thumbnail_id', 24);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1394, 34, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1395, 34, '_fz_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1396, 34, '_fz_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1397, 34, '_fz_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1398, 34, '_fztravel_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1399, 34, '_fztravel_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1400, 34, '_fztravel_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1401, 34, '_goaway_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1402, 34, '_goaway_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1403, 34, '_goaway_spe_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1404, 34, '_vromon_spe_package_price', 'Starting from $236');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1405, 34, '_vromon_spe_package_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1406, 34, '_vromon_spe_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1407, 332, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1408, 332, '_fz_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1409, 332, '_fztravel_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1410, 332, '_goaway_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1411, 332, '_vromon_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1412, 70, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1413, 70, '_fz_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1414, 70, '_fztravel_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1415, 70, '_goaway_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1416, 70, '_vromon_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1417, 227, '_sku', 'woo-vneck-tee-blue');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1418, 227, '_regular_price', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1419, 227, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1420, 227, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1421, 227, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1422, 227, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1423, 227, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1424, 227, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1425, 227, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1426, 227, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1427, 227, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1428, 227, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1429, 227, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1430, 227, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1431, 227, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1432, 227, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1433, 227, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1434, 227, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1435, 227, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1436, 227, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1437, 227, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1438, 227, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1439, 227, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1440, 227, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1441, 227, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1442, 227, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1443, 227, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1444, 227, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1445, 227, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1446, 227, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1447, 227, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1448, 227, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1449, 227, '_price', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1450, 227, '_wpcom_is_markdown', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1451, 227, '_wp_old_slug', 'import-placeholder-for-78');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1452, 227, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1453, 227, '_thumbnail_id', 238);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1454, 227, 'attribute_pa_color', 'blue');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1455, 227, 'attribute_pa_size', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1456, 228, '_sku', 'woo-hoodie-red');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1457, 228, '_regular_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1458, 228, '_sale_price', 42);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1459, 228, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1460, 228, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1461, 228, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1462, 228, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1463, 228, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1464, 228, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1465, 228, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1466, 228, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1467, 228, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1468, 228, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1469, 228, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1470, 228, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1471, 228, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1472, 228, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1473, 228, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1474, 228, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1475, 228, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1476, 228, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1477, 228, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1478, 228, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1479, 228, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1480, 228, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1481, 228, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1482, 228, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1483, 228, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1484, 228, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1485, 228, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1486, 228, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1487, 228, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1488, 228, '_price', 42);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1489, 228, '_wpcom_is_markdown', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1490, 228, '_wp_old_slug', 'import-placeholder-for-79');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1491, 228, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1492, 228, '_thumbnail_id', 239);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1493, 228, 'attribute_pa_color', 'red');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1494, 228, 'attribute_logo', 'No');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1495, 229, '_sku', 'woo-hoodie-green');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1496, 229, '_regular_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1497, 229, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1498, 229, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1499, 229, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1500, 229, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1501, 229, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1502, 229, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1503, 229, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1504, 229, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1505, 229, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1506, 229, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1507, 229, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1508, 229, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1509, 229, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1510, 229, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1511, 229, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1512, 229, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1513, 229, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1514, 229, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1515, 229, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1516, 229, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1517, 229, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1518, 229, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1519, 229, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1520, 229, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1521, 229, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1522, 229, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1523, 229, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1524, 229, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1525, 229, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1526, 229, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1527, 229, '_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1528, 229, '_wpcom_is_markdown', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1529, 229, '_wp_old_slug', 'import-placeholder-for-80');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1530, 229, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1531, 229, '_thumbnail_id', 241);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1532, 229, 'attribute_pa_color', 'green');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1533, 229, 'attribute_logo', 'No');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1534, 230, '_sku', 'woo-hoodie-blue');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1535, 230, '_regular_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1536, 230, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1537, 230, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1538, 230, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1539, 230, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1540, 230, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1541, 230, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1542, 230, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1543, 230, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1544, 230, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1545, 230, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1546, 230, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1547, 230, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1548, 230, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1549, 230, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1550, 230, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1551, 230, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1552, 230, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1553, 230, '_virtual', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1554, 230, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1555, 230, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1556, 230, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1557, 230, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1558, 230, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1559, 230, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1560, 230, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1561, 230, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1562, 230, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1563, 230, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1564, 230, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1565, 230, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1566, 230, '_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1567, 230, '_wpcom_is_markdown', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1568, 230, '_wp_old_slug', 'import-placeholder-for-81');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1569, 230, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1570, 230, '_thumbnail_id', 240);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1571, 230, 'attribute_pa_color', 'blue');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1572, 230, 'attribute_logo', 'No');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1573, 235, '_sku', 'woo-hoodie-blue-logo');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1574, 235, '_regular_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1575, 235, '_sale_price', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1576, 235, '_sale_price_dates_from', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1577, 235, '_sale_price_dates_to', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1578, 235, 'total_sales', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1579, 235, '_tax_status', 'taxable');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1580, 235, '_tax_class', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1581, 235, '_manage_stock', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1582, 235, '_backorders', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1583, 235, '_sold_individually', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1584, 235, '_weight', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1585, 235, '_length', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1586, 235, '_width', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1587, 235, '_height', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1588, 235, '_upsell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1589, 235, '_crosssell_ids', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1590, 235, '_purchase_note', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1591, 235, '_default_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1592, 235, '_virtual', 'no');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1593, 235, '_downloadable', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1594, 235, '_product_image_gallery', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1595, 235, '_download_limit', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1596, 235, '_download_expiry', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1597, 235, '_stock', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1598, 235, '_stock_status', 'instock');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1599, 235, '_wc_average_rating', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1600, 235, '_wc_rating_count', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1601, 235, '_wc_review_count', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1602, 235, '_downloadable_files', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1603, 235, '_product_attributes', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1604, 235, '_product_version', '3.3.4');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1605, 235, '_price', 45);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1606, 235, '_wpcom_is_markdown', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1607, 235, '_wp_old_slug', 'import-placeholder-for-90');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1608, 235, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1609, 235, '_thumbnail_id', 242);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1610, 235, 'attribute_pa_color', 'blue');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1611, 235, 'attribute_logo', 'Yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1612, 285, '_order_tax', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1613, 285, '_order_total', 15.00);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1614, 285, '_order_version', '3.5.1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1615, 285, '_prices_include_tax', 'no');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1616, 285, '_billing_address_index', 'Asd 123123  AS asd asdad BE 2323 HU a@b.ce 23213');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1617, 285, '_shipping_address_index', '        ');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1618, 285, '_recorded_sales', 'yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1619, 285, '_recorded_coupon_usage_counts', 'yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1620, 285, '_order_stock_reduced', 'yes');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1621, 285, '_order_shipping_tax', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1622, 285, '_shipping_country', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1623, 285, '_order_currency', 'USD');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1624, 285, '_cart_discount', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1625, 285, '_cart_discount_tax', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1626, 285, '_order_shipping', '0.00');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1627, 285, '_shipping_first_name', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1628, 285, '_shipping_last_name', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1629, 285, '_shipping_company', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1630, 285, '_shipping_address_1', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1631, 285, '_shipping_address_2', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1632, 285, '_shipping_city', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1633, 285, '_shipping_state', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1634, 285, '_shipping_postcode', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1635, 285, '_billing_address_1', 'AS');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1636, 285, '_billing_address_2', 'asd');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1637, 285, '_billing_city', 'asdad');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1638, 285, '_billing_state', 'BE');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1639, 285, '_billing_postcode', 2323);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1640, 285, '_billing_country', 'HU');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1641, 285, '_billing_email', 'a@b.ce');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1642, 285, '_billing_phone', 23213);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1643, 285, '_billing_first_name', 'Asd');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1644, 285, '_billing_last_name', 123123);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1645, 285, '_billing_company', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1646, 285, '_cart_hash', '49655e1afc6d0c67c096fd9b2b7a117d');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1647, 285, '_created_via', 'checkout');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1648, 285, '_date_completed', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1649, 285, '_completed_date', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1650, 285, '_date_paid', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1651, 285, '_paid_date', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1652, 285, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1653, 285, '_transaction_id', '');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1654, 285, '_payment_method_title', 'Check payments');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1655, 285, '_customer_user', '0');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1656, 285, '_payment_method', 'cheque');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1657, 285, '_customer_ip_address', '81.182.158.246');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1658, 285, '_order_key', 'wc_order_5df37d6e5980c');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1666, 19, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1667, 19, '_fz_why_choice_icon', 'fa fa-thumbs-up');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1668, 19, '_fztravel_why_choice_icon', 'fa fa-thumbs-up');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1669, 19, '_goaway_why_choice_icon', 'fa fa-thumbs-up');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1670, 19, '_vromon_why_choice_icon', 'fa fa-thumbs-up');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1671, 20, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1672, 20, '_fz_why_choice_icon', 'fa fa-globe');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1673, 20, '_fztravel_why_choice_icon', 'fa fa-globe');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1674, 20, '_goaway_why_choice_icon', 'fa fa-globe');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1675, 20, '_vromon_why_choice_icon', 'fa fa-globe');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1676, 333, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1677, 333, '_fz_why_choice_icon', 'fa fa-star');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1678, 333, '_fztravel_why_choice_icon', 'fa fa-star');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1679, 333, '_goaway_why_choice_icon', 'fa fa-star');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1680, 333, '_vromon_why_choice_icon', 'fa fa-star');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1681, 36, '_thumbnail_id', 42);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1682, 36, '_fz_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1683, 36, '_fz_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1684, 36, '_fz_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1685, 36, '_fz_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1686, 36, '_fz_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1687, 36, '_fz_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1688, 36, '_fz_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1689, 36, '_fz_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1690, 36, '_fztravel_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1691, 36, '_fztravel_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1692, 36, '_fztravel_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1693, 36, '_fztravel_tour_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1694, 36, '_fztravel_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1695, 36, '_fztravel_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1696, 36, '_fztravel_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1697, 36, '_goaway_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1698, 36, '_goaway_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1699, 36, '_goaway_tour_sale_price', '$450');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1700, 36, '_goaway_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1701, 36, '_goaway_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1702, 36, '_goaway_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1703, 36, '_goaway_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1704, 36, '_vromon_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1705, 36, '_vromon_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1706, 36, '_vromon_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1707, 36, '_vromon_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1708, 36, '_vromon_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1709, 36, '_vromon_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1710, 36, '_vromon_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1711, 36, '_vromon_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1712, 36, '_vromon_tour_deal_discount_opts', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1713, 36, '_vromon_tour_deal_discount_title', 'Deals & discount');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1714, 36, '_vromon_tour_deal_discount_subtitle', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1715, 36, '_vromon_tour_map_opts', '<iframe id=\"gmap_canvas\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50431.01496117057!2d144.9372018671769!3d-37.81441383014957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646b5d2ba4df7%3A0x4045675218ccd90!2sMelbourne%20VIC%2C%20Australia!5e0!3m2!1sen!2sbd!4v1572172541109!5m2!1sen!2sbd\" height=\"450\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1716, 36, '_vromon_tour_promo_text', 'Promotional Tour');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1717, 43, '_thumbnail_id', 41);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1718, 43, '_fz_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1719, 43, '_fz_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1720, 43, '_fz_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1721, 43, '_fz_tour_rating', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1722, 43, '_fz_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1723, 43, '_fz_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1724, 43, '_fz_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1725, 43, '_fz_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1726, 43, '_fztravel_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1727, 43, '_fztravel_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1728, 43, '_fztravel_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1729, 43, '_fztravel_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1730, 43, '_fztravel_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1731, 43, '_fztravel_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1732, 43, '_fztravel_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1733, 43, '_goaway_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1734, 43, '_goaway_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1735, 43, '_goaway_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1736, 43, '_goaway_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1737, 43, '_goaway_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1738, 43, '_goaway_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1739, 43, '_goaway_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1740, 43, '_vromon_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1741, 43, '_vromon_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1742, 43, '_vromon_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1743, 43, '_vromon_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1744, 43, '_vromon_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1745, 43, '_vromon_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1746, 43, '_vromon_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1747, 43, '_vromon_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1748, 43, '_vromon_tour_deal_discount_opts', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1749, 43, '_vromon_tour_deal_discount_title', 'Deals & discount');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1750, 43, '_vromon_tour_deal_discount_subtitle', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1751, 43, '_vromon_tour_map_opts', '<iframe id=\"gmap_canvas\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50431.01496117057!2d144.9372018671769!3d-37.81441383014957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646b5d2ba4df7%3A0x4045675218ccd90!2sMelbourne%20VIC%2C%20Australia!5e0!3m2!1sen!2sbd!4v1572172541109!5m2!1sen!2sbd\" height=\"450\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1752, 43, '_vromon_tour_promo_text', 'Promotional Tour');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1753, 44, '_thumbnail_id', 40);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1754, 44, '_fz_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1755, 44, '_fz_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1756, 44, '_fz_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1757, 44, '_fz_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1758, 44, '_fz_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1759, 44, '_fz_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1760, 44, '_fz_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1761, 44, '_fz_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1762, 44, '_fztravel_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1763, 44, '_fztravel_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1764, 44, '_fztravel_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1765, 44, '_fztravel_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1766, 44, '_fztravel_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1767, 44, '_fztravel_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1768, 44, '_fztravel_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1769, 44, '_goaway_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1770, 44, '_goaway_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1771, 44, '_goaway_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1772, 44, '_goaway_tour_rating', 3);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1773, 44, '_goaway_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1774, 44, '_goaway_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1775, 44, '_goaway_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1776, 44, '_vromon_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1777, 44, '_vromon_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1778, 44, '_vromon_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1779, 44, '_vromon_tour_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1780, 44, '_vromon_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1781, 44, '_vromon_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1782, 44, '_vromon_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1783, 44, '_vromon_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1784, 44, '_vromon_tour_deal_discount_opts', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1785, 44, '_vromon_tour_deal_discount_title', 'Deals & discount');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1786, 44, '_vromon_tour_deal_discount_subtitle', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1787, 44, '_vromon_tour_map_opts', '<iframe id=\"gmap_canvas\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50431.01496117057!2d144.9372018671769!3d-37.81441383014957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646b5d2ba4df7%3A0x4045675218ccd90!2sMelbourne%20VIC%2C%20Australia!5e0!3m2!1sen!2sbd!4v1572172541109!5m2!1sen!2sbd\" height=\"450\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1788, 44, '_vromon_tour_promo_text', 'Promotional Tour');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1789, 45, '_thumbnail_id', 39);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1790, 45, '_fz_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1791, 45, '_fz_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1792, 45, '_fz_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1793, 45, '_fz_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1794, 45, '_fz_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1795, 45, '_fz_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1796, 45, '_fz_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1797, 45, '_fztravel_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1798, 45, '_fztravel_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1799, 45, '_fztravel_tour_sale_price', '$450');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1800, 45, '_fztravel_tour_rating', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1801, 45, '_fztravel_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1802, 45, '_fztravel_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1803, 45, '_fztravel_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1804, 45, '_goaway_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1805, 45, '_goaway_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1806, 45, '_goaway_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1807, 45, '_goaway_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1808, 45, '_goaway_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1809, 45, '_goaway_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1810, 45, '_goaway_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1811, 45, '_vromon_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1812, 45, '_vromon_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1813, 45, '_vromon_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1814, 45, '_vromon_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1815, 45, '_vromon_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1816, 45, '_vromon_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1817, 45, '_vromon_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1818, 45, '_vromon_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1819, 45, '_vromon_tour_deal_discount_opts', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1820, 45, '_vromon_tour_deal_discount_title', 'Deals & discount');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1821, 45, '_vromon_tour_deal_discount_subtitle', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1822, 45, '_vromon_tour_map_opts', '<iframe id=\"gmap_canvas\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50431.01496117057!2d144.9372018671769!3d-37.81441383014957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646b5d2ba4df7%3A0x4045675218ccd90!2sMelbourne%20VIC%2C%20Australia!5e0!3m2!1sen!2sbd!4v1572172541109!5m2!1sen!2sbd\" height=\"450\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1823, 45, '_vromon_tour_promo_text', 'Promotional Tour');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1824, 46, '_thumbnail_id', 298);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1825, 46, '_fz_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1826, 46, '_fz_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1827, 46, '_fz_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1828, 46, '_fz_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1829, 46, '_fz_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1830, 46, '_fz_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1831, 46, '_fz_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1832, 46, '_fztravel_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1833, 46, '_fztravel_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1834, 46, '_fztravel_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1835, 46, '_fztravel_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1836, 46, '_fztravel_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1837, 46, '_fztravel_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1838, 46, '_fztravel_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1839, 46, '_goaway_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1840, 46, '_goaway_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1841, 46, '_goaway_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1842, 46, '_goaway_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1843, 46, '_goaway_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1844, 46, '_goaway_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1845, 46, '_goaway_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1846, 46, '_vromon_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1847, 46, '_vromon_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1848, 46, '_vromon_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1849, 46, '_vromon_tour_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1850, 46, '_vromon_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1851, 46, '_vromon_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1852, 46, '_vromon_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1853, 46, '_vromon_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1854, 46, '_vromon_tour_deal_discount_title', 'Deals & discount');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1855, 46, '_vromon_tour_deal_discount_opts', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1856, 46, '_vromon_tour_deal_discount_subtitle', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1857, 46, '_vromon_tour_map_opts', '<iframe id=\"gmap_canvas\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50431.01496117057!2d144.9372018671769!3d-37.81441383014957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646b5d2ba4df7%3A0x4045675218ccd90!2sMelbourne%20VIC%2C%20Australia!5e0!3m2!1sen!2sbd!4v1572172541109!5m2!1sen!2sbd\" height=\"450\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1858, 46, '_vromon_tour_promo_text', 'Promotional Tour');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1859, 47, '_thumbnail_id', 37);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1860, 47, '_fz_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1861, 47, '_fz_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1862, 47, '_fz_tour_regular_price', '$665');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1863, 47, '_fz_tour_sale_price', '$497');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1864, 47, '_fz_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1865, 47, '_fz_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1866, 47, '_fz_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1867, 47, '_fz_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1868, 47, '_fztravel_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1869, 47, '_fztravel_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1870, 47, '_fztravel_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1871, 47, '_fztravel_tour_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1872, 47, '_fztravel_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1873, 47, '_fztravel_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1874, 47, '_fztravel_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1875, 47, '_goaway_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1876, 47, '_goaway_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1877, 47, '_goaway_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1878, 47, '_goaway_tour_rating', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1879, 47, '_goaway_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1880, 47, '_goaway_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1881, 47, '_goaway_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1882, 47, '_vromon_top_deal', 'on');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1883, 47, '_vromon_tour_period', '5 days 4 night');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1884, 47, '_vromon_tour_regular_price', '$650');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1885, 47, '_vromon_tour_sale_price', '$450');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1886, 47, '_vromon_tour_rating', 5);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1887, 47, '_vromon_tour_sec_zoom', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1888, 47, '_vromon_tour_sec_lati', 40.7127837);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1889, 47, '_vromon_tour_sec_longi', -74.00594130000002);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1890, 47, '_vromon_tour_deal_discount_opts', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1891, 47, '_vromon_tour_deal_discount_title', 'Deals & discount');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1892, 47, '_vromon_tour_deal_discount_subtitle', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1893, 47, '_vromon_tour_map_opts', '<iframe id=\"gmap_canvas\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50431.01496117057!2d144.9372018671769!3d-37.81441383014957!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646b5d2ba4df7%3A0x4045675218ccd90!2sMelbourne%20VIC%2C%20Australia!5e0!3m2!1sen!2sbd!4v1572172541109!5m2!1sen!2sbd\" height=\"450\"></iframe>');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1894, 47, '_vromon_tour_promo_text', 'Promotional Tour');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1895, 334, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1896, 334, '_fz_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1897, 334, '_fztravel_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1898, 334, '_goaway_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1899, 334, '_vromon_testi_designation', 'Web Designer');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1900, 72, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1901, 72, '_fz_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1902, 72, '_fztravel_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1903, 72, '_goaway_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1904, 72, '_vromon_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1905, 73, 'slide_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1906, 73, '_fz_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1907, 73, '_fztravel_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1908, 73, '_goaway_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1909, 73, '_vromon_testi_designation', 'Web Designer');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1924, 296, '_wxr_import_term', 'a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:6:\"vromon\";s:4:\"name\";s:6:\"vromon\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1925, 8, '_edit_lock', '1756982657:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1926, 8, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1927, 8, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1928, 8, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1930, 132, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1931, 132, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1932, 132, '_wp_desired_post_slug', 'blog');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1933, 319, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1934, 319, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1935, 319, '_wp_desired_post_slug', 'cart');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1936, 206, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1937, 206, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1938, 206, '_wp_desired_post_slug', 'cart-2');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1939, 320, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1940, 320, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1941, 320, '_wp_desired_post_slug', 'checkout');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1942, 207, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1943, 207, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1944, 207, '_wp_desired_post_slug', 'checkout-2');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1945, 8, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1946, 8, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1947, 8, '_wp_desired_post_slug', 'home');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1948, 96, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1949, 96, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1950, 96, '_wp_desired_post_slug', 'home-paralax');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1951, 118, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1952, 118, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1953, 118, '_wp_desired_post_slug', 'home-slider');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1954, 321, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1955, 321, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1956, 321, '_wp_desired_post_slug', 'my-account');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1957, 208, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1958, 208, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1959, 208, '_wp_desired_post_slug', 'my-account-2');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1960, 289, '_wp_trash_meta_status', 'draft');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1961, 289, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1962, 289, '_wp_desired_post_slug', 'privacy-policy');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1963, 329, '_wp_trash_meta_status', 'draft');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1964, 329, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1965, 329, '_wp_desired_post_slug', 'privacy-policy');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1966, 291, '_wp_trash_meta_status', 'draft');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1967, 291, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1968, 291, '_wp_desired_post_slug', 'refund_returns');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1969, 322, '_wp_trash_meta_status', 'draft');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1970, 322, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1971, 322, '_wp_desired_post_slug', 'refund_returns');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1972, 288, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1973, 288, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1974, 288, '_wp_desired_post_slug', 'sample-page-2');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1975, 328, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1976, 328, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1977, 328, '_wp_desired_post_slug', 'sample-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1978, 318, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1979, 318, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1980, 318, '_wp_desired_post_slug', 'shop');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1981, 205, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1982, 205, '_wp_trash_meta_time', 1756982857);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1983, 205, '_wp_desired_post_slug', 'shop-2');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1988, 354, 'envato_tk_manifest', 'a:7:{s:16:\"manifest_version\";s:6:\"1.0.23\";s:5:\"title\";s:43:\"Whiz - Travel Agency Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.1.0\";s:9:\"templates\";a:19:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:26:\"https://kit.bagigambar.net\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;}i:1;a:8:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:54:\"https://kit.bagigambar.net/whiz/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:2;a:8:{s:4:\"name\";s:12:\"Testimonials\";s:10:\"screenshot\";s:28:\"screenshots/testimonials.jpg\";s:6:\"source\";s:27:\"templates/testimonials.json\";s:11:\"preview_url\";s:58:\"https://kit.bagigambar.net/whiz/template-kit/testimonials/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:9:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:50:\"https://kit.bagigambar.net/whiz/template-kit/home/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:385;}}}i:4;a:8:{s:4:\"name\";s:7:\"Pricing\";s:10:\"screenshot\";s:23:\"screenshots/pricing.jpg\";s:6:\"source\";s:22:\"templates/pricing.json\";s:11:\"preview_url\";s:53:\"https://kit.bagigambar.net/whiz/template-kit/pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:8:{s:4:\"name\";s:9:\"Gallery 2\";s:10:\"screenshot\";s:25:\"screenshots/gallery-2.jpg\";s:6:\"source\";s:24:\"templates/gallery-2.json\";s:11:\"preview_url\";s:55:\"https://kit.bagigambar.net/whiz/template-kit/gallery-2/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:8:{s:4:\"name\";s:10:\"Features 2\";s:10:\"screenshot\";s:26:\"screenshots/features-2.jpg\";s:6:\"source\";s:25:\"templates/features-2.json\";s:11:\"preview_url\";s:56:\"https://kit.bagigambar.net/whiz/template-kit/features-2/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:8:\"Features\";s:10:\"screenshot\";s:24:\"screenshots/features.jpg\";s:6:\"source\";s:23:\"templates/features.json\";s:11:\"preview_url\";s:54:\"https://kit.bagigambar.net/whiz/template-kit/features/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:8:{s:4:\"name\";s:9:\"FAQs Page\";s:10:\"screenshot\";s:25:\"screenshots/faqs-page.jpg\";s:6:\"source\";s:24:\"templates/faqs-page.json\";s:11:\"preview_url\";s:55:\"https://kit.bagigambar.net/whiz/template-kit/faqs-page/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:25:\"templates/contact-us.json\";s:11:\"preview_url\";s:56:\"https://kit.bagigambar.net/whiz/template-kit/contact-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:8:{s:4:\"name\";s:12:\"Contact Us 2\";s:10:\"screenshot\";s:28:\"screenshots/contact-us-2.jpg\";s:6:\"source\";s:27:\"templates/contact-us-2.json\";s:11:\"preview_url\";s:58:\"https://kit.bagigambar.net/whiz/template-kit/contact-us-2/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:8:{s:4:\"name\";s:5:\"Teams\";s:10:\"screenshot\";s:21:\"screenshots/teams.jpg\";s:6:\"source\";s:20:\"templates/teams.json\";s:11:\"preview_url\";s:51:\"https://kit.bagigambar.net/whiz/template-kit/teams/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:12;a:8:{s:4:\"name\";s:10:\"About Us 2\";s:10:\"screenshot\";s:26:\"screenshots/about-us-2.jpg\";s:6:\"source\";s:25:\"templates/about-us-2.json\";s:11:\"preview_url\";s:56:\"https://kit.bagigambar.net/whiz/template-kit/about-us-2/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:8:\"404 Page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:54:\"https://kit.bagigambar.net/whiz/template-kit/404-page/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:14;a:8:{s:4:\"name\";s:7:\"Gallery\";s:10:\"screenshot\";s:23:\"screenshots/gallery.jpg\";s:6:\"source\";s:22:\"templates/gallery.json\";s:11:\"preview_url\";s:53:\"https://kit.bagigambar.net/whiz/template-kit/gallery/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:9:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:52:\"https://kit.bagigambar.net/whiz/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:356;}}}i:16;a:9:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:52:\"https://kit.bagigambar.net/whiz/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:361;}}}i:17;a:8:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:50:\"https://kit.bagigambar.net/whiz/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:18;a:8:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:57:\"https://kit.bagigambar.net/whiz/template-kit/single-post/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:6:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:6:\"3.26.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:34:\"Ultimate Addons for Elementor Lite\";s:7:\"version\";s:5:\"2.0.6\";s:4:\"file\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"author\";s:16:\"Brainstorm Force\";}i:2;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"3.3.7\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:3;a:4:{s:4:\"name\";s:15:\"Envato Elements\";s:7:\"version\";s:6:\"2.0.16\";s:4:\"file\";s:35:\"envato-elements/envato-elements.php\";s:6:\"author\";s:6:\"Envato\";}i:4;a:4:{s:4:\"name\";s:12:\"WPForms Lite\";s:7:\"version\";s:7:\"1.9.2.3\";s:4:\"file\";s:24:\"wpforms-lite/wpforms.php\";s:6:\"author\";s:7:\"WPForms\";}i:5;a:4:{s:4:\"name\";s:17:\"Jeg Elementor Kit\";s:7:\"version\";s:6:\"2.6.11\";s:4:\"file\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:6:\"author\";s:8:\"Jegtheme\";}}s:6:\"images\";a:49:{i:0;a:7:{s:8:\"filename\";s:18:\"travel-A3SMHBX.jpg\";s:13:\"thumbnail_url\";s:93:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-A3SMHBX-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:247712;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-A3SMHBX\";}i:1;a:7:{s:8:\"filename\";s:64:\"stylish-traveler-man-in-hat-standing-on-top-of-sun-V3LWPGB_2.jpg\";s:13:\"thumbnail_url\";s:139:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/stylish-traveler-man-in-hat-standing-on-top-of-sun-V3LWPGB_2-800x450.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:2;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:3;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:245394;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-V3LWPGB\";}i:2;a:7:{s:8:\"filename\";s:62:\"caucasian-woman-looking-at-a-map-travel-and-explor-PQ8NPM5.jpg\";s:13:\"thumbnail_url\";s:137:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/caucasian-woman-looking-at-a-map-travel-and-explor-PQ8NPM5-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}}s:8:\"filesize\";i:249402;s:10:\"dimensions\";a:2:{i:0;i:1800;i:1;i:1200;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PQ8NPM5\";}i:3;a:7:{s:8:\"filename\";s:24:\"money-budget-SDVMCSN.jpg\";s:13:\"thumbnail_url\";s:99:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/money-budget-SDVMCSN-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:246573;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SDVMCSN\";}i:4;a:7:{s:8:\"filename\";s:64:\"travel-image-traveler-look-on-the-mountain-lake-tr-SVAQUBG_2.jpg\";s:13:\"thumbnail_url\";s:139:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-image-traveler-look-on-the-mountain-lake-tr-SVAQUBG_2-800x800.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:249887;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:2000;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SVAQUBG\";}i:5;a:7:{s:8:\"filename\";s:25:\"road-tripping-CSZ9H8G.jpg\";s:13:\"thumbnail_url\";s:100:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/road-tripping-CSZ9H8G-800x450.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:249306;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-CSZ9H8G\";}i:6;a:7:{s:8:\"filename\";s:62:\"beautiful-blonde-young-woman-in-white-shirt-on-pie-393FB3D.jpg\";s:13:\"thumbnail_url\";s:137:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/beautiful-blonde-young-woman-in-white-shirt-on-pie-393FB3D-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/faqs-page.json\";s:4:\"name\";s:9:\"FAQs Page\";}}s:8:\"filesize\";i:242394;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-393FB3D\";}i:7;a:7:{s:8:\"filename\";s:28:\"Mesa-de-trabajo-1@2x-100.jpg\";s:13:\"thumbnail_url\";s:103:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/Mesa-de-trabajo-1@2x-100-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/features.json\";s:4:\"name\";s:8:\"Features\";}}s:8:\"filesize\";i:125031;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:12:\"self_created\";s:10:\"image_urls\";s:0:\"\";}i:8;a:7:{s:8:\"filename\";s:64:\"young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\";s:13:\"thumbnail_url\";s:140:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-800x1067.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}i:4;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:234256;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:1200;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-X2H93A6\";}i:9;a:7:{s:8:\"filename\";s:64:\"girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\";s:13:\"thumbnail_url\";s:140:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-800x1067.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:240454;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:1200;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-34AREZ5\";}i:10;a:7:{s:8:\"filename\";s:64:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\";s:13:\"thumbnail_url\";s:140:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-800x1067.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:233620;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:1200;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AEXYZ48\";}i:11;a:7:{s:8:\"filename\";s:27:\"traveler-girl-PZAA8HH_2.jpg\";s:13:\"thumbnail_url\";s:103:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/traveler-girl-PZAA8HH_2-800x1067.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:242102;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:1200;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PZAA8HH\";}i:12;a:7:{s:8:\"filename\";s:64:\"stylish-traveler-man-sitting-on-top-of-mountains-i-NPGLPC6_2.jpg\";s:13:\"thumbnail_url\";s:140:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/stylish-traveler-man-sitting-on-top-of-mountains-i-NPGLPC6_2-800x1067.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:245943;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:1200;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-NPGLPC6\";}i:13;a:7:{s:8:\"filename\";s:64:\"cheerful-african-man-standing-outdoors-and-holding-PLN4WYD_2.jpg\";s:13:\"thumbnail_url\";s:140:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/cheerful-african-man-standing-outdoors-and-holding-PLN4WYD_2-800x1067.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:246086;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:1200;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PLN4WYD\";}i:14;a:7:{s:8:\"filename\";s:64:\"young-tourist-woman-on-the-top-of-the-mounting-and-FG8T7KG_2.jpg\";s:13:\"thumbnail_url\";s:140:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/young-tourist-woman-on-the-top-of-the-mounting-and-FG8T7KG_2-800x1067.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:248278;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1600;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FG8T7KG\";}i:15;a:7:{s:8:\"filename\";s:27:\"carefree-travel-RLXNRKM.jpg\";s:13:\"thumbnail_url\";s:102:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/carefree-travel-RLXNRKM-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:246678;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-RLXNRKM\";}i:16;a:7:{s:8:\"filename\";s:23:\"travel-time-JYWCQGA.jpg\";s:13:\"thumbnail_url\";s:99:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-time-JYWCQGA-800x1000.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:242311;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-JYWCQGA\";}i:17;a:7:{s:8:\"filename\";s:18:\"travel-6SMUDKD.jpg\";s:13:\"thumbnail_url\";s:94:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-6SMUDKD-800x1000.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:246803;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-6SMUDKD\";}i:18;a:7:{s:8:\"filename\";s:18:\"travel-MGL2UAM.jpg\";s:13:\"thumbnail_url\";s:94:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-MGL2UAM-800x1000.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:247057;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-MGL2UAM\";}i:19;a:7:{s:8:\"filename\";s:18:\"travel-4YHXH2F.jpg\";s:13:\"thumbnail_url\";s:94:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-4YHXH2F-800x1000.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:249047;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-4YHXH2F\";}i:20;a:7:{s:8:\"filename\";s:18:\"travel-AH2QZY9.jpg\";s:13:\"thumbnail_url\";s:94:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-AH2QZY9-800x1000.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:247240;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AH2QZY9\";}i:21;a:7:{s:8:\"filename\";s:18:\"travel-SNYSL6E.jpg\";s:13:\"thumbnail_url\";s:93:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-SNYSL6E-800x999.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:246924;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1499;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SNYSL6E\";}i:22;a:7:{s:8:\"filename\";s:28:\"Mesa-de-trabajo-1@3x-100.jpg\";s:13:\"thumbnail_url\";s:103:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/Mesa-de-trabajo-1@3x-100-800x533.jpg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:4;a:2:{s:6:\"source\";s:25:\"templates/features-2.json\";s:4:\"name\";s:10:\"Features 2\";}i:5;a:2:{s:6:\"source\";s:24:\"templates/faqs-page.json\";s:4:\"name\";s:9:\"FAQs Page\";}i:6;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}i:7;a:2:{s:6:\"source\";s:27:\"templates/contact-us-2.json\";s:4:\"name\";s:12:\"Contact Us 2\";}i:8;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}i:9;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:208638;s:10:\"dimensions\";a:2:{i:0;i:2250;i:1;i:1500;}s:12:\"image_source\";s:12:\"self_created\";s:10:\"image_urls\";s:0:\"\";}i:23;a:7:{s:8:\"filename\";s:63:\"stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\";s:13:\"thumbnail_url\";s:138:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:247678;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:40:\"https://elements.envato.com/image-YNEWHS\";}i:24;a:7:{s:8:\"filename\";s:64:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\";s:13:\"thumbnail_url\";s:140:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-800x1067.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:242759;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1600;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AKQ7FNY\";}i:25;a:7:{s:8:\"filename\";s:47:\"beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\";s:13:\"thumbnail_url\";s:122:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/beautiful-girl-in-tropical-forest-VXRJEH6_2-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/testimonials.json\";s:4:\"name\";s:12:\"Testimonials\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:248279;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-VXRJEH6\";}i:26;a:7:{s:8:\"filename\";s:49:\"beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\";s:13:\"thumbnail_url\";s:124:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/beautiful-young-woman-enjoying-nature-J2B2P9B-800x450.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:239187;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-J2B2P9B\";}i:27;a:7:{s:8:\"filename\";s:19:\"travel-X82SAH8.jpeg\";s:13:\"thumbnail_url\";s:94:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-X82SAH8-800x533.jpeg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:25:\"templates/features-2.json\";s:4:\"name\";s:10:\"Features 2\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/features.json\";s:4:\"name\";s:8:\"Features\";}}s:8:\"filesize\";i:171251;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1600;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:42:\"https://elements.envato.com/travel-X82SAH8\";}i:28;a:7:{s:8:\"filename\";s:60:\"young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\";s:13:\"thumbnail_url\";s:135:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-800x534.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:242454;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1602;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-XEGJ9SB\";}i:29;a:7:{s:8:\"filename\";s:35:\"travel-RRCKD9M_2-e1619270694360.jpg\";s:13:\"thumbnail_url\";s:110:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-RRCKD9M_2-e1619270694360-800x799.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}}s:8:\"filesize\";i:249954;s:10:\"dimensions\";a:2:{i:0;i:1001;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:42:\"https://elements.envato.com/travel-RRCKD9M\";}i:30;a:7:{s:8:\"filename\";s:22:\"maldives-C9SGLV9_2.jpg\";s:13:\"thumbnail_url\";s:97:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/maldives-C9SGLV9_2-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}}s:8:\"filesize\";i:249773;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1600;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:44:\"https://elements.envato.com/maldives-C9SGLV9\";}i:31;a:7:{s:8:\"filename\";s:40:\"eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\";s:13:\"thumbnail_url\";s:115:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/eibner-saliba-3T9dDY0WqDI-unsplash_2-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:248189;s:10:\"dimensions\";a:2:{i:0;i:1800;i:1;i:1200;}s:12:\"image_source\";s:3:\"cc0\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/3T9dDY0WqDI\";}i:32;a:7:{s:8:\"filename\";s:53:\"woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\";s:13:\"thumbnail_url\";s:128:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2-800x450.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:245000;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P9GXE8X\";}i:33;a:7:{s:8:\"filename\";s:64:\"camera-photographer-inspiration-journey-style-conc-PJN2PZZ_2.jpg\";s:13:\"thumbnail_url\";s:139:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/camera-photographer-inspiration-journey-style-conc-PJN2PZZ_2-800x800.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:245678;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:2000;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PJN2PZZ\";}i:34;a:7:{s:8:\"filename\";s:38:\"simon-migaj-U1T240Fb_TY-unsplash_2.jpg\";s:13:\"thumbnail_url\";s:113:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/simon-migaj-U1T240Fb_TY-unsplash_2-800x800.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:247467;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:2000;}s:12:\"image_source\";s:3:\"cc0\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/U1T240Fb_TY\";}i:35;a:7:{s:8:\"filename\";s:36:\"man-with-compass-in-hand-P7PNQW8.jpg\";s:13:\"thumbnail_url\";s:111:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/man-with-compass-in-hand-P7PNQW8-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/404-page.json\";s:4:\"name\";s:8:\"404 Page\";}}s:8:\"filesize\";i:245216;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1600;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P7PNQW8\";}i:36;a:7:{s:8:\"filename\";s:41:\"dunamis-church-Y_kIawhP8gc-unsplash_2.jpg\";s:13:\"thumbnail_url\";s:116:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/dunamis-church-Y_kIawhP8gc-unsplash_2-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:246083;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1600;}s:12:\"image_source\";s:3:\"cc0\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/Y_kIawhP8gc\";}i:37;a:7:{s:8:\"filename\";s:37:\"man-traveling-by-airplane-TSLCJM9.jpg\";s:13:\"thumbnail_url\";s:112:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/man-traveling-by-airplane-TSLCJM9-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:245065;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-TSLCJM9\";}i:38;a:7:{s:8:\"filename\";s:64:\"a-traveler-in-a-yellow-raincoat-skagsanden-beach-o-CM5M5UD_2.jpg\";s:13:\"thumbnail_url\";s:139:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/a-traveler-in-a-yellow-raincoat-skagsanden-beach-o-CM5M5UD_2-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:24:\"templates/gallery-2.json\";s:4:\"name\";s:9:\"Gallery 2\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:244249;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-CM5M5UD\";}i:39;a:7:{s:8:\"filename\";s:27:\"traveling-alone-P78QTHS.jpg\";s:13:\"thumbnail_url\";s:102:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/traveling-alone-P78QTHS-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:25:\"templates/features-2.json\";s:4:\"name\";s:10:\"Features 2\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/features.json\";s:4:\"name\";s:8:\"Features\";}}s:8:\"filesize\";i:249712;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P78QTHS\";}i:40;a:7:{s:8:\"filename\";s:18:\"travel-3T4FUPP.jpg\";s:13:\"thumbnail_url\";s:93:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-3T4FUPP-800x450.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/contact-us-2.json\";s:4:\"name\";s:12:\"Contact Us 2\";}}s:8:\"filesize\";i:249991;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-3T4FUPP\";}i:41;a:7:{s:8:\"filename\";s:45:\"planning-their-next-trip-together-AKLRAZS.jpg\";s:13:\"thumbnail_url\";s:120:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/planning-their-next-trip-together-AKLRAZS-800x450.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:247666;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AKLRAZS\";}i:42;a:7:{s:8:\"filename\";s:56:\"person-traveler-travel-destination-concept-PYQCUR5_2.jpg\";s:13:\"thumbnail_url\";s:132:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/person-traveler-travel-destination-concept-PYQCUR5_2-800x1067.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:249511;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1600;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PYQCUR5\";}i:43;a:7:{s:8:\"filename\";s:58:\"woman-traveler-in-autumn-mountains-above-sea-ND479V8_2.jpg\";s:13:\"thumbnail_url\";s:134:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/woman-traveler-in-autumn-mountains-above-sea-ND479V8_2-800x1067.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/teams.json\";s:4:\"name\";s:5:\"Teams\";}}s:8:\"filesize\";i:248136;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1600;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-ND479V8\";}i:44;a:7:{s:8:\"filename\";s:39:\"david-emrich-EJvGBYjrwEA-unsplash_2.jpg\";s:13:\"thumbnail_url\";s:114:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/david-emrich-EJvGBYjrwEA-unsplash_2-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:248886;s:10:\"dimensions\";a:2:{i:0;i:1800;i:1;i:1200;}s:12:\"image_source\";s:3:\"cc0\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/EJvGBYjrwEA\";}i:45;a:7:{s:8:\"filename\";s:18:\"travel-UMFULFK.jpg\";s:13:\"thumbnail_url\";s:93:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/travel-UMFULFK-800x450.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:249246;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1350;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-UMFULFK\";}i:46;a:7:{s:8:\"filename\";s:35:\"fushima-tori-gate-kyoto-6JFSMV4.jpg\";s:13:\"thumbnail_url\";s:110:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/fushima-tori-gate-kyoto-6JFSMV4-800x600.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/about-us-2.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:247763;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:900;}s:12:\"image_source\";s:15:\"envato_elements\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-6JFSMV4\";}i:47;a:7:{s:8:\"filename\";s:17:\"logo_Asset-15.png\";s:13:\"thumbnail_url\";s:92:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/logo_Asset-15-800x263.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:8810;s:10:\"dimensions\";a:2:{i:0;i:1148;i:1;i:377;}s:12:\"image_source\";s:12:\"self_created\";s:10:\"image_urls\";s:0:\"\";}i:48;a:7:{s:8:\"filename\";s:40:\"david-rodrigo-LO14F1Yj0j0-unsplash_2.jpg\";s:13:\"thumbnail_url\";s:115:\"https://kit.bagigambar.net/whiz/wp-content/uploads/sites/6/2021/04/david-rodrigo-LO14F1Yj0j0-unsplash_2-800x800.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:239168;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}s:12:\"image_source\";s:3:\"cc0\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/LO14F1Yj0j0\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1989, 354, 'envato_tk_folder_name', 'f2bf1e62a3eeab67fc117e1433bc3252');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1990, 354, 'envato_tk_builder', 'elementor');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1991, 354, 'envato_tk_source_zip_url', 'https://denworldtravel.ma/wp-content/uploads/template-kits/f2bf1e62a3eeab67fc117e1433bc3252/source-354.zip');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1992, 355, '_wp_attached_file', '2025/09/logo_Asset-15.png');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1993, 355, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1148;s:6:\"height\";i:377;s:4:\"file\";s:25:\"2025/09/logo_Asset-15.png\";s:8:\"filesize\";i:8810;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"logo_Asset-15-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:671;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"logo_Asset-15-1024x336.png\";s:5:\"width\";i:1024;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"logo_Asset-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"logo_Asset-15-768x252.png\";s:5:\"width\";i:768;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1994, 355, '_elementor_source_image_hash', '28cb60676b2e336dfd8f551ad6bc803bcfbe0abc');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1995, 356, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1996, 356, '_elementor_template_type', 'section');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1997, 356, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1998, 357, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1999, 357, '_elementor_template_type', 'section');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2000, 357, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2001, 356, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2002, 356, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2003, 356, '_elementor_data', '[{\"id\":\"5a802ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"478882cf\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7da9a74f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"355\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/logo_Asset-15.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"73ab808f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":79.332,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":78,\"unit\":\"%\"},\"width_mobile\":{\"size\":72,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47991013\",\"elType\":\"widget\",\"settings\":{\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"sg_mobile_menu_icon\":{\"value\":\"jki jki-burger-menu-light\",\"library\":\"jkiticon\"},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"st_submenu_item_indicator_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_submenu_item_text_normal_color_responsive\":\"#000000\",\"st_submenu_item_text_normal_bg_background_background\":\"classic\",\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_background_background_color\":\"#FFFFFFD9\",\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_submenu_item_text_normal_bg_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_hamburger_menu_icon_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"globals\\/colors?id=accent\",\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=29a88c8\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\"},\"sg_mobile_close_icon\":{\"value\":\"icon icon-cross\",\"library\":\"ekiticons\"},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#F54B15\",\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_color\":\"#02010100\",\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_item_text_active_bg_background_background\":\"classic\",\"st_submenu_item_text_active_bg_background_color\":\"#02010100\",\"st_hamburger_menu_close_width_responsive_tablet\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_hamburger_menu_close_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_hamburger_menu_icon_background_background_color\":\"#02010100\",\"st_hamburger_menu_icon_background_hover_background_background\":\"classic\",\"st_hamburger_menu_icon_background_hover_background_color\":\"#02010100\",\"st_hamburger_menu_close_background_background_color\":\"#02010100\",\"st_hamburger_menu_close_background_hover_background_background\":\"classic\",\"st_hamburger_menu_close_background_hover_background_color\":\"#02010100\",\"sg_menu_choose\":\"header\",\"sg_mobile_menu_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"7db291f5\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":5,\"unit\":\"%\"},\"align\":\"flex-end\",\"width_mobile\":{\"size\":10,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b9f413f\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_text_align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=accent\",\"ekit_searech_icon_color\":\"globals\\/colors?id=secondary\"},\"ekit_search_placeholder_title_color\":\"#000000\",\"ekit_header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_search_backdrop_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_search_backdrop_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2004, 358, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2005, 358, '_elementor_template_type', 'section');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2006, 358, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2007, 358, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2008, 358, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2009, 358, '_elementor_data', '[{\"id\":\"5a802ce8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"478882cf\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7da9a74f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"355\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/logo_Asset-15.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"73ab808f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":79.332,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":78,\"unit\":\"%\"},\"width_mobile\":{\"size\":72,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47991013\",\"elType\":\"widget\",\"settings\":{\"sg_menu_alignment_responsive\":\"center\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"st_menu_wrapper_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_wrapper_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_menu_item_spacing_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"st_submenu_item_indicator_margin_responsive\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"st_submenu_item_indicator_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_panel_padding_responsive\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"sg_mobile_menu_icon\":{\"value\":\"jki jki-burger-menu-light\",\"library\":\"jkiticon\"},\"st_menu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"st_submenu_item_indicator\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"st_submenu_item_indicator_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_item_spacing_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"40\",\"isLinked\":false},\"st_submenu_item_text_normal_color_responsive\":\"#000000\",\"st_submenu_item_text_normal_bg_background_background\":\"classic\",\"st_submenu_panel_background_background_background\":\"classic\",\"st_submenu_panel_background_background_color\":\"#FFFFFFD9\",\"st_hamburger_menu_position_responsive_tablet\":\"right\",\"st_hamburger_menu_icon_border_border_border\":\"solid\",\"st_hamburger_menu_icon_border_border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_icon_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"st_submenu_item_text_normal_bg_background_color\":\"\",\"st_submenu_item_text_normal_color_responsive\":\"\",\"st_submenu_panel_background_background_color\":\"\",\"st_hamburger_menu_icon_background_background_color\":\"\",\"st_hamburger_menu_close_background_background_color\":\"\",\"st_menu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_menu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_submenu_item_text_active_color_responsive\":\"globals\\/colors?id=accent\",\"st_hamburger_menu_icon_border_border_color\":\"globals\\/colors?id=accent\",\"st_menu_item_typography_content_typography_typography\":\"globals\\/typography?id=accent\",\"st_submenu_item_typography_content_typography_typography\":\"globals\\/typography?id=29a88c8\",\"st_menu_item_text_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_submenu_item_indicator_color_responsive\":\"globals\\/colors?id=secondary\",\"st_hamburger_menu_icon_color_responsive_tablet\":\"globals\\/colors?id=secondary\"},\"sg_mobile_close_icon\":{\"value\":\"icon icon-cross\",\"library\":\"ekiticons\"},\"st_hamburger_menu_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_hamburger_menu_icon_background_background_background\":\"classic\",\"st_hamburger_menu_icon_color_hover_responsive_tablet\":\"#F54B15\",\"st_hamburger_menu_close_background_background_background\":\"classic\",\"st_hamburger_menu_close_border_border_border\":\"solid\",\"st_hamburger_menu_close_border_border_color\":\"#02010100\",\"st_hamburger_menu_close_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"st_hamburger_menu_close_color_responsive_tablet\":\"#000000\",\"st_hamburger_menu_close_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"st_hamburger_menu_close_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_submenu_item_text_active_bg_background_background\":\"classic\",\"st_submenu_item_text_active_bg_background_color\":\"#02010100\",\"st_hamburger_menu_close_width_responsive_tablet\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"st_hamburger_menu_close_icon_size_responsive_tablet\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_hamburger_menu_icon_background_background_color\":\"#02010100\",\"st_hamburger_menu_icon_background_hover_background_background\":\"classic\",\"st_hamburger_menu_icon_background_hover_background_color\":\"#02010100\",\"st_hamburger_menu_close_background_background_color\":\"#02010100\",\"st_hamburger_menu_close_background_hover_background_background\":\"classic\",\"st_hamburger_menu_close_background_hover_background_color\":\"#02010100\",\"sg_menu_choose\":\"header\",\"sg_mobile_menu_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_wrapper_background_background_slideshow_gallery\":[],\"st_menu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_menu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_menu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_menu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_normal_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_normal_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_hover_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_hover_bg_background_slideshow_gallery\":[],\"st_submenu_item_text_active_bg_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_item_text_active_bg_background_slideshow_gallery\":[],\"st_submenu_panel_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_submenu_panel_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_background_slideshow_gallery\":[],\"st_hamburger_menu_icon_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_icon_background_hover_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_background_slideshow_gallery\":[],\"st_hamburger_menu_close_background_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_hamburger_menu_close_background_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"}],\"isInner\":true},{\"id\":\"7db291f5\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":5,\"unit\":\"%\"},\"align\":\"flex-end\",\"width_mobile\":{\"size\":10,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b9f413f\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_text_align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=accent\",\"ekit_searech_icon_color\":\"globals\\/colors?id=secondary\"},\"ekit_search_placeholder_title_color\":\"#000000\",\"ekit_header_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_search_backdrop_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_search_backdrop_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2011, 356, 'envato_tk_source_kit', 354);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2012, 356, 'envato_tk_source_index', 15);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2013, 359, '_wp_attached_file', '2025/09/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2014, 359, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1350;s:4:\"file\";s:61:\"2025/09/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\";s:8:\"filesize\";i:245000;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16915;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13159;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41862;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121527;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:63:\"woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2015, 359, '_elementor_source_image_hash', '6742289ca473a7d2f8bfc46c69579ca0e6d54afa');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2016, 360, '_wp_attached_file', '2025/09/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2017, 360, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1350;s:4:\"file\";s:57:\"2025/09/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\";s:8:\"filesize\";i:239187;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"beautiful-young-woman-enjoying-nature-J2B2P9B-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18446;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"beautiful-young-woman-enjoying-nature-J2B2P9B-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"beautiful-young-woman-enjoying-nature-J2B2P9B-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14739;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"beautiful-young-woman-enjoying-nature-J2B2P9B-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44261;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:58:\"beautiful-young-woman-enjoying-nature-J2B2P9B-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115696;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:59:\"beautiful-young-woman-enjoying-nature-J2B2P9B-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181203;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2018, 360, '_elementor_source_image_hash', '310caefb3d3d8ebe4061dd6792dbb1c23a4b37c1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2019, 361, '_elementor_edit_mode', 'builder');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2020, 361, '_elementor_template_type', 'section');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2021, 361, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2022, 362, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2023, 362, '_elementor_template_type', 'section');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2024, 362, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2025, 361, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2026, 361, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2027, 361, '_elementor_data', '[{\"id\":\"7a50c59f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"overflow\":\"hidden\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65def4e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":69.426,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"99bd521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s trip together\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index_tablet\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3f654b29\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30.539,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c67978e\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"align\":\"left\",\"border_border\":\"solid\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e39929a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"overflow\":\"hidden\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c9353f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"509f4098\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"355\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/logo_Asset-15.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63b8329e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pharetra condimentum.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"85\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8295f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"71dd998\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7da5224\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1bfb9a2\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"},{\"_id\":\"5f0ed35\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"}],\"shape\":\"circle\",\"columns\":\"4\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"columns_mobile\":\"4\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"icon_secondary_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"570e8b24\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":41,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"605e5574\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR ADDRESS\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d3c74f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"T : 123 456 789 0\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e7c5b9b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(+321) 123 456 789 0\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1f559cad\",\"elType\":\"widget\",\"settings\":{\"text\":\"A :  80 Pine ST, 10TH FLOOR\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"374080fc\",\"elType\":\"widget\",\"settings\":{\"text\":\"NEW YORK, NY 10005, USA\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"27801d20\",\"elType\":\"widget\",\"settings\":{\"text\":\"E : whiz@mail.com\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c385f9d\",\"elType\":\"widget\",\"settings\":{\"text\":\"whiz_project@mail.com\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"33a79817\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"size\":20,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"279be86e\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUICK LINKS\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a1177f\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"layout\":\"vertical\",\"dropdown\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=accent\",\"color_menu_item\":\"globals\\/colors?id=secondary\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\",\"color_menu_item_active\":\"globals\\/colors?id=accent\"},\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"6171f731\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cba150\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEWSLETTER\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4613e2de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe to our newsletter &amp; get all the latest news<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2957b057\",\"elType\":\"widget\",\"settings\":{\"ekit_wpform_form_id\":\"225\",\"ekit_wpForms_text_color_label\":\"#000000\",\"ekit_wpForms_field_bg_color\":\"#FFFFFF\",\"ekit_wpForms_field_text_color\":\"#727272\",\"ekit_wpForms_field_border_border\":\"solid\",\"ekit_wpForms_field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_wpForms_field_border_color\":\"#72727200\",\"ekit_wpForms_field_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_wpForms_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"ekit_wpForms_button_align\":\"center\",\"ekit_wpForms_button_border_normal_border\":\"solid\",\"ekit_wpForms_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_wpForms_button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_wpForms_button_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"ekit_wpForms_text_color_label\":\"globals\\/colors?id=primary\",\"ekit_wpForms_typography_label_typography\":\"globals\\/typography?id=accent\",\"ekit_wpForms_field_text_color\":\"globals\\/colors?id=text\",\"ekit_wpForms_field_border_color\":\"\",\"ekit_wpForms_field_description_text_color\":\"globals\\/colors?id=text\",\"ekit_wpForms_field_description_typography_typography\":\"globals\\/typography?id=text\",\"ekit_wpForms_field_typography_typography\":\"globals\\/typography?id=text\",\"ekit_wpForms_text_color_placeholder\":\"globals\\/colors?id=text\",\"ekit_wpForms_button_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_wpForms_button_bg_color_normal\":\"globals\\/colors?id=accent\",\"ekit_wpForms_button_text_color_normal\":\"\",\"ekit_wpForms_button_border_normal_color\":\"globals\\/colors?id=accent\",\"ekit_wpForms_button_bg_color_hover\":\"\",\"ekit_wpForms_button_text_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_wpForms_button_border_color_hover\":\"globals\\/colors?id=accent\"},\"ekit_wpForms_input_alignment_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"ekit_wpForms_field_description_text_color\":\"#727272\",\"ekit_wpForms_field_description_typography_typography\":\"custom\",\"ekit_wpForms_field_description_typography_font_family\":\"Open Sans\",\"ekit_wpForms_field_description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_wpForms_field_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_description_typography_font_weight\":\"400\",\"ekit_wpForms_field_typography_typography\":\"custom\",\"ekit_wpForms_field_typography_font_family\":\"Open Sans\",\"ekit_wpForms_field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_wpForms_field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_typography_font_weight\":\"400\",\"ekit_wpForms_text_color_placeholder\":\"#727272\",\"ekit_wpForms_button_bg_color_normal\":\"#F54B15\",\"ekit_wpForms_button_text_color_normal\":\"#FFFFFF\",\"ekit_wpForms_button_border_normal_color\":\"#F54B15\",\"ekit_wpForms_button_bg_color_hover\":\"#FFFFFF00\",\"ekit_wpForms_button_text_color_hover\":\"#F54B15\",\"ekit_wpForms_button_border_color_hover\":\"#F54B15\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e448580\",\"elType\":\"container\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#151515\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"overflow\":\"hidden\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50ea9407\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bc8e3a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 UNQ Design<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2028, 363, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2029, 363, '_elementor_template_type', 'section');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2030, 363, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2031, 363, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2032, 363, '_elementor_page_settings', 'a:1:{s:10:\"hide_title\";s:3:\"yes\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2033, 363, '_elementor_data', '[{\"id\":\"7a50c59f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"overflow\":\"hidden\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65def4e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":69.426,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"99bd521\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s trip together\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index_tablet\":1,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"header_size\":\"h1\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"align\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3f654b29\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30.539,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c67978e\",\"elType\":\"widget\",\"settings\":{\"text\":\"CONTACT US\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"align\":\"left\",\"border_border\":\"solid\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e39929a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"overflow\":\"hidden\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c9353f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"509f4098\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"355\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/logo_Asset-15.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"180\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63b8329e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pharetra condimentum.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"85\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cc8295f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"71dd998\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7da5224\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1bfb9a2\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"},{\"_id\":\"5f0ed35\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\"}],\"shape\":\"circle\",\"columns\":\"4\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"columns_mobile\":\"4\",\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_animation_delay\":800,\"icon_secondary_color\":\"#FFFFFF\",\"hover_animation\":\"float\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"570e8b24\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":41,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"605e5574\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR ADDRESS\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d3c74f8\",\"elType\":\"widget\",\"settings\":{\"text\":\"T : 123 456 789 0\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e7c5b9b\",\"elType\":\"widget\",\"settings\":{\"text\":\"(+321) 123 456 789 0\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1f559cad\",\"elType\":\"widget\",\"settings\":{\"text\":\"A :  80 Pine ST, 10TH FLOOR\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"374080fc\",\"elType\":\"widget\",\"settings\":{\"text\":\"NEW YORK, NY 10005, USA\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"27801d20\",\"elType\":\"widget\",\"settings\":{\"text\":\"E : whiz@mail.com\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3c385f9d\",\"elType\":\"widget\",\"settings\":{\"text\":\"whiz_project@mail.com\",\"background_color\":\"#61CE7000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"33a79817\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"size\":20,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"279be86e\",\"elType\":\"widget\",\"settings\":{\"title\":\"QUICK LINKS\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a1177f\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"layout\":\"vertical\",\"dropdown\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=accent\",\"color_menu_item\":\"globals\\/colors?id=secondary\",\"color_menu_item_hover\":\"globals\\/colors?id=accent\",\"color_menu_item_active\":\"globals\\/colors?id=accent\"},\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"6171f731\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cba150\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEWSLETTER\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4613e2de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Subscribe to our newsletter &amp; get all the latest news<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2957b057\",\"elType\":\"widget\",\"settings\":{\"ekit_wpform_form_id\":\"225\",\"ekit_wpForms_text_color_label\":\"#000000\",\"ekit_wpForms_field_bg_color\":\"#FFFFFF\",\"ekit_wpForms_field_text_color\":\"#727272\",\"ekit_wpForms_field_border_border\":\"solid\",\"ekit_wpForms_field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_wpForms_field_border_color\":\"#72727200\",\"ekit_wpForms_field_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_wpForms_field_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"ekit_wpForms_button_align\":\"center\",\"ekit_wpForms_button_border_normal_border\":\"solid\",\"ekit_wpForms_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_wpForms_button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_wpForms_button_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"ekit_wpForms_text_color_label\":\"globals\\/colors?id=primary\",\"ekit_wpForms_typography_label_typography\":\"globals\\/typography?id=accent\",\"ekit_wpForms_field_text_color\":\"globals\\/colors?id=text\",\"ekit_wpForms_field_border_color\":\"\",\"ekit_wpForms_field_description_text_color\":\"globals\\/colors?id=text\",\"ekit_wpForms_field_description_typography_typography\":\"globals\\/typography?id=text\",\"ekit_wpForms_field_typography_typography\":\"globals\\/typography?id=text\",\"ekit_wpForms_text_color_placeholder\":\"globals\\/colors?id=text\",\"ekit_wpForms_button_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_wpForms_button_bg_color_normal\":\"globals\\/colors?id=accent\",\"ekit_wpForms_button_text_color_normal\":\"\",\"ekit_wpForms_button_border_normal_color\":\"globals\\/colors?id=accent\",\"ekit_wpForms_button_bg_color_hover\":\"\",\"ekit_wpForms_button_text_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_wpForms_button_border_color_hover\":\"globals\\/colors?id=accent\"},\"ekit_wpForms_input_alignment_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"ekit_wpForms_field_description_text_color\":\"#727272\",\"ekit_wpForms_field_description_typography_typography\":\"custom\",\"ekit_wpForms_field_description_typography_font_family\":\"Open Sans\",\"ekit_wpForms_field_description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_wpForms_field_description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_description_typography_font_weight\":\"400\",\"ekit_wpForms_field_typography_typography\":\"custom\",\"ekit_wpForms_field_typography_font_family\":\"Open Sans\",\"ekit_wpForms_field_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_wpForms_field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_wpForms_field_typography_font_weight\":\"400\",\"ekit_wpForms_text_color_placeholder\":\"#727272\",\"ekit_wpForms_button_bg_color_normal\":\"#F54B15\",\"ekit_wpForms_button_text_color_normal\":\"#FFFFFF\",\"ekit_wpForms_button_border_normal_color\":\"#F54B15\",\"ekit_wpForms_button_bg_color_hover\":\"#FFFFFF00\",\"ekit_wpForms_button_text_color_hover\":\"#F54B15\",\"ekit_wpForms_button_border_color_hover\":\"#F54B15\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e448580\",\"elType\":\"container\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#151515\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"overflow\":\"hidden\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50ea9407\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bc8e3a6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 UNQ Design<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2035, 361, 'envato_tk_source_kit', 354);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2036, 361, 'envato_tk_source_index', 16);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2037, 364, '_wp_attached_file', '2025/09/Mesa-de-trabajo-1402x-100.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2038, 364, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2025/09/Mesa-de-trabajo-1402x-100.jpg\";s:8:\"filesize\";i:125031;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1402x-100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15368;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Mesa-de-trabajo-1402x-100-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29349;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1402x-100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1402x-100-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23343;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2039, 364, '_elementor_source_image_hash', '9063b0ded859d2efd74192b868280a5d8f7cc2f8');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2040, 365, '_wp_attached_file', '2025/09/Mesa-de-trabajo-1403x-100.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2041, 365, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2250;s:6:\"height\";i:1500;s:4:\"file\";s:37:\"2025/09/Mesa-de-trabajo-1403x-100.jpg\";s:8:\"filesize\";i:208638;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1403x-100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20289;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Mesa-de-trabajo-1403x-100-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1403x-100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1403x-100-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28201;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Mesa-de-trabajo-1403x-100-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48717;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:39:\"Mesa-de-trabajo-1403x-100-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63966;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2042, 365, '_elementor_source_image_hash', '12b5f500b7484955dbec6eabda80bfbbe9d34ab1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2043, 366, '_wp_attached_file', '2025/09/travel-X82SAH8.jpeg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2044, 366, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1176;s:6:\"height\";i:784;s:4:\"file\";s:27:\"2025/09/travel-X82SAH8.jpeg\";s:8:\"filesize\";i:171251;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"travel-X82SAH8-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26822;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"travel-X82SAH8-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"travel-X82SAH8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18747;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"travel-X82SAH8-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2045, 366, '_elementor_source_image_hash', 'a4726e16a365a572c2d1752553ac7ad4e3bf822b');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2046, 367, '_wp_attached_file', '2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2047, 367, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1602;s:4:\"file\";s:68:\"2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\";s:8:\"filesize\";i:242454;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35540;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27246;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93439;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:70:\"young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255853;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:70:\"young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:391893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:99:\"Couple at the Pura Ulun Danu Bratan, Bali. Hindu temple surrounded by flowers on Bratan lake, Bali.\";s:17:\"created_timestamp\";s:10:\"1551833832\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:48:\"Young couple  at the Pura Ulun Danu Bratan, Bali\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:7:\"ancient\";i:1;s:12:\"architecture\";i:2;s:4:\"asia\";i:3;s:5:\"asian\";i:4;s:10:\"attraction\";i:5;s:4:\"bali\";i:6;s:6:\"beauty\";i:7;s:7:\"blogger\";i:8;s:4:\"boat\";i:9;s:9:\"boyfriend\";i:10;s:6:\"bratan\";i:11;s:5:\"cloud\";i:12;s:6:\"couple\";i:13;s:4:\"danu\";i:14;s:5:\"dress\";i:15;s:8:\"heritage\";i:16;s:5:\"hindu\";i:17;s:4:\"ijen\";i:18;s:9:\"indonesia\";i:19;s:10:\"influencer\";i:20;s:5:\"kawah\";i:21;s:4:\"lake\";i:22;s:8:\"landmark\";i:23;s:9:\"landscape\";i:24;s:5:\"light\";i:25;s:5:\"lover\";i:26;s:3:\"man\";i:27;s:5:\"model\";i:28;s:6:\"nature\";i:29;s:7:\"outdoor\";i:30;s:8:\"panorama\";i:31;s:6:\"posing\";i:32;s:6:\"pretty\";i:33;s:4:\"pura\";i:34;s:6:\"scenic\";i:35;s:8:\"shivaite\";i:36;s:7:\"sunrise\";i:37;s:6:\"sunset\";i:38;s:6:\"temple\";i:39;s:7:\"tourism\";i:40;s:7:\"tourist\";i:41;s:11:\"traditional\";i:42;s:6:\"travel\";i:43;s:8:\"traveler\";i:44;s:8:\"tropical\";i:45;s:4:\"ulun\";i:46;s:8:\"vacation\";i:47;s:5:\"water\";i:48;s:5:\"woman\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2048, 367, '_elementor_source_image_hash', '1cd7b49422e6b080c8002c1f681f20174879e5d9');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2049, 368, '_wp_attached_file', '2025/09/travel-RRCKD9M_2-e1619270694360.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2050, 368, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1001;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2025/09/travel-RRCKD9M_2-e1619270694360.jpg\";s:8:\"filesize\";i:249954;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"travel-RRCKD9M_2-e1619270694360-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"travel-RRCKD9M_2-e1619270694360-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20940;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"travel-RRCKD9M_2-e1619270694360-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:11:\"WEIDONGZHOU\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1541177242\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2051, 368, '_elementor_source_image_hash', '7f38d95ed050b4a7359b7e51a0aa14e886a207f8');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2052, 369, '_wp_attached_file', '2025/09/maldives-C9SGLV9_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2053, 369, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:30:\"2025/09/maldives-C9SGLV9_2.jpg\";s:8:\"filesize\";i:249773;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"maldives-C9SGLV9_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20194;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"maldives-C9SGLV9_2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"maldives-C9SGLV9_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14847;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"maldives-C9SGLV9_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62989;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"maldives-C9SGLV9_2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190891;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"maldives-C9SGLV9_2-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:303585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1466431104\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2054, 369, '_elementor_source_image_hash', 'd8cdf618a9aa52f947503f50fff8ed24bc5f203d');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2055, 370, '_wp_attached_file', '2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2056, 370, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:48:\"2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\";s:8:\"filesize\";i:248189;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22345;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"eibner-saliba-3T9dDY0WqDI-unsplash_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15015;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81395;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265429;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2057, 370, '_elementor_source_image_hash', 'ad82d2d73b19ea4ae3ea5dfc6c339ec8ca9b039b');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2058, 371, '_wp_attached_file', '2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2059, 371, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:71:\"2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\";s:8:\"filesize\";i:247678;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35039;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:180:\"Young woman in linen dress and hat walking in green field of barley in countryside. Stylish girl in rustic dress enjoying peaceful moment in grass in summer. Tranquil rural moment.\";s:17:\"created_timestamp\";s:10:\"1560536928\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:53:\"Stylish girl enjoying peaceful evening in countryside\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:45:{i:0;s:11:\"atmospheric\";i:1;s:9:\"authentic\";i:2;s:6:\"barley\";i:3;s:6:\"beauty\";i:4;s:4:\"boho\";i:5;s:8:\"carefree\";i:6;s:6:\"cereal\";i:7;s:7:\"country\";i:8;s:11:\"countryside\";i:9;s:5:\"dress\";i:10;s:7:\"evening\";i:11;s:4:\"farm\";i:12;s:6:\"female\";i:13;s:5:\"field\";i:14;s:7:\"freedom\";i:15;s:4:\"girl\";i:16;s:5:\"grain\";i:17;s:5:\"grass\";i:18;s:5:\"green\";i:19;s:7:\"harmony\";i:20;s:7:\"harvest\";i:21;s:3:\"hat\";i:22;s:5:\"herbs\";i:23;s:7:\"hipster\";i:24;s:7:\"idyllic\";i:25;s:11:\"inspiration\";i:26;s:4:\"life\";i:27;s:5:\"linen\";i:28;s:6:\"meadow\";i:29;s:6:\"moment\";i:30;s:6:\"nature\";i:31;s:7:\"outdoor\";i:32;s:8:\"peaceful\";i:33;s:6:\"people\";i:34;s:6:\"person\";i:35;s:5:\"rural\";i:36;s:6:\"rustic\";i:37;s:3:\"rye\";i:38;s:9:\"slow life\";i:39;s:6:\"summer\";i:40;s:8:\"tranquil\";i:41;s:6:\"travel\";i:42;s:7:\"walking\";i:43;s:5:\"wheat\";i:44;s:5:\"woman\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2060, 371, '_elementor_source_image_hash', '1783c83e3dd808074a8f35ee0d2ecfb10171a078');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2061, 372, '_wp_attached_file', '2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2062, 372, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:72:\"2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\";s:8:\"filesize\";i:234256;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44372;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142679;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:12:\"RossandHelen\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:162:\"Portarit of a young female traveler with a luggage and photo camera at the public transport stop on a sunny summer day. Concept of urban transportation and travel\";s:17:\"created_timestamp\";s:10:\"1585493220\";s:9:\"copyright\";s:26:\"ROSSandHELEN photoqraphers\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:58:\"Young female traveler with a luggage at the transport stop\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:44:{i:0;s:9:\"adventure\";i:1;s:8:\"portrait\";i:2;s:9:\"happiness\";i:3;s:9:\"lifestyle\";i:4;s:6:\"camera\";i:5;s:7:\"tourist\";i:6;s:7:\"baggage\";i:7;s:9:\"transport\";i:8;s:6:\"pretty\";i:9;s:8:\"traveler\";i:10;s:5:\"adult\";i:11;s:14:\"transportation\";i:12;s:4:\"girl\";i:13;s:10:\"attractive\";i:14;s:4:\"cute\";i:15;s:7:\"outdoor\";i:16;s:5:\"smile\";i:17;s:7:\"holiday\";i:18;s:5:\"young\";i:19;s:6:\"travel\";i:20;s:5:\"photo\";i:21;s:6:\"summer\";i:22;s:7:\"tourism\";i:23;s:3:\"hat\";i:24;s:7:\"airport\";i:25;s:3:\"one\";i:26;s:6:\"female\";i:27;s:6:\"people\";i:28;s:5:\"happy\";i:29;s:9:\"caucasian\";i:30;s:7:\"journey\";i:31;s:9:\"beautiful\";i:32;s:4:\"stop\";i:33;s:8:\"vacation\";i:34;s:6:\"voyage\";i:35;s:4:\"walk\";i:36;s:6:\"person\";i:37;s:7:\"concept\";i:38;s:3:\"bag\";i:39;s:5:\"woman\";i:40;s:7:\"luggage\";i:41;s:8:\"suitcase\";i:42;s:4:\"trip\";i:43;s:8:\"cheerful\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2063, 372, '_elementor_source_image_hash', '0d68e05359a90db0bf0335890150097c2851a7a9');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2064, 373, '_wp_attached_file', '2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2065, 373, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:72:\"2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\";s:8:\"filesize\";i:242759;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37180;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117605;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29754;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117605;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:74:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201976;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:125:\"Beautiful carefree long hair girl in white clothes enjoys life in nature field, view from back. Sensitivity to nature concept\";s:17:\"created_timestamp\";s:10:\"1560204548\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:129:\"Beautiful carefree long hair girl in white clothes enjoys life in the nature field, view from back. Sensitivity to nature concept\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:5:\"field\";i:1;s:4:\"girl\";i:2;s:5:\"dress\";i:3;s:5:\"woman\";i:4;s:4:\"wind\";i:5;s:8:\"brunette\";i:6;s:8:\"portrait\";i:7;s:4:\"free\";i:8;s:6:\"joyful\";i:9;s:3:\"sun\";i:10;s:6:\"beauty\";i:11;s:7:\"chinese\";i:12;s:8:\"japanese\";i:13;s:4:\"thai\";i:14;s:8:\"instinct\";i:15;s:7:\"concept\";i:16;s:8:\"cosmetic\";i:17;s:6:\"korean\";i:18;s:4:\"long\";i:19;s:4:\"care\";i:20;s:5:\"white\";i:21;s:10:\"summertime\";i:22;s:6:\"season\";i:23;s:6:\"golden\";i:24;s:8:\"cheerful\";i:25;s:9:\"happiness\";i:26;s:7:\"country\";i:27;s:9:\"landscape\";i:28;s:7:\"freedom\";i:29;s:5:\"smile\";i:30;s:5:\"happy\";i:31;s:7:\"natural\";i:32;s:3:\"joy\";i:33;s:5:\"wheat\";i:34;s:11:\"countryside\";i:35;s:5:\"sunny\";i:36;s:6:\"health\";i:37;s:9:\"lifestyle\";i:38;s:6:\"sunset\";i:39;s:4:\"hair\";i:40;s:7:\"outdoor\";i:41;s:6:\"nature\";i:42;s:6:\"meadow\";i:43;s:5:\"young\";i:44;s:6:\"summer\";i:45;s:4:\"hand\";i:46;s:4:\"back\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2066, 373, '_elementor_source_image_hash', '975d788ca455b01af1bb22126fb66e46e7254d87');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2067, 374, '_wp_attached_file', '2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2068, 374, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\";s:8:\"filesize\";i:248279;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52878;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"beautiful-girl-in-tropical-forest-VXRJEH6_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:16:\"ALIAKSEI KAPONIA\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:138:\"Beautiful girl resting and enjoying vacation in tropical forest. Young Caucasian woman wearing white shirt with black hat under palm trees\";s:17:\"created_timestamp\";s:10:\"1546600615\";s:9:\"copyright\";s:16:\"ALIAKSEI KAPONIA\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:33:\"Beautiful girl in tropical forest\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:10:\"background\";i:1;s:5:\"woman\";i:2;s:7:\"fashion\";i:3;s:4:\"tree\";i:4;s:6:\"person\";i:5;s:4:\"girl\";i:6;s:6:\"summer\";i:7;s:6:\"nature\";i:8;s:4:\"palm\";i:9;s:6:\"beauty\";i:10;s:4:\"body\";i:11;s:8:\"tropical\";i:12;s:10:\"attractive\";i:13;s:6:\"exotic\";i:14;s:6:\"female\";i:15;s:6:\"forest\";i:16;s:5:\"green\";i:17;s:6:\"jungle\";i:18;s:8:\"portrait\";i:19;s:8:\"vacation\";i:20;s:5:\"young\";i:21;s:5:\"model\";i:22;s:7:\"natural\";i:23;s:5:\"fresh\";i:24;s:6:\"people\";i:25;s:6:\"island\";i:26;s:7:\"leisure\";i:27;s:9:\"lifestyle\";i:28;s:5:\"relax\";i:29;s:6:\"travel\";i:30;s:4:\"lady\";i:31;s:9:\"caucasian\";i:32;s:8:\"outdoors\";i:33;s:5:\"dress\";i:34;s:6:\"blonde\";i:35;s:7:\"tourism\";i:36;s:5:\"happy\";i:37;s:4:\"sand\";i:38;s:5:\"white\";i:39;s:7:\"holiday\";i:40;s:8:\"paradise\";i:41;s:5:\"alone\";i:42;s:5:\"adult\";i:43;s:3:\"hat\";i:44;s:7:\"freedom\";i:45;s:3:\"sad\";i:46;s:4:\"wait\";i:47;s:4:\"road\";i:48;s:3:\"fun\";i:49;s:4:\"walk\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2069, 374, '_elementor_source_image_hash', '5fef8ab9d8f856896958eb83a4a7b88d0dfd2825');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2070, 375, '_wp_attached_file', '2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2071, 375, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:72:\"2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\";s:8:\"filesize\";i:240454;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45028;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32440;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188442;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:182:\"happy traveler girl in hat with backpack standing in mountains. hipster woman smiling on top of windy mountain. space for text. wanderlust and travel concept. atmospheric epic moment\";s:17:\"created_timestamp\";s:10:\"1500983716\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:50:\"girl traveler holding hat and looking at mountains\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:38:{i:0;s:9:\"adventure\";i:1;s:10:\"backpacker\";i:2;s:9:\"beautiful\";i:3;s:7:\"explore\";i:4;s:7:\"freedom\";i:5;s:4:\"girl\";i:6;s:4:\"hair\";i:7;s:9:\"happiness\";i:8;s:5:\"happy\";i:9;s:3:\"hat\";i:10;s:5:\"hiker\";i:11;s:6:\"hiking\";i:12;s:7:\"hipster\";i:13;s:7:\"journey\";i:14;s:9:\"landscape\";i:15;s:9:\"lifestyle\";i:16;s:7:\"looking\";i:17;s:6:\"moment\";i:18;s:9:\"mountains\";i:19;s:6:\"nature\";i:20;s:7:\"outdoor\";i:21;s:6:\"people\";i:22;s:6:\"person\";i:23;s:8:\"portrait\";i:24;s:8:\"standing\";i:25;s:7:\"stylish\";i:26;s:6:\"summer\";i:27;s:7:\"tourism\";i:28;s:7:\"tourist\";i:29;s:6:\"travel\";i:30;s:8:\"traveler\";i:31;s:9:\"traveling\";i:32;s:4:\"trip\";i:33;s:8:\"vacation\";i:34;s:10:\"wanderlust\";i:35;s:5:\"windy\";i:36;s:5:\"woman\";i:37;s:5:\"young\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2072, 375, '_elementor_source_image_hash', 'bb7a81ea85a00146d40c8ab73d77b0873d6b08ca');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2073, 376, '_wp_attached_file', '2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2074, 376, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:72:\"2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\";s:8:\"filesize\";i:233620;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37593;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29180;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126208;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 550D\";s:7:\"caption\";s:143:\"Beautiful carefree long hair asian girl in white clothes and straw hat enjoys life in nature field at the sunset. Sensitivity to nature concept\";s:17:\"created_timestamp\";s:10:\"1560204240\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:139:\"Beautiful carefree long hair asian girl in white clothes and straw hat enjoys life in nature field at sunset. Sensitivity to nature concept\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:5:\"field\";i:1;s:4:\"girl\";i:2;s:5:\"dress\";i:3;s:5:\"woman\";i:4;s:3:\"hat\";i:5;s:5:\"straw\";i:6;s:8:\"portrait\";i:7;s:4:\"free\";i:8;s:6:\"joyful\";i:9;s:3:\"sun\";i:10;s:6:\"beauty\";i:11;s:4:\"hand\";i:12;s:7:\"chinese\";i:13;s:8:\"japanese\";i:14;s:4:\"thai\";i:15;s:8:\"instinct\";i:16;s:7:\"concept\";i:17;s:8:\"cosmetic\";i:18;s:6:\"korean\";i:19;s:4:\"long\";i:20;s:4:\"care\";i:21;s:5:\"white\";i:22;s:10:\"summertime\";i:23;s:6:\"season\";i:24;s:6:\"golden\";i:25;s:8:\"cheerful\";i:26;s:9:\"happiness\";i:27;s:7:\"country\";i:28;s:9:\"landscape\";i:29;s:7:\"freedom\";i:30;s:5:\"smile\";i:31;s:5:\"happy\";i:32;s:7:\"natural\";i:33;s:3:\"joy\";i:34;s:5:\"wheat\";i:35;s:11:\"countryside\";i:36;s:5:\"sunny\";i:37;s:6:\"health\";i:38;s:9:\"lifestyle\";i:39;s:6:\"sunset\";i:40;s:4:\"hair\";i:41;s:7:\"outdoor\";i:42;s:6:\"nature\";i:43;s:6:\"meadow\";i:44;s:5:\"young\";i:45;s:6:\"yellow\";i:46;s:6:\"summer\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2075, 376, '_elementor_source_image_hash', '80fb8d846fc1d97771f5d6a2ddaf9626fecd6244');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2076, 377, '_wp_attached_file', '2025/09/travel-time-JYWCQGA.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2077, 377, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:31:\"2025/09/travel-time-JYWCQGA.jpg\";s:8:\"filesize\";i:242311;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"travel-time-JYWCQGA-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31460;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"travel-time-JYWCQGA-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"travel-time-JYWCQGA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22548;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"travel-time-JYWCQGA-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:12:\"BERNARD BODO\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:33:\"Husband and wife traveling by car\";s:17:\"created_timestamp\";s:10:\"1538238945\";s:9:\"copyright\";s:15:\"bernardbodo.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:11:\"Travel time\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:8:\"outdoors\";i:1;s:6:\"nature\";i:2;s:6:\"picnic\";i:3;s:10:\"middle age\";i:4;s:6:\"couple\";i:5;s:4:\"love\";i:6;s:8:\"romantic\";i:7;s:4:\"male\";i:8;s:3:\"man\";i:9;s:5:\"woman\";i:10;s:6:\"female\";i:11;s:12:\"relationship\";i:12;s:7:\"outside\";i:13;s:9:\"lifestyle\";i:14;s:7:\"weekend\";i:15;s:7:\"leisure\";i:16;s:8:\"carefree\";i:17;s:9:\"caucasian\";i:18;s:12:\"togetherness\";i:19;s:7:\"romance\";i:20;s:6:\"warmth\";i:21;s:8:\"vacation\";i:22;s:19:\"Heterosexual Couple\";i:23;s:18:\"Weekend Activities\";i:24;s:16:\"Leisure Activity\";i:25;s:17:\"Healthy Lifestyle\";i:26;s:11:\"Environment\";i:27;s:19:\"Travel Destinations\";i:28;s:9:\"Vacations\";i:29;s:6:\"travel\";i:30;s:5:\"rural\";i:31;s:7:\"village\";i:32;s:3:\"car\";i:33;s:7:\"vehicle\";i:34;s:6:\"People\";i:35;s:3:\"Fun\";i:36;s:7:\"Journey\";i:37;s:8:\"Cheerful\";i:38;s:14:\"Transportation\";i:39;s:7:\"Driving\";i:40;s:6:\"driver\";i:41;s:6:\"autumn\";}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2078, 377, '_elementor_source_image_hash', '435a553184896bf96908c0acfbc282f224be4874');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2079, 378, '_wp_attached_file', '2025/09/travel-6SMUDKD.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2080, 378, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:26:\"2025/09/travel-6SMUDKD.jpg\";s:8:\"filesize\";i:246803;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"travel-6SMUDKD-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46072;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"travel-6SMUDKD-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"travel-6SMUDKD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"travel-6SMUDKD-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151069;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506796516\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2081, 378, '_elementor_source_image_hash', '6f47f05d7b81f6dfd6c200ffb7e97d3460942e32');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2082, 379, '_wp_attached_file', '2025/09/travel-MGL2UAM.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2083, 379, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:26:\"2025/09/travel-MGL2UAM.jpg\";s:8:\"filesize\";i:247057;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"travel-MGL2UAM-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26204;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"travel-MGL2UAM-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"travel-MGL2UAM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"travel-MGL2UAM-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1518026635\";s:9:\"copyright\";s:36:\"Copyright 2018. All rights reserved.\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2084, 379, '_elementor_source_image_hash', 'fee534961870cacebb171e2b2359928d3f19b179');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2085, 380, '_wp_attached_file', '2025/09/travel-4YHXH2F.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2086, 380, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:26:\"2025/09/travel-4YHXH2F.jpg\";s:8:\"filesize\";i:249047;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"travel-4YHXH2F-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39718;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"travel-4YHXH2F-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"travel-4YHXH2F-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27446;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"travel-4YHXH2F-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:15:\"Mikee Catacutan\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457573019\";s:9:\"copyright\";s:15:\"Mikee Catacutan\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2087, 380, '_elementor_source_image_hash', 'cfddaca0be5370cf93fe6e9967811176c4fa4db2');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2088, 381, '_wp_attached_file', '2025/09/travel-AH2QZY9.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2089, 381, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:26:\"2025/09/travel-AH2QZY9.jpg\";s:8:\"filesize\";i:247240;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"travel-AH2QZY9-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36498;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"travel-AH2QZY9-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192853;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"travel-AH2QZY9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23948;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"travel-AH2QZY9-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174258;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1569092962\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2090, 381, '_elementor_source_image_hash', '873f184d9e3a204187473688b332b5d6294d9c77');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2091, 382, '_wp_attached_file', '2025/09/travel-SNYSL6E.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2092, 382, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1499;s:4:\"file\";s:26:\"2025/09/travel-SNYSL6E.jpg\";s:8:\"filesize\";i:246924;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"travel-SNYSL6E-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24945;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"travel-SNYSL6E-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167057;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"travel-SNYSL6E-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"travel-SNYSL6E-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147578;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540925110\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2093, 382, '_elementor_source_image_hash', '4fed68aac9cf43627d710d09d5da48bd1af19f53');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2094, 383, '_wp_attached_file', '2025/09/Mesa-de-trabajo-1@2x-100.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2095, 383, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:36:\"2025/09/Mesa-de-trabajo-1@2x-100.jpg\";s:8:\"filesize\";i:125031;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Mesa-de-trabajo-1@2x-100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15368;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1@2x-100-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29349;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Mesa-de-trabajo-1@2x-100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Mesa-de-trabajo-1@2x-100-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23343;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2096, 383, '_elementor_source_image_hash', '577664cf4eef02109d7aac6f5c2cda8f8bb5e963');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2097, 384, '_wp_attached_file', '2025/09/Mesa-de-trabajo-1@3x-100.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2098, 384, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2250;s:6:\"height\";i:1500;s:4:\"file\";s:36:\"2025/09/Mesa-de-trabajo-1@3x-100.jpg\";s:8:\"filesize\";i:208638;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Mesa-de-trabajo-1@3x-100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20289;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Mesa-de-trabajo-1@3x-100-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Mesa-de-trabajo-1@3x-100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Mesa-de-trabajo-1@3x-100-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28201;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Mesa-de-trabajo-1@3x-100-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48717;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Mesa-de-trabajo-1@3x-100-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63966;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2099, 384, '_elementor_source_image_hash', 'a855f6cb428980845f4bf198f7dc6dc05e6bef9f');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2100, 385, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2101, 385, '_elementor_template_type', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2102, 385, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2103, 386, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2104, 386, '_elementor_template_type', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2105, 386, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2106, 385, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2107, 385, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2108, 385, '_elementor_data', '[{\"id\":\"41ac7233\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7df87343\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6835b9fa\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Let\\u2019s Your Journey Begins\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_seperator_image\":{\"url\":\"\",\"id\":-1,\"size\":\"\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"65c07c1e\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"30b2ac00\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46220d22\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ec2b0bd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76665fc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a648dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e4ba7bb\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cff79c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"af9368d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"506838f\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23542749\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53bf3cc8\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"37ddc5b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"333475d9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"53ef56a\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76b327b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"288fe4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72f1e2f8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3957f399\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43ba738b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f8efdd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e5ca44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1eb0e13c\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"33d36398\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28f01785\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3730ca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30e0dccf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f29048d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1244905\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fe5b351\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f5ff325\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"34b96b62\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27d87360\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"139452f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72d301fb\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"565d793f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13ab5d6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"137f247f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ab802c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2848be72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4913b4ad\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11fbe605\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27ea3776\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"685a5542\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5343f5a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66b5ba08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9e3f4e7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1755c905\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"742927cb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"6360893c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25ca49f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51567305\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b338f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"201fafc8\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27201f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4199637a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a61b83b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"530a5c22\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12b3361a\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"265090a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b3c1513\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dbbafd8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6102d63f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e4d2a46\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"1afe8edd\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40a1b704\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"31fa8044\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d7731c0\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e104d77\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4bf25c87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7c09032c\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b3f36bf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7c3e94b6\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"4f1771c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29918ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1f21afb3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"801efb2\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e7300ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7b90d399\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"134059b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"320fa410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"59490181\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"491a561d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1afea275\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4780bad4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fc62f87\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"492c3bc8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"61b69097\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b3abd59\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_player_self_hosted\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_button_icons\":{\"value\":\"icon icon-play\",\"library\":\"ekiticons\"},\"self_poster_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_btn_bg_color_slideshow_gallery\":[],\"ekit_video_inline_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_btn_bg_hover_color_slideshow_gallery\":[],\"ekit_video_popup_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_slideshow_gallery\":[],\"ekit_video_popup_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_hover_color_slideshow_gallery\":[],\"ekit_video_popup_close_icon\":{\"value\":\"icon icon-cancel\",\"library\":\"ekiticons\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21281f1d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46d18e22\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74d78fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c52c680\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a873ac0\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e27b208\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"71345f76\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ffbc591\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18c6c038\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fb751cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e1f1797\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"461d00ac\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"613ad636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d17aa17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"40d5a502\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c9ed660\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1aa6a21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"781b0731\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"325106f7\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ce15a8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"265cb137\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d16fb40\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4df06615\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"475c4139\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1723aa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"232fd21d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"985657e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24dc4495\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b9bb61f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1501ea6a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5518be9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"199c9c0c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e6b4070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"738e4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f2c1fdb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3fbbd774\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5bd9a02e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56436e5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cd72ef8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"424ccf68\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba6334\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4bde6b5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77163ddc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49da416a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6aef4677\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"3270bb33\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e7640d3\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"6efd35da\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7204849a\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"20dbc9dc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23d895ac\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"91d934e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a78c10f\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43e376c8\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"},\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_quote_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3efc7307\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27c4458a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f7ecda0\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"364b3038\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28160273\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b0d42ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68244e8c\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"no\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_right_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"61438ec1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14becb2e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_right_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2109, 387, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2110, 387, '_elementor_template_type', 'page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2111, 387, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2112, 387, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2113, 387, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2114, 387, '_elementor_data', '[{\"id\":\"41ac7233\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7df87343\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6835b9fa\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Let\\u2019s Your Journey Begins\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_seperator_image\":{\"url\":\"\",\"id\":-1,\"size\":\"\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"65c07c1e\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"30b2ac00\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46220d22\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ec2b0bd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76665fc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a648dd3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e4ba7bb\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cff79c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"af9368d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"506838f\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23542749\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"53bf3cc8\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"37ddc5b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"333475d9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"53ef56a\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76b327b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"288fe4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72f1e2f8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3957f399\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43ba738b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f8efdd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e5ca44\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1eb0e13c\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"33d36398\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28f01785\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3730ca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30e0dccf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f29048d\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1244905\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fe5b351\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\",\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f5ff325\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"34b96b62\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27d87360\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"139452f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72d301fb\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"565d793f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13ab5d6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"137f247f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ab802c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2848be72\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4913b4ad\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11fbe605\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27ea3776\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"685a5542\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5343f5a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66b5ba08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9e3f4e7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1755c905\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"742927cb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"6360893c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25ca49f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51567305\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4b338f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"201fafc8\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27201f57\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4199637a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a61b83b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"530a5c22\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12b3361a\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"265090a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b3c1513\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dbbafd8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6102d63f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e4d2a46\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"1afe8edd\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40a1b704\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"sg_body_title_icon\":{\"value\":\"\",\"library\":\"\"},\"sg_button_icon\":{\"value\":\"\",\"library\":\"\"},\"st_body_type_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_body_type_background_slideshow_gallery\":[],\"st_button_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_normal_background_background_slideshow_gallery\":[],\"st_button_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_button_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"31fa8044\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d7731c0\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e104d77\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4bf25c87\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7c09032c\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b3f36bf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7c3e94b6\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"4f1771c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29918ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1f21afb3\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"801efb2\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e7300ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7b90d399\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"134059b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"320fa410\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"59490181\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"491a561d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1afea275\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4780bad4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fc62f87\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"492c3bc8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"61b69097\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b3abd59\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_player_self_hosted\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_button_icons\":{\"value\":\"icon icon-play\",\"library\":\"ekiticons\"},\"self_poster_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_btn_bg_color_slideshow_gallery\":[],\"ekit_video_inline_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_inline_btn_bg_hover_color_slideshow_gallery\":[],\"ekit_video_popup_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_slideshow_gallery\":[],\"ekit_video_popup_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_hover_color_slideshow_gallery\":[],\"ekit_video_popup_close_icon\":{\"value\":\"icon icon-cancel\",\"library\":\"ekiticons\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21281f1d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46d18e22\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74d78fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c52c680\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a873ac0\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e27b208\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"71345f76\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ffbc591\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18c6c038\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fb751cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1e1f1797\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"461d00ac\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"613ad636\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d17aa17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"40d5a502\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c9ed660\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1aa6a21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"781b0731\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"325106f7\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ce15a8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"265cb137\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d16fb40\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4df06615\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"475c4139\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1723aa59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"232fd21d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"985657e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24dc4495\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b9bb61f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1501ea6a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5518be9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"199c9c0c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e6b4070\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"738e4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f2c1fdb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3fbbd774\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5bd9a02e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56436e5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cd72ef8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"424ccf68\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ba6334\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4bde6b5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77163ddc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49da416a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6aef4677\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"3270bb33\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e7640d3\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"6efd35da\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7204849a\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"20dbc9dc\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23d895ac\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"91d934e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a78c10f\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43e376c8\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"},\"sg_testimonials_list_rating\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"sg_testimonials_list_background_background_color\":\"\",\"sg_testimonials_list_background_background_color_b\":\"#f2295b\",\"sg_testimonials_list_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"sg_testimonials_list_background_background_video_link\":\"\",\"sg_testimonials_list_background_background_video_start\":\"\",\"sg_testimonials_list_background_background_video_end\":\"\",\"sg_testimonials_list_background_background_play_once\":\"\",\"sg_testimonials_list_background_background_play_on_mobile\":\"\",\"sg_testimonials_list_background_background_privacy_mode\":\"\",\"sg_testimonials_list_background_background_slideshow_gallery\":[],\"sg_testimonials_list_background_background_slideshow_loop\":\"yes\",\"sg_testimonials_list_background_background_slideshow_slide_duration\":5000,\"sg_testimonials_list_background_background_slideshow_slide_transition\":\"fade\",\"sg_testimonials_list_background_background_slideshow_transition_duration\":500,\"sg_testimonials_list_background_background_slideshow_lazyload\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns\":\"\",\"sg_testimonials_list_background_background_slideshow_ken_burns_zoom_direction\":\"in\"}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"sg_setting_arrow_left\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"sg_setting_arrow_right\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"sg_setting_quote_icon\":{\"value\":\"fas fa-quote-left\",\"library\":\"fa-solid\"},\"st_layout_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_background_background_slideshow_gallery\":[],\"st_layout_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_layout_hover_background_background_slideshow_gallery\":[],\"st_quote_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_normal_background_background_slideshow_gallery\":[],\"st_quote_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_quote_hover_background_background_slideshow_gallery\":[],\"st_client_image_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_client_image_background_background_slideshow_gallery\":[],\"st_arrow_normal_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_normal_background_background_slideshow_gallery\":[],\"st_arrow_hover_background_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"st_arrow_hover_background_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3efc7307\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27c4458a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f7ecda0\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"364b3038\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28160273\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b0d42ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68244e8c\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"no\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_right_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"61438ec1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14becb2e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false},\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_right_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2116, 385, 'envato_tk_source_kit', 354);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2117, 385, 'envato_tk_source_index', 3);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2118, 388, '_edit_lock', '1757001287:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2119, 388, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2120, 388, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2121, 388, '_elementor_version', '3.31.3');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2130, 391, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2131, 391, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2132, 391, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2133, 392, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2134, 392, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2135, 392, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2136, 388, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2137, 388, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2138, 388, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2139, 393, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2140, 393, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2141, 393, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2142, 393, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2143, 393, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2144, 393, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Let\\u2019s Your Journey Begins\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"734d1c1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2148, 394, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2149, 394, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2150, 394, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2151, 394, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2152, 394, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2153, 394, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Let\\u2019s Your Journey Begins\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"734d1c1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2157, 395, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2158, 395, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2159, 395, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2160, 395, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2161, 395, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2162, 395, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Let\\u2019s Your Journey Begins\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"734d1c1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2166, 396, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2167, 396, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2168, 396, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2169, 396, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2170, 396, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2171, 396, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"734d1c1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2176, 397, '_edit_last', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2177, 397, 'options', 'a:5:{s:4:\"type\";s:6:\"header\";s:7:\"linking\";s:8:\"internal\";s:8:\"priority\";s:1:\"5\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:3:\"css\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2178, 397, '_edit_lock', '1757428328:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 398, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2180, 398, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2181, 398, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2182, 398, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2183, 398, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2184, 398, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"734d1c1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2185, 399, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2186, 399, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2187, 399, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2188, 399, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2189, 399, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2190, 399, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"500\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"yes\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"734d1c1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#F54B15\",\"hover_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2191, 400, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2192, 400, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2193, 400, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2194, 400, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2195, 400, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2196, 400, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2201, 401, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2202, 401, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2203, 401, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2204, 401, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2205, 401, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2206, 401, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2210, 402, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2211, 402, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2212, 402, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2213, 402, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2214, 402, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2215, 402, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26a9cca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR FEATURES\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR EXCLUSIVE FEATURES\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1f607922\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"42c5cb96\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4875cd2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f11127f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chose Your Journey Plan\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7771c3d3\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"34b2d4be\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"e2297ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"428172e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"$45\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b2fddd8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a3e059f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_color\":\"#787878\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"255e490c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b15ab42\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_hover_color\":\"globals\\/colors?id=secondary\"},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF00\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_hover_background\":\"classic\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f46bb6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Couples\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77810a6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$65\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=accent\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43b542\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=accent\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4a0556ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#787878\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#787878\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52dad61b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"48d1d088\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"background_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cec092c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Team\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=fe688ec\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f56a20\",\"elType\":\"widget\",\"settings\":{\"title\":\"$85\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"\"},\"_animation\":\"none\",\"_animation_delay\":200,\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dbef41c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Tour Guide\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"bb55c1a\"},{\"text\":\"Free Messages\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"4576896\"},{\"text\":\"3 x Eat Service\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"b0908d3\"},{\"text\":\"24 \\/ 7 support\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"5781cdd\"},{\"text\":\"Free 3X eat\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"417b5d1\"},{\"text\":\"Free Transport\",\"selected_icon\":{\"value\":\"jki jki-check-solid\",\"library\":\"jkiticon\"},\"_id\":\"e67cdb9\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"\",\"icon_typography_typography\":\"globals\\/typography?id=29a88c8\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Montserrat\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64824e5b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Choose\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"button_hover_border_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\"},\"align\":\"center\",\"button_text_color\":\"#F54B15\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#F54B15\",\"button_hover_border_color\":\"#F54B15\",\"border_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"27cf0125\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\"},\"elements\":[{\"id\":\"33061d5\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":30,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3549a274\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c38836f\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet our amazing team\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1abf56a9\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"59f6ae64\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":70,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c2c823\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f3f7b99\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6f7f93b\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Samantha Chris\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"172c1ffb\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"60517727\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"375\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Vivi Kimm\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true},{\"id\":\"af2641\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":null,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21b056fd\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":\"376\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\"},\"ekit_team_thumbnail_size\":\"1536x1536\",\"ekit_team_name\":\"Leony Ann\",\"ekit_team_position\":\"Traveler\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"cf7f842\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_bg_color\":\"\",\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"4fd3892\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"ekit_team_socialmedia_icon_hover_bg_color\":\"#e60023\",\"_id\":\"9919843\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=accent\"}}],\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_close_icon_changes\":{\"value\":\"jki jki-cross-light\",\"library\":\"jkiticon\"},\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#00000038\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"ekit_socialmedai_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":57,\"sizes\":[]},\"__globals__\":{\"ekit_team_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=29a88c8\",\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_team_modal_position_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_team_modal_name_color\":\"globals\\/colors?id=primary\",\"ekit_team_modal_position_color\":\"globals\\/colors?id=primary\",\"modal_desc_color\":\"globals\\/colors?id=text\",\"modal_desc_font_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_typography_typography\":\"globals\\/typography?id=text\",\"ekit_team_info_color\":\"globals\\/colors?id=text\"},\"ekit_team_content_inner_padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_socialmedai_list_width_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_height_tablet\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_socialmedai_list_line_height_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-team\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88e7605\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"23ba9d81\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"77115f28\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1dc99c7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What our clients say\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3646710f\",\"elType\":\"widget\",\"settings\":{\"sg_testimonials_list\":[{\"sg_testimonials_list_client_avatar\":{\"id\":\"377\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-time-JYWCQGA.jpg\"},\"_id\":\"0cd33f4\",\"sg_testimonials_list_client_name\":\"Sammy Jack\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"378\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-6SMUDKD.jpg\"},\"_id\":\"8c7923c\",\"sg_testimonials_list_client_name\":\"Jim & Janes\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"379\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-MGL2UAM.jpg\"},\"_id\":\"9845e03\",\"sg_testimonials_list_client_name\":\"Lily Anth\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"380\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-4YHXH2F.jpg\"},\"_id\":\"202c7a6\",\"sg_testimonials_list_client_name\":\"Tom Cruise\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"sg_testimonials_list_client_avatar\":{\"id\":\"381\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-AH2QZY9.jpg\"},\"_id\":\"3e01df0\",\"sg_testimonials_list_client_name\":\"Amanda Stash\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},{\"_id\":\"d2c930c\",\"sg_testimonials_list_client_name\":\"Joanne Sam\",\"sg_testimonials_list_designation\":\"Traveler\",\"sg_testimonials_list_review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"sg_testimonials_list_client_avatar\":{\"id\":\"382\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-SNYSL6E.jpg\"}}],\"st_wrapper_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_boxshadow_box_shadow_box_shadow_type\":\"yes\",\"st_layout_boxshadow_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"st_layout_hover_background_background_color\":\"#873D3D\",\"st_layout_hover_direction\":\"arise\",\"st_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"st_quote_override_position\":\"\",\"st_quote_override_position_top_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_top_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_override_position_left_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_color_responsive\":\"#EAEAEA\",\"st_quote_normal_color_responsive_tablet\":\"#EAEAEA\",\"st_quote_normal_color_responsive_mobile\":\"#EAEAEA\",\"st_quote_normal_font_size_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_font_size_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_quote_normal_font_size_responsive_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_quote_normal_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_quote_normal_padding_responsive_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_margin_bottom_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"st_client_image_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_image_width_responsive\":{\"unit\":\"px\",\"size\":475,\"sizes\":[]},\"st_client_image_width_responsive_tablet\":{\"unit\":\"px\",\"size\":355,\"sizes\":[]},\"st_client_image_width_responsive_mobile\":{\"unit\":\"px\",\"size\":305,\"sizes\":[]},\"st_dots_spacing_horizontal_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_dots_spacing_vertical_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_dots_width_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_height_responsive\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"st_dots_color_responsive\":\"#A9A9A9\",\"st_dots_active_width_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_height_responsive\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"st_dots_active_color_responsive\":\"#000000\",\"__globals__\":{\"st_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_description_color_responsive\":\"globals\\/colors?id=text\",\"st_client_name_normal_typography_content_typography_typography\":\"globals\\/typography?id=primary\",\"st_client_name_normal_color_responsive\":\"\",\"st_client_designation_normal_color_responsive\":\"globals\\/colors?id=accent\",\"st_client_designation_normal_typography_content_typography_typography\":\"globals\\/typography?id=fe688ec\",\"st_rating_color_responsive\":\"globals\\/colors?id=accent\"},\"sg_setting_margin_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"sg_setting_autoplay\":\"yes\",\"sg_setting_dots\":\"yes\",\"sg_setting_quote\":\"\",\"sg_setting_rating\":\"\",\"sg_setting_rating_icon_full\":{\"value\":\"jki jki-star-solid\",\"library\":\"jkiticon\"},\"sg_setting_rating_icon_half\":{\"value\":\"jki jki-star-half-alt-solid\",\"library\":\"jkiticon\"},\"sg_layout_testimonial_choose\":\"style-4\",\"sg_testimonials_image_size_imagesize_size\":\"1536x1536\",\"st_wrapper_alignment_responsive\":\"center\",\"st_layout_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_description_color_responsive\":\"#7A7A7A\",\"st_rating_font_size_responsive\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"st_rating_margin_right_responsive\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_rating_margin_responsive\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_client_name_normal_color_responsive\":\"#000000\",\"st_client_name_normal_typography_content_typography_typography\":\"custom\",\"st_client_name_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_name_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"st_client_name_normal_typography_content_typography_font_weight\":\"700\",\"st_client_name_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_color_responsive\":\"#F54B15\",\"st_client_designation_normal_typography_content_typography_typography\":\"custom\",\"st_client_designation_normal_typography_content_typography_font_family\":\"Montserrat\",\"st_client_designation_normal_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"st_client_designation_normal_typography_content_typography_font_weight\":\"600\",\"st_client_designation_normal_typography_content_typography_text_transform\":\"uppercase\",\"st_client_designation_normal_typography_content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"st_client_image_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_wrapper_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_padding_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_layout_border_radius_responsive_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"jkit_testimonials\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4483051a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"46f07fc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64963c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"need something\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a1e3e89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently asked question\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a662087\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_direction_tablet\":\"column\",\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"681afae7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6949be1e\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How do I book\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"7590682\"},{\"acc_title\":\"Is there a down payment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"What is the payment method\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"ac080b9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c37a873\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How to cancel an order\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"7590682\"},{\"acc_title\":\"Do we get the equipment\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"67a71d9\"},{\"acc_title\":\"How many people per team\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.<\\/p>\",\"_id\":\"0e35ce3\",\"ekit_acc_is_active\":\"yes\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB\",\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7E7E7E\",\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_accordion_border_open_color\":\"#DDDDDD\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=df39baf\",\"ekit_accordion_title_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\"},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2219, 403, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2220, 403, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2221, 403, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2222, 403, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2223, 403, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2224, 403, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2230, 404, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2231, 404, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2232, 404, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2233, 404, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2234, 404, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2235, 404, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2239, 405, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2240, 405, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2241, 405, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2242, 405, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2243, 405, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2244, 405, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2248, 406, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2249, 406, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2250, 406, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2251, 406, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2252, 406, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2253, 406, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2259, 407, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2260, 407, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2261, 407, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2262, 407, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2263, 407, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2264, 407, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2268, 408, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2269, 408, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2270, 408, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2271, 408, '_wp_page_template', 'elementor_canvas');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2272, 408, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2273, 408, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2277, 409, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2278, 409, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2279, 409, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2280, 409, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2281, 409, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2282, 409, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Princess Sofia\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2301, 411, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2302, 411, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2303, 411, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2304, 411, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2305, 411, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2306, 411, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Princess Sofia\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2310, 412, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2311, 412, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2312, 412, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2313, 412, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2314, 412, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2315, 412, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3e568b90\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Coming Soon\",\"title_float_left\":\"yes\",\"title_float_left_width\":{\"unit\":\"%\",\"size\":110,\"sizes\":[]},\"ekit_heading_sub_title\":\"Time has changed\",\"show_shadow_text\":\"\",\"shadow_text_content\":\"ADVENTURE\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Princess Sofia\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Reem Kufi\",\"ekit_heading_focused_title_typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_heading_focused_title_typography_font_weight\":\"800\",\"ekit_heading_focused_title_typography_text_transform\":\"uppercase\",\"ekit_heading_focused_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_position\":{\"unit\":\"%\",\"top\":\"4\",\"right\":0,\"bottom\":0,\"left\":\"35\",\"isLinked\":false},\"shadow_text_color\":\"#FFFFFF42\",\"shadow_text_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\",\"shadow_text_typography_typography\":\"\",\"shadow_text_color\":\"\"},\"shadow_text_position_tablet\":{\"unit\":\"px\",\"top\":\"7\",\"right\":0,\"bottom\":0,\"left\":\"95\",\"isLinked\":false},\"shadow_text_position_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":0,\"bottom\":0,\"left\":\"-42\",\"isLinked\":false},\"shadow_text_typography_typography\":\"custom\",\"shadow_text_typography_font_family\":\"Reem Kufi\",\"shadow_text_typography_font_size\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"shadow_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"shadow_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"shadow_text_typography_font_weight\":\"800\",\"shadow_text_typography_text_transform\":\"uppercase\",\"shadow_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"shadow_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_title_align\":\"text_center\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2319, 413, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2320, 413, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2321, 413, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2322, 413, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2323, 413, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2324, 413, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2345, 415, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2346, 415, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2347, 415, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2348, 415, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2349, 415, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2350, 415, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2354, 416, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2355, 416, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2356, 416, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2357, 416, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2358, 416, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2359, 416, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"48a72737\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"76b5a98a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=accent\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"7e96745d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-clock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"755e9011\",\"elType\":\"widget\",\"settings\":{\"title\":\"24\\/7 HELP CENTER\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12685fd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1595215e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1606ba86\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"46e22380\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":1000,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom center\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"70ee7c25\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"270a52c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"MANY CHOICE\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ca20120\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f0ce117\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"selected_icon\":{\"value\":\"jki jki-angle-right-solid\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"button_text_color\":\"#000000\",\"background_color\":\"#F54B1500\",\"button_hover_border_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"750e08af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get lost with us\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#000000\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=df39baf\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2363, 417, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2364, 417, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2365, 417, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2366, 417, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2367, 417, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2368, 417, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2374, 418, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2375, 418, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2376, 418, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2377, 418, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2378, 418, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 418, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2383, 419, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2384, 419, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2385, 419, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2386, 419, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2387, 419, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2388, 419, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b1f05d5\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1550,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"21c22b3b\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"632fa244\",\"elType\":\"widget\",\"settings\":{\"title\":\"This week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1552b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Trip This Week\",\"align\":\"center\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca06a77\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45c12b21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"a93dd8e\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Bali, Indonesia\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"367\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"87d3d72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"70cce6db\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Norway\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"368\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-RRCKD9M_2-e1619270694360.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a7d4e3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a3fcb56\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a928495\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"Maldives\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"369\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/maldives-C9SGLV9_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true},{\"id\":\"49028319\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"content_width\":\"full\"},\"elements\":[{\"id\":\"1fda1720\",\"elType\":\"widget\",\"settings\":{\"sg_image_image_size_imagesize_size\":\"2048x2048\",\"sg_image_content_style\":\"floating\",\"sg_body_title\":\"El Nido\",\"sg_body_description\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\",\"sg_body_enable_hover_border_bottom\":\"yes\",\"sg_body_hover_border_bottom_color_responsive\":\"#E20044\",\"sg_button_label\":\"Learn More\",\"st_image_height_responsive\":{\"unit\":\"px\",\"size\":535,\"sizes\":[]},\"st_body_type_background_background\":\"classic\",\"st_body_type_background_color\":\"#FFFFFF00\",\"st_body_padding_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_border_radius_responsive\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"st_body_description_margin_responsive\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"st_floating_width_responsive\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"__globals__\":{\"sg_body_hover_border_bottom_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_type_background_color\":\"\",\"st_body_title_typography_content_typography_typography\":\"globals\\/typography?id=df39baf\",\"st_body_title_normal_color_responsive\":\"globals\\/colors?id=secondary\",\"st_body_title_hover_color_responsive\":\"globals\\/colors?id=accent\",\"st_body_description_typography_content_typography_typography\":\"globals\\/typography?id=text\",\"st_body_description_normal_color_responsive\":\"globals\\/colors?id=text\"},\"sg_image_choose\":{\"id\":\"370\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\"},\"st_floating_normal_height_responsive_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"st_image_height_responsive_tablet\":{\"unit\":\"px\",\"size\":260,\"sizes\":[]},\"st_body_description_margin_responsive_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"st_floating_width_responsive_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_width_responsive_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"st_floating_normal_height_responsive_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_image_box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"52524c8f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"5b0baa91\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6a979b19\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-degree-image\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"195bdcd9\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Total Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"36ffd804\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5ad455ee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-scroll-button\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"473e6e9b\",\"elType\":\"widget\",\"settings\":{\"ending_number\":20,\"suffix\":\"K\",\"title\":\"Satisfied Client\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"34434df7\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":33,\"unit\":\"%\"},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17df56f8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brands\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"21c05c24\",\"elType\":\"widget\",\"settings\":{\"ending_number\":10,\"suffix\":\"K\",\"title\":\"Positif Review\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"74be72a\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4bee86a1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-window\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2e7f7d99\",\"elType\":\"widget\",\"settings\":{\"ending_number\":99,\"suffix\":\"+\",\"title\":\"Available Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"759d527f\",\"elType\":\"container\",\"settings\":{\"_column_size\":20,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#02010100\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"10b1761d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-business-hour\",\"library\":\"ekiticons\"},\"size\":{\"unit\":\"px\",\"size\":95,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"size_tablet\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"5bbc0ef\",\"elType\":\"widget\",\"settings\":{\"ending_number\":80,\"suffix\":\"+\",\"title\":\"Grup Trip\",\"number_color\":\"#000000\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"typography_title_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"319f259b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"359\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"69ad625e\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":56.331,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6152b563\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel Free To Discuss, With a Cup of Coffee\\n\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1871f663\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f5c9d9c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"db250e9\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":43.001,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"39a48d55\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"jki jki-play-button\",\"library\":\"jkiticon\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_bg_color_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_hover_color\":\"globals\\/colors?id=accent\"},\"ekit_video_inline_button_title\":\"Play Video\"},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5aa4e937\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"45d91b7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"26defdbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the world\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=fe688ec\"},\"_animation\":\"fadeIn\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36ce7188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Experts Would Love To Get You Lost\",\"align\":\"left\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=primary\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f4e44dc\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"478d3e3e\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN MORE\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\",\"hover_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7ffb9d28\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"40ecbdd3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2a5dee8e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4f1f2514\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"371\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e984b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"372\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6d8a6181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3d04c246\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"373\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16eefde9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"374\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"css_filters_hover_css_filter\":\"custom\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2392, 420, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2393, 420, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2394, 420, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2395, 420, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2396, 420, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2397, 420, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2403, 421, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2404, 421, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2405, 421, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2406, 421, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2407, 421, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2408, 421, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2412, 422, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2413, 422, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2414, 422, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2415, 422, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2416, 422, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2417, 422, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2421, 423, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2422, 423, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2423, 423, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2424, 423, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2425, 423, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2426, 423, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"362ef1a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2824f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd83b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"42c9bbe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"426e513\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"90664d2\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"bbb776d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e187e99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d8e12e\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4320a51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c1aca15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0ed5851\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b54facf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75c06d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"81b3168\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ebe68c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"949c2ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"439e027\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"707cdd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1eee9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d6404c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e777a5e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0a86e10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"130be9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3301a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"96eebb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"96d73c0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"846db21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"c18bc5a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"d64b712\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a84e2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385f812\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a730f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cbe75cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3c7338f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38b40b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4d6217\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0464c78\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c2bdf9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1b437b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bd1b86c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04141ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29ec3b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f0ec93b\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"825ac0b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b3664b8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"08895e7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f7f60e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30c9ff9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2441, 425, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2442, 425, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2443, 425, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2444, 425, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2445, 425, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2446, 425, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"362ef1a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2824f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd83b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"42c9bbe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"426e513\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"90664d2\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"bbb776d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e187e99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d8e12e\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4320a51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c1aca15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0ed5851\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b54facf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75c06d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"81b3168\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ebe68c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"949c2ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"439e027\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"707cdd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1eee9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d6404c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e777a5e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0a86e10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"130be9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3301a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"96eebb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"96d73c0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"846db21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"c18bc5a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"d64b712\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a84e2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385f812\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a730f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cbe75cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3c7338f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38b40b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4d6217\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0464c78\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c2bdf9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1b437b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bd1b86c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04141ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29ec3b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f0ec93b\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"825ac0b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b3664b8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"08895e7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f7f60e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30c9ff9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2449, 426, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2450, 426, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2451, 426, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2452, 426, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2453, 426, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2454, 426, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"ONLINE BOOKING\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAST & FLEXIBLE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d707319\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"528be5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c50d387\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"362ef1a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f2824f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd83b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"42c9bbe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"426e513\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"90664d2\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"bbb776d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e187e99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d8e12e\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4320a51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c1aca15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0ed5851\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b54facf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75c06d9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"81b3168\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ebe68c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"949c2ff\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"439e027\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"707cdd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f1eee9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6d6404c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e777a5e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0a86e10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"130be9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3301a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"96eebb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"96d73c0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"846db21\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"c18bc5a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"d64b712\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"7a84e2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\\u2019s Get Lost and Find Paradise\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"385f812\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a730f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cbe75cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3c7338f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38b40b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy to Order\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c4d6217\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0464c78\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c2bdf9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1b437b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bd1b86c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04141ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Safety Route\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29ec3b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f0ec93b\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"825ac0b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b3664b8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"08895e7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f7f60e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"All Access\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30c9ff9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2457, 427, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2458, 427, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2459, 427, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2460, 427, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2461, 427, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2462, 427, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2465, 428, '_wp_attached_file', '2025/09/img23.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2466, 428, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2025/09/img23.jpg\";s:8:\"filesize\";i:475625;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img23-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22927;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img23-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img23-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2474, 430, '_wp_attached_file', '2025/09/img23-1.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2475, 430, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2025/09/img23-1.jpg\";s:8:\"filesize\";i:475625;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"img23-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22927;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"img23-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"img23-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"img23-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2476, 431, '_wp_attached_file', '2025/09/img13.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2477, 431, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1248;s:6:\"height\";i:1664;s:4:\"file\";s:17:\"2025/09/img13.jpg\";s:8:\"filesize\";i:1233563;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img13-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34101;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img13-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"img13-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302428;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"img13-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:625144;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2478, 432, '_wp_attached_file', '2025/09/img95-scaled.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2479, 432, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1918;s:6:\"height\";i:2560;s:4:\"file\";s:24:\"2025/09/img95-scaled.jpg\";s:8:\"filesize\";i:1580592;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img95-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34853;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img95-767x1024.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:312838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img95-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14085;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"img95-768x1025.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:314162;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"img95-1151x1536.jpg\";s:5:\"width\";i:1151;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:649940;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"img95-1535x2048.jpg\";s:5:\"width\";i:1535;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1079658;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"img95.jpg\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2480, 433, '_wp_attached_file', '2025/09/img37.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2481, 433, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"2025/09/img37.jpg\";s:8:\"filesize\";i:513734;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img37-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31591;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img37-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14734;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img37-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134889;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2482, 434, '_wp_attached_file', '2025/09/img48-scaled.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2483, 434, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1737;s:4:\"file\";s:24:\"2025/09/img48-scaled.jpg\";s:8:\"filesize\";i:1459604;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img48-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34430;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img48-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295470;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img48-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13653;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img48-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178268;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"img48-1536x1042.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1042;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:604993;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"img48-2048x1390.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:997211;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"img48.jpg\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2484, 435, '_wp_attached_file', '2025/09/img77-scaled.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2485, 435, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:24:\"2025/09/img77-scaled.jpg\";s:8:\"filesize\";i:1138581;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img77-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24172;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img77-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196779;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img77-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img77-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119527;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"img77-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:409290;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"img77-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:721206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"img77.jpg\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2486, 436, '_wp_attached_file', '2025/09/img91-scaled.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2487, 436, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1376;s:4:\"file\";s:24:\"2025/09/img91-scaled.jpg\";s:8:\"filesize\";i:603549;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img91-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18714;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"img91-1024x551.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"img91-768x413.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69799;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"img91-1536x826.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210107;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"img91-2048x1101.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367224;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"img91.jpg\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2488, 437, '_wp_attached_file', '2025/09/img129-scaled.jpg');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2489, 437, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1752;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2025/09/img129-scaled.jpg\";s:8:\"filesize\";i:881554;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"img129-205x300.jpg\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20435;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"img129-701x1024.jpg\";s:5:\"width\";i:701;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"img129-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9345;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"img129-768x1122.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178359;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"img129-1051x1536.jpg\";s:5:\"width\";i:1051;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:327870;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"img129-1401x2048.jpg\";s:5:\"width\";i:1401;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:574808;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"img129.jpg\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2490, 438, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2491, 438, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2492, 438, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2493, 438, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2494, 438, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2495, 438, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2497, 439, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2498, 439, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2499, 439, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2500, 439, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2501, 439, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2502, 439, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"360\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-commerce\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-fast-forward-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":\"366\",\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/travel-X82SAH8.jpeg\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond2\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-bamboo-Leaf\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2504, 440, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2505, 440, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2506, 440, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2507, 440, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2508, 440, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2509, 440, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2511, 441, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2512, 441, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2513, 441, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2514, 441, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2515, 441, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2516, 441, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2518, 442, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2519, 442, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2520, 442, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2521, 442, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2522, 442, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2523, 442, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2525, 443, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2526, 443, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2527, 443, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2528, 443, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2529, 443, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2530, 443, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2539, 445, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2540, 445, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2541, 445, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2542, 445, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2543, 445, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2544, 445, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2546, 446, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2547, 446, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2548, 446, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2549, 446, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2550, 446, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2551, 446, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2553, 447, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2554, 447, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2555, 447, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2556, 447, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2557, 447, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2558, 447, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2560, 448, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2561, 448, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2562, 448, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2563, 448, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2564, 448, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2565, 448, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2567, 449, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2568, 449, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2569, 449, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2570, 449, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2571, 449, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2572, 449, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"BIENVENUE \\u00c0\\nDENWORLD\\nTRAVEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2574, 450, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2575, 450, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2576, 450, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2577, 450, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2578, 450, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2579, 450, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Den World\\n<br>\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2590, 452, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2591, 452, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2592, 452, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2593, 452, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2594, 452, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2595, 452, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Den World\\n<br>\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2598, 453, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2599, 453, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2600, 453, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2601, 453, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2602, 453, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2603, 453, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Den World\\n<br>\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2606, 454, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2607, 454, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2608, 454, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2609, 454, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2610, 454, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2611, 454, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Den World\\n<br>\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2616, 455, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2617, 455, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2618, 455, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2619, 455, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2620, 455, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2621, 455, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Den World\\n<br>\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2625, 456, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2626, 456, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2627, 456, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2628, 456, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2629, 456, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2630, 456, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Den World\\n<br>\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2634, 457, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2635, 457, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2636, 457, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2637, 457, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2638, 457, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2639, 457, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2654, 459, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2655, 459, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2656, 459, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2657, 459, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2658, 459, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2659, 459, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6,\"sizes\":[]}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nComing Soon\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2662, 388, '_edit_last', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2671, 461, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2672, 461, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2673, 461, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2674, 461, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2675, 461, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2676, 461, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2677, 462, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2678, 462, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2679, 462, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2680, 462, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2681, 462, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2682, 462, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2683, 463, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2684, 463, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2685, 463, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2686, 463, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2687, 463, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2688, 463, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2690, 464, '_edit_lock', '1757497877:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2691, 464, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2692, 464, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2693, 464, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2694, 464, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2695, 464, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2696, 464, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Dark-bg.png\",\"id\":581,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\",\"st_content_row_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2697, 464, '_edit_last', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2700, 465, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2701, 465, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2702, 465, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2703, 465, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2704, 465, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2705, 465, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2710, 466, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2711, 466, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2712, 466, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2713, 466, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2714, 466, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2715, 466, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2719, 467, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2720, 467, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2721, 467, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2722, 467, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2723, 467, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2724, 467, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"215330fa\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"6a6fd2f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":431,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img13.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"450f69eb\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1a278b18\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"5fe17d9b\",\"elType\":\"widget\",\"settings\":{\"title\":\"PROMOTION\\nTOURISTIQUE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c839b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous offrons des voyages de qualit\\u00e9, alliant confort, s\\u00e9curit\\u00e9 et satisfaction. Gr\\u00e2ce \\u00e0 notre expertise et notre r\\u00e9seau de partenaires, chaque s\\u00e9jour est adapt\\u00e9 \\u00e0 vos besoins, que ce soit d\\u00e9tente, aventure ou affaires.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58da2720\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1f694bf0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2ea913ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"39a46856\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4999e287\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation d\\u02bch\\u00f4tels adapt\\u00e9s \\u00e0 tous\\nles budgets\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"60aac647\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44d16ad4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64303f65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-taxi\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1f8a4181\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f8f4909\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transferts priv\\u00e9s et partag\\u00e9s depuis\\net vers l\\u02bca\\u00e9roport\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e8fe4fa\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"179c9102\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"384a8896\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-plane\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c4a2789\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"733510e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Voyages en groupe pour entreprises,\\nassociations et familles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"46fc4b3\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"74c1c7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bd42ff1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"0d58698\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1843aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outils et guides interactifs pour\\nexplorer chaque destination\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"288da6d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"33c26c3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4211fab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-suitcase\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"42cd7e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cf06c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages sur mesure selon vos\\nenvies et besoins\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8394418\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"26ba64f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":428,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img23.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"76bc23a\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61dfc66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"51c8f08\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00c9BERGEMENTS\\nET ATTRACTIONS\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"84a8fb6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons une s\\u00e9lection d\\u02bch\\u00f4tels 3 \\u00e0 5 \\u00e9toiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et exp\\u00e9rience inoubliable garantie.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c313282\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e546a34\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"253b880\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4ce4d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f3a0b8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergements confortables et bien\\nsitu\\u00e9s (de 3 \\u00e0 5 \\u00e9toiles)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b28022\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"310ee51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a709fdb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-padlock-1\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ef33e8f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc51cb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chambres spacieuses et bien\\n\\u00e9quip\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a2fd552\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aa1a43a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e1b2e3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-dinner\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"aeb2afc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4ed49d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Restaurants sur place ou\\ngastronomiques\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62a984d\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"db4b543\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8681b07\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-spa-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"33861ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1b6142\",\"elType\":\"widget\",\"settings\":{\"title\":\"Espaces bien-\\u00eatre : spa, hammam,\\npiscine\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a8adc07\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"daa9b5a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f758a10\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-dolly-flatbed-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"401484d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8fd99c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services personnalis\\u00e9s (accueil,\\nconciergerie, navette, room service)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c66170a\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"d4c1e7c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img95-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"1302c80\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"13f719a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"10b7042\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAJJ\\nET OMRA\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f03d37e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nous proposons des formules compl\\u00e8tes pour le Hajj et la<br \\/>Omra, alliant spiritualit\\u00e9, confort et organisation. Nos services<br \\/>incluent l\\u02bch\\u00e9bergement proche des lieux saints, les transports,<br \\/>l\\u02bcaccompagnement religieux et l\\u02bcassistance sur place, afin de<br \\/>vous permettre d\\u02bcaccomplir vos rites en toute s\\u00e9r\\u00e9nit\\u00e9.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b4a4b4a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1cef20b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b7485c3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"086c234\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d57108d\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement proche\\ndes lieux saints\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9618c0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7a65eae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"34ff752\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-bus\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1ec09ca\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7070acb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transport s\\u00e9curis\\u00e9\\net confortable\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0b62f2c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"eb81e52\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ff02803\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"10bf060\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"af75e48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te\\nsur place\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bb09ec0\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"93319d0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f71d57b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"b4c6d9a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04fe908\",\"elType\":\"widget\",\"settings\":{\"title\":\"Guides spirituels\\nqualifi\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3df6dfe\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"779831c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":433,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img37.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"a4d4dfd\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"58ddd51\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"f5d1be1\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOYAGES EN GROUPE\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dcc7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>En famille, entre amis ou en groupe, Denworld Travel<br \\/>s\\u02bcoccupe de tout \\u2014 h\\u00e9bergements, transports,<br \\/>activit\\u00e9s \\u2014 pour que vous profitiez de l\\u02bcessentiel, au<br \\/>meilleur prix.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28f7692\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7bbaa03\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"c9aaed3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-route-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c053cee\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"731a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cr\\u00e9ation d\\u02bcitin\\u00e9raires sur mesure selon\\nle profil du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ad5091\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"095ab88\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f806619\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-bus-light\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c11f5e6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"01c56c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servation de transports (autocar,\\ntrain, avion)\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"db18d03\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c4441e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7046af0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-hotel-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"dc763f0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3f2e732\",\"elType\":\"widget\",\"settings\":{\"title\":\"H\\u00e9bergement adapt\\u00e9 \\u00e0 la taille et au\\ntype du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cf02d85\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d1154e4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a302417\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-handshake\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ab4dfdb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f8e225e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Organisation d\\u02bcactivit\\u00e9s de coh\\u00e9sion ou\\nculturelles\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c19f009\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"25ce349\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"84310cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-user-tie-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25f6870\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be5de63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement par un guide ou un\\nresponsable du groupe\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"161fcc8\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"675f70e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"90775ea\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-clipboard-list-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"5100c74\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7d7f657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gestion logistique compl\\u00e8te : repas,\\nvisites, transferts, assurances\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e8138b8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"e4f4455\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":434,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img48-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0ff5980\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"af246e8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"e689ce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOLS ET TRANSPORT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac1f69c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"870ce39\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ab19710\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-gem\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a7520b1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"44a31a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exp\\u00e9riences de luxe pour\\nles voyageurs exigeants\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d631a74\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9d7b80f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ece86d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-headset-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"4331c06\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"be6970a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance 7\\/24 pour\\ntoutes vos demandes\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f78edf7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2325644\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfb6941\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-plane-departure-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c55f267\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7b997ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances incluant\\nvol et h\\u00e9bergement\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f5a5607\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"70fba16\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6c9f43d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-umbrella-beach-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"12fb861\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"16bfded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assurance voyage\\ncouvrant tous les impr\\u00e9vus\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"945200a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"11a358e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"143ea12\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-passport-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f0b2f3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4693a14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Enregistrement rapide et\\nassistance aux formalit\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"dd505e9\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"5119592\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f4ba1e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-briefcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"cfed3dc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dfa100d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service de tour op\\u00e9rateur\\npour les agences partenaires\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56df64d\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"281e4ae\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":435,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img77-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"8ce1b9e\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1066256\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"ba6e484\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOTRE R\\u00c9SEAU\\nINTERNATIONAL\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b9612c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel s\\u02bcappuie sur un r\\u00e9seau de<br \\/>partenaires fiables pour organiser vos voyages en<br \\/>Europe, Asie et dans le Golf \\u2014 avec des<br \\/>prestations de qualit\\u00e9, des tarifs comp\\u00e9titifs et un<br \\/>accompagnement sur mesure.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a937e5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"a1335a6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2b42a34\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-tags\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"ca1cee8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3b0e67b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acc\\u00e8s \\u00e0 des tarifs comp\\u00e9titifs sur toutes nos\\ndestinations\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14c8d9c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"19aea66\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"62348ed\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-globe\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"c75f257\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ea9c929\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9seau d\\u02bcexperts locaux pour une organisation\\nsans faille\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e99c678\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"000cfe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7fa4af2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands-helping\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"a8978ba\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"550d550\",\"elType\":\"widget\",\"settings\":{\"title\":\"Accompagnement personnalis\\u00e9 pour chaque\\nclient\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6f9e8bc\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d6e79f9\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"04d3697\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"3951e9d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"03c22c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales pour les groupes et entreprises\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f7bb9c7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#FBFBFB\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":384,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@3x-100.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"65b75ea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"id\":436,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img91-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_size\":\"cover\",\"background_position_tablet\":\"initial\",\"background_xpos_tablet\":{\"unit\":\"px\",\"size\":-725,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_position_mobile\":\"center right\",\"background_size_mobile\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0d13433\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"916cfdf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"100\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"50\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"px\",\"size\":475.333},\"_flex_size\":\"none\",\"_element_width_tablet\":\"initial\"},\"elements\":[{\"id\":\"8b21062\",\"elType\":\"widget\",\"settings\":{\"title\":\"RESTONS EN CONTACT\",\"align\":\"left\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"225\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":432.333},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51f1829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Contactez-nous d\\u00e8s maintenant pour organiser votre prochain voyage !<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f39aea5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9f40607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0306f2d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-globe-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"bf3db44\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f2dde29\",\"elType\":\"widget\",\"settings\":{\"title\":\"www.denworldtravel.com\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2579b5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2415fc6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8a785a9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-phone-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"df5d9e7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-whatsapp\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f8ddd0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0cfd60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+212 662 218 087\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd5ec41\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"54e9594\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"adbf4c0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-email\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"e93d702\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"21f2b8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"fatimaenouri@dwt.ma\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"08aaa58\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cdee4bc\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"92edf8a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-facebook-line\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"076f1b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"f06d655\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ce36eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Denworldtravelmorocco\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c70367\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8d5edd3\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":11.765,\"unit\":\"%\"},\"width_tablet\":{\"size\":25,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"d4fa900\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-map-marker\",\"library\":\"ekiticons\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"25b03ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":88.235,\"unit\":\"%\"},\"width_tablet\":{\"size\":75,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"aeea8ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2728, 468, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2729, 468, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2730, 468, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2731, 468, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2732, 468, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2733, 468, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2737, 308, 'ekit_post_views_count', 2);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2738, 308, '_edit_lock', '1757002572:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2741, 469, '_edit_lock', '1757415605:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2742, 469, '_edit_last', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2743, 469, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2744, 469, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2745, 469, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2746, 469, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2747, 469, 'ehf_target_include_locations', 'a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2748, 469, 'ehf_target_exclude_locations', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2749, 469, 'ehf_target_user_roles', 'a:1:{i:0;s:3:\"all\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2750, 469, 'ehf_template_type', 'type_header');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2751, 470, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2752, 470, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2753, 470, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2754, 470, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2756, 469, 'ekit_post_views_count', 4);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2766, 472, '_wp_attached_file', '2025/09/white-bg.png');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2767, 472, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1563;s:6:\"height\";i:1563;s:4:\"file\";s:20:\"2025/09/white-bg.png\";s:8:\"filesize\";i:42196;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"white-bg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4928;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"white-bg-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"white-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"white-bg-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"white-bg-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22390;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2768, 473, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2769, 473, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2770, 473, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2771, 473, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2772, 474, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2773, 474, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2774, 474, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2775, 474, '_wp_page_template', 'default');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2776, 469, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2777, 469, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2778, 475, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2779, 475, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2780, 475, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2781, 475, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2782, 475, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2783, 475, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2787, 476, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2788, 476, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2789, 476, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2790, 476, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2791, 476, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2792, 476, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2796, 477, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2797, 477, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2798, 477, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2799, 477, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2800, 477, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2801, 477, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2805, 478, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2806, 478, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2807, 478, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2808, 478, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2809, 478, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2810, 478, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbc9d7a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0984497\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0360718\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6644f2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2feb1a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bb38afe\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"19156f1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cdbbf4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d178d20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2816, 479, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2817, 479, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2818, 479, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2819, 479, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2820, 479, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2821, 479, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbc9d7a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0984497\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0360718\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6644f2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2feb1a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bb38afe\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"19156f1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cdbbf4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d178d20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2825, 480, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2826, 480, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2827, 480, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2828, 480, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2829, 480, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2830, 480, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbc9d7a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0984497\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"0360718\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6644f2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2feb1a9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"bb38afe\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"19156f1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cdbbf4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d178d20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2834, 481, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2835, 481, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2836, 481, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2837, 481, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2838, 481, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2839, 481, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2845, 482, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2846, 482, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2847, 482, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2848, 482, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2849, 482, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2850, 482, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2854, 483, '_edit_lock', '1757416298:1');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2855, 483, '_edit_last', 1);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2856, 483, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2857, 483, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2858, 483, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2859, 483, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2860, 483, 'ehf_target_include_locations', 'a:2:{s:4:\"rule\";a:1:{i:0;s:8:\"page|all\";}s:8:\"specific\";a:0:{}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2861, 483, 'ehf_target_exclude_locations', 'a:0:{}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2862, 483, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2863, 483, 'ehf_template_type', 'type_header');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2864, 483, 'ekit_post_views_count', 6);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2865, 483, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2866, 483, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2870, 469, '_wp_trash_meta_status', 'publish');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2871, 469, '_wp_trash_meta_time', 1757415782);

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2872, 469, '_wp_desired_post_slug', 'main-header');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2873, 484, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2874, 484, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2875, 484, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2876, 484, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2877, 484, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2878, 484, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2882, 485, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2883, 485, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2884, 485, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2885, 485, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2886, 485, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2887, 485, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2891, 486, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2892, 486, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2893, 486, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2894, 486, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2895, 486, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2896, 486, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2902, 487, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2903, 487, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2904, 487, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2905, 487, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2906, 487, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2907, 487, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2911, 488, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2912, 488, '_elementor_template_type', 'wp-page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2913, 488, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2914, 488, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2915, 488, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2916, 488, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2920, 489, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2921, 489, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2922, 489, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2923, 489, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2924, 489, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2925, 489, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2929, 490, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2930, 490, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2931, 490, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2932, 490, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2933, 490, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2934, 490, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2936, 491, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2937, 491, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2938, 491, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2939, 491, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2940, 491, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2941, 491, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2943, 492, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2944, 492, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2945, 492, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2946, 492, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2947, 492, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2948, 492, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":1},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2950, 493, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2951, 493, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2952, 493, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2953, 493, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2954, 493, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2955, 493, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":1},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2957, 494, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2958, 494, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2959, 494, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2960, 494, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2961, 494, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2962, 494, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":1},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2964, 495, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2965, 495, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2966, 495, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2967, 495, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2968, 495, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2969, 495, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2971, 496, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2972, 496, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2973, 496, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2974, 496, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2975, 496, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2976, 496, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2978, 497, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2979, 497, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2980, 497, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2981, 497, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2982, 497, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2983, 497, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2985, 498, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2986, 498, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2987, 498, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2988, 498, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2989, 498, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2990, 498, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2992, 499, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2993, 499, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2994, 499, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2995, 499, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2996, 499, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2997, 499, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3001, 500, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3002, 500, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3003, 500, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3004, 500, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3005, 500, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3006, 500, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-160\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3010, 501, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3011, 501, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3012, 501, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3013, 501, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3014, 501, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3015, 501, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3019, 502, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3020, 502, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3021, 502, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3022, 502, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3023, 502, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3024, 502, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3026, 503, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3027, 503, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3028, 503, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3029, 503, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3030, 503, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3031, 503, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3033, 504, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3034, 504, '_elementor_template_type', 'wp-post');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3035, 504, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3036, 504, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3037, 504, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:11:\"__globals__\";a:1:{s:16:\"background_color\";s:25:\"globals/colors?id=primary\";}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3038, 504, '_elementor_data', '[{\"id\":\"39f9eb17\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"337134ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":10,\"unit\":\"%\"},\"width_tablet\":{\"size\":14,\"unit\":\"%\"},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":16,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2c06ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":472,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_animation\":\"grow\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}]');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3043, 505, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3044, 505, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3045, 505, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3046, 505, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3047, 505, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3048, 505, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3052, 506, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3053, 506, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3054, 506, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3055, 506, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3056, 506, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3057, 506, '_elementor_data', '[{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3061, 507, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3062, 507, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3063, 507, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3064, 507, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3065, 507, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3066, 507, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3072, 508, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3073, 508, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3074, 508, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3075, 508, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3076, 508, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3077, 508, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3081, 509, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3082, 509, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3083, 509, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3084, 509, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3085, 509, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3086, 509, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3090, 510, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3091, 510, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3092, 510, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3093, 510, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3094, 510, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3095, 510, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3099, 511, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3100, 511, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3101, 511, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3102, 511, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3103, 511, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3104, 511, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3106, 512, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3107, 512, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3108, 512, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3109, 512, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3110, 512, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3111, 512, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3113, 513, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3114, 513, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3115, 513, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3116, 513, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3117, 513, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3118, 513, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3122, 514, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3123, 514, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3124, 514, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3125, 514, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3126, 514, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3127, 514, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3131, 515, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3132, 515, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3133, 515, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3134, 515, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3135, 515, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3136, 515, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"679559b2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":437,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"350\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\"},\"elements\":[{\"id\":\"12570440\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"ab6cdc7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f588727\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3140, 516, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3141, 516, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3142, 516, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3143, 516, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3144, 516, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3145, 516, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3149, 517, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3150, 517, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3151, 517, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3152, 517, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3153, 517, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3154, 517, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3156, 518, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3157, 518, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3158, 518, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3159, 518, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3160, 518, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3161, 518, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3163, 519, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3164, 519, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3165, 519, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3166, 519, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3167, 519, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3168, 519, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3170, 520, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3171, 520, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3172, 520, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3173, 520, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3174, 520, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3175, 520, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3177, 521, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3178, 521, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3179, 521, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3180, 521, '_wp_page_template', 'elementor_canvas');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3181, 521, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3182, 521, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"264\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3184, 522, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3185, 522, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3186, 522, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3187, 522, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3188, 522, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3189, 522, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3193, 523, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3194, 523, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3195, 523, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3196, 523, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3197, 523, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3198, 523, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3202, 524, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3203, 524, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3204, 524, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3205, 524, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3206, 524, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3207, 524, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3211, 525, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3212, 525, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3213, 525, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3214, 525, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3215, 525, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3216, 525, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3220, 526, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3221, 526, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3222, 526, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3223, 526, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3224, 526, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3225, 526, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3227, 527, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3228, 527, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3229, 527, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3230, 527, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3231, 527, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3232, 527, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3234, 528, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3235, 528, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3236, 528, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3237, 528, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3238, 528, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3239, 528, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3243, 529, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3244, 529, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3245, 529, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3246, 529, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3247, 529, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3248, 529, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3252, 530, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3253, 530, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3254, 530, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3255, 530, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3256, 530, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3257, 530, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3261, 531, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3262, 531, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3263, 531, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3264, 531, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3265, 531, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3266, 531, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3272, 532, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3273, 532, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3274, 532, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3275, 532, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3276, 532, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3277, 532, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3281, 533, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3282, 533, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3283, 533, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3284, 533, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3285, 533, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3286, 533, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3290, 534, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3291, 534, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3292, 534, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3293, 534, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3294, 534, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3295, 534, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3299, 535, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3300, 535, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3301, 535, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3302, 535, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3303, 535, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3304, 535, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3306, 536, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3307, 536, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3308, 536, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3309, 536, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3310, 536, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3311, 536, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3313, 537, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3314, 537, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3315, 537, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3316, 537, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3317, 537, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3318, 537, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3322, 538, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3323, 538, '_elementor_template_type', 'wp-page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3324, 538, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3325, 538, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3326, 538, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3327, 538, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3331, 539, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3332, 539, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3333, 539, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3334, 539, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3335, 539, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3336, 539, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3340, 540, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3341, 540, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3342, 540, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3343, 540, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3344, 540, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3345, 540, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3356, 542, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3357, 542, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3358, 542, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3359, 542, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3360, 542, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3361, 542, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3363, 543, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3364, 543, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3365, 543, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3366, 543, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3367, 543, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3368, 543, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"c841d32\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c751c5\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"c667d03\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-pm-slice=\\\"0 0 []\\\">Coming Soon<\\/p>\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e64ceed\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#FFFFFF\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3370, 544, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3371, 544, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3372, 544, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3373, 544, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3374, 544, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3375, 544, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3379, 545, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3380, 545, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3381, 545, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3382, 545, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3383, 545, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3384, 545, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3388, 546, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3389, 546, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3390, 546, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3391, 546, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3392, 546, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3393, 546, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"240\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3397, 547, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3398, 547, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3399, 547, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3400, 547, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3401, 547, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3402, 547, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3406, 548, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3407, 548, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3408, 548, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3409, 548, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3410, 548, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3411, 548, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3413, 549, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3414, 549, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3415, 549, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3416, 549, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3417, 549, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3418, 549, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3420, 550, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3421, 550, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3422, 550, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3423, 550, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3424, 550, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3425, 550, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3429, 551, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3430, 551, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3431, 551, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3432, 551, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3433, 551, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3434, 551, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3438, 552, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3439, 552, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3440, 552, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3441, 552, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3442, 552, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3443, 552, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3447, 553, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3448, 553, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3449, 553, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3450, 553, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3451, 553, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3452, 553, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3458, 554, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3459, 554, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3460, 554, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3461, 554, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3462, 554, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3463, 554, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3467, 555, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3468, 555, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3469, 555, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3470, 555, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3471, 555, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3472, 555, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3476, 556, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3477, 556, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3478, 556, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3479, 556, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3480, 556, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3481, 556, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3487, 557, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3488, 557, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3489, 557, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3490, 557, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3491, 557, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3492, 557, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3496, 558, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3497, 558, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3498, 558, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3499, 558, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3500, 558, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3501, 558, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3505, 559, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3506, 559, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3507, 559, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3508, 559, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3509, 559, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3510, 559, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3516, 560, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3517, 560, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3518, 560, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3519, 560, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3520, 560, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3521, 560, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3525, 561, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3526, 561, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3527, 561, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3528, 561, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3529, 561, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3530, 561, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3534, 562, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3535, 562, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3536, 562, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3537, 562, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3538, 562, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3539, 562, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3545, 563, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3546, 563, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3547, 563, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3548, 563, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3549, 563, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3550, 563, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3554, 564, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3555, 564, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3556, 564, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3557, 564, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3558, 564, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3559, 564, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3563, 565, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3564, 565, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3565, 565, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3566, 565, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3567, 565, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3568, 565, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3574, 566, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3575, 566, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3576, 566, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3577, 566, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3578, 566, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3579, 566, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3583, 567, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3584, 567, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3585, 567, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3586, 567, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3587, 567, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3588, 567, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3592, 568, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3593, 568, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3594, 568, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3595, 568, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3596, 568, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3597, 568, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3603, 569, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3604, 569, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3605, 569, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3606, 569, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3607, 569, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3608, 569, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3612, 570, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3613, 570, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3614, 570, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3615, 570, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3616, 570, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3617, 570, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3621, 571, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3622, 571, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3623, 571, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3624, 571, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3625, 571, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3626, 571, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3632, 572, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3633, 572, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3634, 572, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3635, 572, '_wp_page_template', 'elementor_canvas');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3636, 572, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3637, 572, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3641, 573, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3642, 573, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3643, 573, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3644, 573, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3645, 573, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3646, 573, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3650, 574, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3651, 574, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3652, 574, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3653, 574, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3654, 574, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3655, 574, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3661, 575, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3662, 575, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3663, 575, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3664, 575, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3665, 575, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3666, 575, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3670, 576, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3671, 576, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3672, 576, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3673, 576, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3674, 576, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3675, 576, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3679, 577, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3680, 577, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3681, 577, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3682, 577, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3683, 577, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3684, 577, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3690, 578, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3691, 578, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3692, 578, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3693, 578, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3694, 578, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3695, 578, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3699, 579, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3700, 579, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3701, 579, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3702, 579, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3703, 579, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3704, 579, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"48\",\"row\":\"48\",\"isLinked\":true,\"unit\":\"px\",\"size\":48}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\"},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3708, 580, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3709, 580, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3710, 580, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3711, 580, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3712, 580, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3713, 580, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\",\"st_content_row_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3719, 581, '_wp_attached_file', '2025/09/Dark-bg.png');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3720, 581, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1563;s:6:\"height\";i:1563;s:4:\"file\";s:19:\"2025/09/Dark-bg.png\";s:8:\"filesize\";i:43885;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Dark-bg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4591;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Dark-bg-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Dark-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2821;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Dark-bg-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10042;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"Dark-bg-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3721, 582, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3722, 582, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3723, 582, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3724, 582, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3725, 582, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3726, 582, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\",\"st_content_row_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3730, 583, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3731, 583, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3732, 583, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3733, 583, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3734, 583, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3735, 583, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/white-bg.png\",\"id\":472,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\",\"st_content_row_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3739, 584, '_elementor_edit_mode', 'builder');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3740, 584, '_elementor_template_type', 'wp-page');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3741, 584, '_elementor_version', '3.31.3');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3742, 584, '_wp_page_template', 'elementor_canvas');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3743, 584, '_elementor_page_settings', 'a:3:{s:10:\"hide_title\";s:3:\"yes\";s:22:\"ekit_onepagescroll_nav\";s:15:\"circle-scale-up\";s:28:\"ekit_onepagescroll_nav_color\";s:7:\"#FFFFFF\";}');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3744, 584, '_elementor_data', '[{\"id\":\"fa22d47\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position\":\"absolute\",\"z_index\":2},\"elements\":[{\"id\":\"0809054\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Dark-bg.png\",\"id\":581,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":128,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"147c3dc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/img129-scaled.jpg\",\"id\":437,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#DD3333\",\"padding\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"40\",\"bottom\":\"200\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"20\",\"bottom\":\"200\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7086485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40}},\"elements\":[{\"id\":\"89bf898\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming Soon\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":56,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0217af7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Denworld Travel organise des voyages sur mesure, pour des<br \\/>vacances, affaires, p\\u00e8lerinages ou escapades de luxe \\u2014 afin<br \\/>d\\u02bcoffrir des exp\\u00e9riences inoubliables.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e23d728\",\"elType\":\"widget\",\"settings\":{\"sg_content_date\":\"2025-09-30 12:00\",\"sg_content_day_label\":\"Jours\",\"sg_content_hour_label\":\"Heures\",\"sg_content_minute_label\":\"Minutes\",\"sg_content_second_label\":\"Secondes\",\"sg_expire_title\":\"Countdown is finished!\",\"sg_expire_content\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#039;s standard dummy text ever since the 1500s.\",\"st_content_row_gap_responsive\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_countdown\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"59d1ce6b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1500,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FDFBF7\"},\"elements\":[{\"id\":\"52cee36c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"64158135\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nos services\",\"align\":\"center\",\"title_color\":\"#424C58\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"164af93c\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true}},\"elements\":[{\"id\":\"5670ef1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"5fd6592d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-suitcase-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6006be24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Packages vacances personnalis\\u00e9s\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39f7ff88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Cr\\u00e9ez un voyage \\u00e0 votre image avec des offres adapt\\u00e9es \\u00e0 vos envies, votre budget et votre planning. Chaque s\\u00e9jour est con\\u00e7u sur mesure pour une exp\\u00e9rience unique.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1ee4098\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"center right\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"b996ee3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-life-ring-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"928c186\",\"elType\":\"widget\",\"settings\":{\"title\":\"Assistance compl\\u00e8te avant, pendant et apr\\u00e8s le voyage\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"db51b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>B\\u00e9n\\u00e9ficiez d\\u2019un accompagnement d\\u00e9di\\u00e9 \\u00e0 chaque \\u00e9tape : conseils avant le d\\u00e9part, aide pendant le s\\u00e9jour, et suivi apr\\u00e8s votre retour.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"783ed680\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[{\"id\":\"1220a612\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"2fdb02d5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-check-circle-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"29dd6e69\",\"elType\":\"widget\",\"settings\":{\"title\":\"R\\u00e9servations simplifi\\u00e9es et s\\u00e9curis\\u00e9es\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7afc940a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Centralisez toutes vos r\\u00e9servations sur une plateforme intuitive avec paiement s\\u00e9curis\\u00e9 et confirmation rapide.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"afca419\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#F2F2F2\",\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"60\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":800,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"globals\\/colors?id=accent\"},\"background_hover_background\":\"classic\",\"background_hover_image\":{\"id\":383,\"url\":\"https:\\/\\/denworld.instawp.dev\\/wp-content\\/uploads\\/2025\\/09\\/Mesa-de-trabajo-1@2x-100.jpg\"},\"background_hover_position\":\"bottom left\",\"background_hover_size\":\"cover\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ac33586\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-tags-solid\",\"library\":\"jkiticon\"},\"align\":\"left\",\"__globals__\":{\"primary_color\":\"\"},\"primary_color\":\"#DD3333\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"69ce30d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Offres sp\\u00e9ciales et r\\u00e9ductions saisonni\\u00e8res\",\"align\":\"left\",\"title_color\":\"#424C58\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f41a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Acc\\u00e9dez \\u00e0 des promotions exclusives toute l\\u2019ann\\u00e9e pour voyager plus souvent \\u00e0 prix r\\u00e9duit.<\\/p>\",\"text_color\":\"#727272\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"125\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');

INSERT IGNORE INTO `iwp2d52_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3750, 308, '_elementor_css', 'a:6:{s:4:\"time\";i:1757709943;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=586 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2025-09-03 16:35:52', '2025-09-03 16:35:52', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2025-09-03 16:35:52', '2025-09-03 16:35:52', '', '0', 'https://denworldtravel.ma/?p=1', '0', 'post', '', 1);

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2, 1, '2025-09-03 16:35:52', '2025-09-03 16:35:52', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://denworldtravel.ma/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page__trashed', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', '0', 'https://denworldtravel.ma/?page_id=2', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3, 1, '2025-09-03 16:35:52', '2025-09-03 16:35:52', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://denworldtravel.ma.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'trash', 'closed', 'open', '', 'privacy-policy__trashed', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', '0', 'https://denworldtravel.ma/?page_id=3', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4, '0', '2025-09-03 16:35:53', '2025-09-03 16:35:53', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-09-03 16:35:53', '2025-09-03 16:35:53', '', '0', 'https://denworldtravel.ma/index.php/2025/09/03/navigation/', '0', 'wp_navigation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (7, 1, '2020-09-09 06:25:36', '2020-09-09 06:25:36', '', 'One Click Demo Import - log_file_2020-09-09__06-25-36', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2020-09-09__06-25-36', '', '', '2020-09-09 06:25:36', '2020-09-09 06:25:36', '', '0', 'https://themesvila.com/themes-wp/vromon/wp-content/uploads/2020/09/log_file_2020-09-09__06-25-36.txt', '0', 'attachment', 'text/plain', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (8, 1, '2017-11-23 12:10:05', '2017-11-23 12:10:05', '[kc_row _id=\"426764\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"383516\"][home_banner_area sec_title=\"We make awesome tours\" sec_content=\"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gPGJyIC8+TG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgLg==\" sec_btn_text=\"Find tour\" sec_btn_link=\"#special_package\" _id=\"776664\" upload_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"612233\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"416450\"][services_area sec_title=\"FZtravel services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"437399\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"129065\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"257898\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"170274\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"299935\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"455203\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"51144\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"482545\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"741411\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"41787\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"681335\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"229969\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"180946\"][/kc_column][/kc_row][kc_row _id=\"394125\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"338021\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"972963\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"709774\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"62289\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"823311\"][/kc_column][/kc_row][kc_row _id=\"211228\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"523979\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"100941\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"398946\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"664648\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQgY29uc2VjdGV0dXIgYWRpcGlzaWNpbmcgZWxpdHNlZCBlaXVzbW9kIHRlbXBvciBlbmltIG1pbmltIHZlbmlhbSBxdWlzIG5vdHJ1PGJyPiBleGVyY2l0IGF0aW9uIExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LlZlbmlhbSBxdWlzIG5vdHJ1IGV4ZXJjaXQu\" _id=\"167897\"][/kc_column][/kc_row][kc_row _id=\"252294\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"798347\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"639535\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"305666\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"231326\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"965703\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"593472\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"786149\"][clients_area _id=\"97476\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"822301\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"332752\"][contact_us_area sec_title=\"Contact Us\" _id=\"670267\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"243807\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"256938\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"890813\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"145913\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"717242\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"624768\"][google_area sec_lati=\"40.7127837\" sec_longi=\"-74.00594130000002\" sec_api_key=\"AIzaSyDwIQh7LGryQdDDi-A603lR8NqiF3R_ycA\" _id=\"159309\"][/kc_column][/kc_row]', 'Home', '', 'trash', 'closed', 'closed', '', 'home__trashed-2', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'http://getmasum.com/themes-wp/fz/?page_id=8', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (9, 1, '2025-09-04 09:59:34', '2025-09-04 09:59:34', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-hello-elementor', '', '', '2025-09-04 09:59:34', '2025-09-04 09:59:34', '', '0', 'https://denworldtravel.ma/wp-global-styles-hello-elementor/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (11, 1, '2017-11-23 13:47:07', '2017-11-23 13:47:07', '', 'static-bg', '', 'inherit', 'open', 'closed', '', 'static-bg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 8, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/static-bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (12, 1, '2025-09-04 10:14:08', '2025-09-04 10:14:08', '', 'One Click Demo Import - log_file_2025-09-04__10-14-08', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2025-09-04__10-14-08', '', '', '2025-09-04 10:14:08', '2025-09-04 10:14:08', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/log_file_2025-09-04__10-14-08.txt', '0', 'attachment', 'text/plain', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (13, 1, '2017-11-23 13:56:37', '2017-11-23 13:56:37', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat labore et dolore magna aliquyam erat.', 'Rail Booking', '', 'publish', 'closed', 'closed', '', 'rail-booking', '', '', '2017-11-23 13:56:37', '2017-11-23 13:56:37', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=service&amp;p=13', '0', 'service', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (14, 1, '2017-11-23 13:57:39', '2017-11-23 13:57:39', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat labore et dolore magna aliquyam erat.', 'Cruises Booking', '', 'publish', 'closed', 'closed', '', 'cruises-booking', '', '', '2017-11-23 13:57:39', '2017-11-23 13:57:39', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=service&amp;p=14', '0', 'service', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (15, 1, '2017-11-23 13:58:22', '2017-11-23 13:58:22', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat labore et dolore magna aliquyam erat.', 'Ticket Booking', '', 'publish', 'closed', 'closed', '', 'ticket-booking', '', '', '2017-11-23 13:58:22', '2017-11-23 13:58:22', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=service&amp;p=15', '0', 'service', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (16, 1, '2022-12-05 10:48:08', '0000-00-00 00:00:00', '', 'About', '', 'draft', 'closed', 'closed', '', '', '', '', '2022-12-05 10:48:08', '0000-00-00 00:00:00', '', '0', 'http://localhost/learning/?p=16', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (17, 1, '2017-11-23 13:59:57', '2017-11-23 13:59:57', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat labore et dolore magna aliquyam erat.', 'Hotel Booking', '', 'publish', 'closed', 'closed', '', 'hotel-booking', '', '', '2017-11-23 13:59:57', '2017-11-23 13:59:57', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=service&amp;p=17', '0', 'service', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (18, 1, '2017-11-23 14:04:31', '2017-11-23 14:04:31', '', 'service-bg', '', 'inherit', 'open', 'closed', '', 'service-bg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 8, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/service-bg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (19, 1, '2017-11-23 14:12:30', '2017-11-23 14:12:30', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labored.', 'Best Price Guarantee', '', 'publish', 'closed', 'closed', '', 'best-price-guarantee', '', '', '2017-11-23 14:12:30', '2017-11-23 14:12:30', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=why_choice_us&amp;p=19', '0', 'why_choice_us', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (20, 1, '2017-11-23 14:13:20', '2017-11-23 14:13:20', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labored.', 'World Class Service', '', 'publish', 'closed', 'closed', '', 'world-class-service', '', '', '2017-11-23 14:13:20', '2017-11-23 14:13:20', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=why_choice_us&amp;p=20', '0', 'why_choice_us', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (22, 1, '2022-12-07 03:59:15', '2022-12-07 03:59:15', '<!-- wp:shortcode -->\n[home_shortcode]\n<!-- /wp:shortcode -->', 'Home', '', 'trash', 'closed', 'closed', '', 'home__trashed', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', '0', 'http://localhost/learning/?page_id=22', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (23, 1, '2017-11-23 18:44:26', '2017-11-23 18:44:26', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt', 'orange', '', 'publish', 'closed', 'closed', '', 'orange', '', '', '2017-11-23 18:44:26', '2017-11-23 18:44:26', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=special_package&amp;p=23', '0', 'special_package', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (24, 1, '2017-11-23 18:43:38', '2017-11-23 18:43:38', '', 1, '', 'inherit', 'open', 'closed', '', '1-5', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 23, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (25, 1, '2017-11-23 18:43:45', '2017-11-23 18:43:45', '', 2, '', 'inherit', 'open', 'closed', '', '2-5', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 23, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (26, 1, '2017-11-23 18:43:50', '2017-11-23 18:43:50', '', 3, '', 'inherit', 'open', 'closed', '', '3-5', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 23, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (27, 1, '2017-11-23 18:43:56', '2017-11-23 18:43:56', '', 4, '', 'inherit', 'open', 'closed', '', '4-5', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 23, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (28, 1, '2017-11-23 18:44:01', '2017-11-23 18:44:01', '', 5, '', 'inherit', 'open', 'closed', '', '5-4', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 23, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (29, 1, '2017-11-23 18:44:05', '2017-11-23 18:44:05', '', 6, '', 'inherit', 'open', 'closed', '', '6-4', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 23, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/6.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (30, 1, '2017-11-23 18:51:01', '2017-11-23 18:51:01', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt', 'Japan', '', 'publish', 'closed', 'closed', '', 'japan', '', '', '2017-11-23 18:51:01', '2017-11-23 18:51:01', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=special_package&amp;p=30', '0', 'special_package', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (31, 1, '2017-11-23 18:52:51', '2017-11-23 18:52:51', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt', 'germany', '', 'publish', 'closed', 'closed', '', 'germany', '', '', '2017-11-23 18:52:51', '2017-11-23 18:52:51', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=special_package&amp;p=31', '0', 'special_package', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (32, 1, '2017-11-23 19:04:59', '2017-11-23 19:04:59', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt', 'france', '', 'publish', 'closed', 'closed', '', 'france', '', '', '2017-11-23 19:04:59', '2017-11-23 19:04:59', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=special_package&amp;p=32', '0', 'special_package', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (33, 1, '2017-11-23 19:15:08', '2017-11-23 19:15:08', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt', 'canada', '', 'publish', 'closed', 'closed', '', 'canada', '', '', '2017-11-23 19:15:08', '2017-11-23 19:15:08', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=special_package&amp;p=33', '0', 'special_package', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (34, 1, '2017-11-23 19:15:54', '2017-11-23 19:15:54', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt', 'Australia', '', 'publish', 'closed', 'closed', '', 'australia', '', '', '2017-11-23 19:15:54', '2017-11-23 19:15:54', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=special_package&amp;p=34', '0', 'special_package', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (36, 1, '2017-11-25 12:54:42', '2017-11-25 12:54:42', '<h2>creativity is intelligence having fun</h2>\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\n<script src=\"moz-extension://9395bbcf-4072-4ccd-ab2a-37916391bba8/js/app.js\" type=\"text/javascript\"></script>', 'Istanbul', '', 'publish', 'closed', 'closed', '', 'istanbul', '', '', '2017-11-25 12:54:42', '2017-11-25 12:54:42', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=tour&amp;p=36', '0', 'tour', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (37, 1, '2017-11-25 12:52:35', '2017-11-25 12:52:35', '', 1, '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 36, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/1-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (38, 1, '2017-11-25 12:52:39', '2017-11-25 12:52:39', '', 2, '', 'inherit', 'open', 'closed', '', '2-2', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 36, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/2-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (39, 1, '2017-11-25 12:52:42', '2017-11-25 12:52:42', '', 3, '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 36, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/3-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (40, 1, '2017-11-25 12:52:45', '2017-11-25 12:52:45', '', 4, '', 'inherit', 'open', 'closed', '', '4-2', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 36, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/4-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (41, 1, '2017-11-25 12:52:49', '2017-11-25 12:52:49', '', 5, '', 'inherit', 'open', 'closed', '', '5-2', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 36, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/5-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (42, 1, '2017-11-25 12:52:52', '2017-11-25 12:52:52', '', 6, '', 'inherit', 'open', 'closed', '', '6-2', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 36, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/6-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (43, 1, '2017-11-25 12:56:26', '2017-11-25 12:56:26', '<h2>creativity is intelligence having fun</h2>\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\n<script src=\"moz-extension://9395bbcf-4072-4ccd-ab2a-37916391bba8/js/app.js\" type=\"text/javascript\"></script>', 'Cappadocia', '', 'publish', 'closed', 'closed', '', 'cappadocia', '', '', '2017-11-25 12:56:26', '2017-11-25 12:56:26', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=tour&amp;p=43', '0', 'tour', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (44, 1, '2017-11-25 12:58:03', '2017-11-25 12:58:03', '<h2>creativity is intelligence having fun</h2>\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n', 'Ephesus', '', 'publish', 'closed', 'closed', '', 'ephesus', '', '', '2017-11-25 12:58:03', '2017-11-25 12:58:03', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=tour&amp;p=44', '0', 'tour', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (45, 1, '2017-11-25 12:59:23', '2017-11-25 12:59:23', '<h2>creativity is intelligence having fun</h2>\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\n<script src=\"moz-extension://9395bbcf-4072-4ccd-ab2a-37916391bba8/js/app.js\" type=\"text/javascript\"></script>', 'Pamukkale', '', 'publish', 'closed', 'closed', '', 'pamukkale', '', '', '2017-11-25 12:59:23', '2017-11-25 12:59:23', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=tour&amp;p=45', '0', 'tour', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (46, 1, '2017-11-25 13:00:10', '2017-11-25 13:00:10', '<h2>creativity is intelligence having fun</h2>\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\n', 'Gallipoli', '', 'publish', 'closed', 'closed', '', 'gallipoli', '', '', '2017-11-25 13:00:10', '2017-11-25 13:00:10', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=tour&amp;p=46', '0', 'tour', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (47, 1, '2017-11-25 13:00:46', '2017-11-25 13:00:46', '<h2>creativity is intelligence having fun</h2>\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n\r\nLorem ipsum dosectetur adipisicing elit, sed doLorem ipsum dolor sit amet, consectetur Nulla fringilla purus at leo dignissim congue. Mauris elementum accumsan leo vel tempo Sit amet cursus nisl aliquam. Aliquam et elit eu nunc rhoncus viverra quis at felis. Seddo Lorem ipsum dolor sit amet, consectetur Nulla fringilla purus Lorem ipsum dosectetur a dipisicing elit at leo dignissim congue.\r\n', 'Black sea', '', 'publish', 'closed', 'closed', '', 'black-sea', '', '', '2017-11-25 13:00:46', '2017-11-25 13:00:46', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=tour&amp;p=47', '0', 'tour', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (49, 1, '2017-11-25 13:22:27', '2017-11-25 13:22:27', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.', 'hotels', '', 'publish', 'closed', 'closed', '', 'hotels', '', '', '2017-11-25 13:22:27', '2017-11-25 13:22:27', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=gallery&amp;p=49', '0', 'gallery', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (50, 1, '2022-12-12 11:43:23', '2022-12-12 11:43:23', '<!-- wp:shortcode -->\n[aboutus_shortcode]\n<!-- /wp:shortcode -->', 'About', '', 'trash', 'closed', 'closed', '', 'about__trashed', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', '0', 'http://localhost/learning/?page_id=50', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (51, 1, '2017-11-25 13:21:53', '2017-11-25 13:21:53', '', 1, '', 'inherit', 'open', 'closed', '', '1-3', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 49, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/1-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (52, 1, '2022-12-30 06:44:04', '2022-12-12 11:45:34', ' ', '', '', 'publish', 'closed', 'closed', '', 52, '', '', '2022-12-30 06:44:04', '2022-12-12 11:45:34', '', '0', 'http://localhost/learning/?p=52', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (53, 1, '2022-12-30 06:44:04', '2022-12-12 11:45:34', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us-2', '', '', '2022-12-30 06:44:04', '2022-12-12 11:45:34', '', '0', 'http://localhost/learning/?p=53', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (54, 1, '2017-11-25 13:23:07', '2017-11-25 13:23:07', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.', 'cruises', '', 'publish', 'closed', 'closed', '', 'cruises', '', '', '2017-11-25 13:23:07', '2017-11-25 13:23:07', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=gallery&amp;p=54', '0', 'gallery', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (55, 1, '2017-11-25 13:23:53', '2017-11-25 13:23:53', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.', 'flights', '', 'publish', 'closed', 'closed', '', 'flights', '', '', '2017-11-25 13:23:53', '2017-11-25 13:23:53', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=gallery&amp;p=55', '0', 'gallery', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (56, 1, '2017-11-25 13:24:39', '2017-11-25 13:24:39', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.', 'Tours', '', 'publish', 'closed', 'closed', '', 'tours', '', '', '2017-11-25 13:24:39', '2017-11-25 13:24:39', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=gallery&amp;p=56', '0', 'gallery', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (57, 1, '2025-01-17 14:30:52', '2025-01-17 14:30:52', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc convallis et nunc et rhoncus. Aenean mi erat, fringilla sed ex et, gravida pretium tellus. Aliquam sed justo enim. Aliquam tincidunt volutpat erat in vulputate. Vestibulum arcu purus, commodo in accumsan nec, finibus a nunc. Nam non dui sed lacus convallis sagittis. Integer purus urna, consectetur non accumsan id, commodo et arcu.\n\nSed tincidunt maximus arcu, id accumsan mi ornare id. Fusce pulvinar ex turpis, ac consectetur metus consectetur a. Duis vestibulum, ipsum ac consequat porttitor, lectus velit tempor nisl, eu placerat sapien sapien at massa. Proin dui sapien, luctus a dolor ac, placerat bibendum ex. Pellentesque vel enim metus. Sed eget tellus ac lorem placerat tincidunt vitae eu eros. Maecenas et lacinia neque. Etiam tortor eros, varius ut ornare imperdiet, tincidunt ut erat. Nam faucibus eu lorem sed mollis. Morbi nec dolor feugiat, elementum libero sed, lobortis magna. Nunc consequat ultricies dolor id ornare. Nulla facilisi. Morbi eget facilisis erat. Nam nec aliquam sem. Vivamus aliquet sem vitae odio interdum aliquam.\n\nMaecenas at leo commodo, porttitor eros nec, faucibus lorem. Donec cursus nunc dui, pellentesque eleifend eros mollis eget. Phasellus porttitor odio id ornare consequat. Fusce congue dui aliquam mauris gravida, ut fringilla diam aliquet. Aliquam vitae elementum justo, non rhoncus dui. Sed vitae iaculis mauris. In hac habitasse platea dictumst. Proin congue mauris sed eleifend cursus. Sed in consequat elit, eget viverra diam. Aliquam pulvinar, sapien in aliquet porta, urna mi facilisis dolor, in mollis velit dui ac mi. Proin sed sagittis turpis. Vivamus dignissim massa neque, consectetur blandit sem pharetra at.', 'Lorem ipsum dolor sit', '', 'publish', 'open', 'open', '', 'lorem-ipsum-dolor-sit-amet', '', '', '2025-01-17 14:30:52', '2025-01-17 14:30:52', '', '0', 'http://getmasum.com/themes-wp/fz/?p=57', '0', 'post', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (61, 1, '2025-01-18 14:57:44', '2025-01-18 14:57:44', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc convallis et nunc et rhoncus. Aenean mi erat, fringilla sed ex et, gravida pretium tellus. Aliquam sed justo enim. Aliquam tincidunt volutpat erat in vulputate. Vestibulum arcu purus, commodo in accumsan nec, finibus a nunc. Nam non dui sed lacus convallis sagittis. Integer purus urna, consectetur non accumsan id, commodo et arcu.\r\n\r\nSed tincidunt maximus arcu, id accumsan mi ornare id. Fusce pulvinar ex turpis, ac consectetur metus consectetur a. Duis vestibulum, ipsum ac consequat porttitor, lectus velit tempor nisl, eu placerat sapien sapien at massa. Proin dui sapien, luctus a dolor ac, placerat bibendum ex. Pellentesque vel enim metus. Sed eget tellus ac lorem placerat tincidunt vitae eu eros. Maecenas et lacinia neque. Etiam tortor eros, varius ut ornare imperdiet, tincidunt ut erat. Nam faucibus eu lorem sed mollis. Morbi nec dolor feugiat, elementum libero sed, lobortis magna. Nunc consequat ultricies dolor id ornare. Nulla facilisi. Morbi eget facilisis erat. Nam nec aliquam sem. Vivamus aliquet sem vitae odio interdum aliquam.\r\n\r\nMaecenas at leo commodo, porttitor eros nec, faucibus lorem. Donec cursus nunc dui, pellentesque eleifend eros mollis eget. Phasellus porttitor odio id ornare consequat. Fusce congue dui aliquam mauris gravida, ut fringilla diam aliquet. Aliquam vitae elementum justo, non rhoncus dui. Sed vitae iaculis mauris. In hac habitasse platea dictumst. Proin congue mauris sed eleifend cursus. Sed in consequat elit, eget viverra diam. Aliquam pulvinar, sapien in aliquet porta, urna mi facilisis dolor, in mollis velit dui ac mi. Proin sed sagittis turpis. Vivamus dignissim massa neque, consectetur blandit sem pharetra at.', 'Aenean molestie nunc enim ac', '', 'publish', 'open', 'open', '', 'aenean-molestie-nunc-enim-ac', '', '', '2025-01-18 14:57:44', '2025-01-18 14:57:44', '', '0', 'http://getmasum.com/themes-wp/fz/?p=61', '0', 'post', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (64, 1, '2025-01-18 14:59:13', '2025-01-18 14:59:13', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc convallis et nunc et rhoncus. Aenean mi erat, fringilla sed ex et, gravida pretium tellus. Aliquam sed justo enim. Aliquam tincidunt volutpat erat in vulputate. Vestibulum arcu purus, commodo in accumsan nec, finibus a nunc. Nam non dui sed lacus convallis sagittis. Integer purus urna, consectetur non accumsan id, commodo et arcu.\r\n\r\nSed tincidunt maximus arcu, id accumsan mi ornare id. Fusce pulvinar ex turpis, ac consectetur metus consectetur a. Duis vestibulum, ipsum ac consequat porttitor, lectus velit tempor nisl, eu placerat sapien sapien at massa. Proin dui sapien, luctus a dolor ac, placerat bibendum ex. Pellentesque vel enim metus. Sed eget tellus ac lorem placerat tincidunt vitae eu eros. Maecenas et lacinia neque. Etiam tortor eros, varius ut ornare imperdiet, tincidunt ut erat. Nam faucibus eu lorem sed mollis. Morbi nec dolor feugiat, elementum libero sed, lobortis magna. Nunc consequat ultricies dolor id ornare. Nulla facilisi. Morbi eget facilisis erat. Nam nec aliquam sem. Vivamus aliquet sem vitae odio interdum aliquam.\r\n\r\nMaecenas at leo commodo, porttitor eros nec, faucibus lorem. Donec cursus nunc dui, pellentesque eleifend eros mollis eget. Phasellus porttitor odio id ornare consequat. Fusce congue dui aliquam mauris gravida, ut fringilla diam aliquet. Aliquam vitae elementum justo, non rhoncus dui. Sed vitae iaculis mauris. In hac habitasse platea dictumst. Proin congue mauris sed eleifend cursus. Sed in consequat elit, eget viverra diam. Aliquam pulvinar, sapien in aliquet porta, urna mi facilisis dolor, in mollis velit dui ac mi. Proin sed sagittis turpis. Vivamus dignissim massa neque, consectetur blandit sem pharetra at.', 'Duis pharetra lacus molestie turpis', '', 'publish', 'open', 'open', '', 'duis-pharetra-lacus-molestie-turpis', '', '', '2025-01-18 14:59:13', '2025-01-18 14:59:13', '', '0', 'http://getmasum.com/themes-wp/fz/?p=64', '0', 'post', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (65, 1, '2022-12-13 11:10:15', '2022-12-13 11:10:15', '<!-- wp:shortcode -->\n[contact_shortcode]\n<!-- /wp:shortcode -->', 'Contact', '', 'trash', 'closed', 'closed', '', 'contact__trashed', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', '0', 'http://localhost/learning/?page_id=65', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (66, 1, '2025-01-18 15:00:36', '2025-01-18 15:00:36', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc convallis et nunc et rhoncus. Aenean mi erat, fringilla sed ex et, gravida pretium tellus. Aliquam sed justo enim. Aliquam tincidunt volutpat erat in vulputate. Vestibulum arcu purus, commodo in accumsan nec, finibus a nunc. Nam non dui sed lacus convallis sagittis. Integer purus urna, consectetur non accumsan id, commodo et arcu.\n\nSed tincidunt maximus arcu, id accumsan mi ornare id. Fusce pulvinar ex turpis, ac consectetur metus consectetur a. Duis vestibulum, ipsum ac consequat porttitor, lectus velit tempor nisl, eu placerat sapien sapien at massa. Proin dui sapien, luctus a dolor ac, placerat bibendum ex. Pellentesque vel enim metus. Sed eget tellus ac lorem placerat tincidunt vitae eu eros. Maecenas et lacinia neque. Etiam tortor eros, varius ut ornare imperdiet, tincidunt ut erat. Nam faucibus eu lorem sed mollis. Morbi nec dolor feugiat, elementum libero sed, lobortis magna. Nunc consequat ultricies dolor id ornare. Nulla facilisi. Morbi eget facilisis erat. Nam nec aliquam sem. Vivamus aliquet sem vitae odio interdum aliquam.\n\nMaecenas at leo commodo, porttitor eros nec, faucibus lorem. Donec cursus nunc dui, pellentesque eleifend eros mollis eget. Phasellus porttitor odio id ornare consequat. Fusce congue dui aliquam mauris gravida, ut fringilla diam aliquet. Aliquam vitae elementum justo, non rhoncus dui. Sed vitae iaculis mauris. In hac habitasse platea dictumst. Proin congue mauris sed eleifend cursus. Sed in consequat elit, eget viverra diam. Aliquam pulvinar, sapien in aliquet porta, urna mi facilisis dolor, in mollis velit dui ac mi. Proin sed sagittis turpis. Vivamus dignissim massa neque, consectetur blandit sem pharetra at.', 'Aliquam sodales tellus ante nec', '', 'publish', 'open', 'open', '', 'aliquam-sodales-tellus-ante-nec', '', '', '2025-01-18 15:00:36', '2025-01-18 15:00:36', '', '0', 'http://getmasum.com/themes-wp/fz/?p=66', '0', 'post', '', 4);

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (67, 1, '2022-12-13 11:10:38', '2022-12-13 11:10:38', '<!-- wp:shortcode -->\n[portfolio_shortcode]\n<!-- /wp:shortcode -->', 'Portfolio', '', 'trash', 'closed', 'closed', '', 'portfolio__trashed', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', '0', 'http://localhost/learning/?page_id=67', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (69, 1, '2022-12-30 06:44:04', '2022-12-13 11:11:54', ' ', '', '', 'publish', 'closed', 'closed', '', 69, '', '', '2022-12-30 06:44:04', '2022-12-13 11:11:54', '', '0', 'http://localhost/learning/?p=69', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (70, 1, '2017-11-25 15:15:21', '2017-11-25 15:15:21', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent bibendum dolor sit amet eros imperdiet, sit amet hendrerit nisi vehicula.', 'williamson', '', 'publish', 'closed', 'closed', '', 'williamson-2', '', '', '2017-11-25 15:15:21', '2017-11-25 15:15:21', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=testimonials&amp;p=70', '0', 'testimonials', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (71, 1, '2022-12-30 06:44:04', '2022-12-13 11:12:20', ' ', '', '', 'publish', 'closed', 'closed', '', 71, '', '', '2022-12-30 06:44:04', '2022-12-13 11:12:20', '', '0', 'http://localhost/learning/?p=71', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (72, 1, '2017-11-25 15:16:14', '2017-11-25 15:16:14', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent bibendum dolor sit amet eros imperdiet, sit amet hendrerit nisi vehicula.', 'williamson', '', 'publish', 'closed', 'closed', '', 'williamson-3', '', '', '2017-11-25 15:16:14', '2017-11-25 15:16:14', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=testimonials&amp;p=72', '0', 'testimonials', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (73, 1, '2017-11-25 15:16:55', '2017-11-25 15:16:55', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent bibendum dolor sit amet eros imperdiet, sit amet hendrerit nisi vehicula.', 'Kristina', '', 'publish', 'closed', 'closed', '', 'kristina-2', '', '', '2017-11-25 15:16:55', '2017-11-25 15:16:55', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=testimonials&amp;p=73', '0', 'testimonials', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (75, 1, '2017-11-25 15:20:08', '2017-11-25 15:20:08', '', 3, '', 'inherit', 'open', 'closed', '', '3-4', '', '', '2017-11-25 15:20:08', '2017-11-25 15:20:08', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/3-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (76, 1, '2017-11-25 15:20:11', '2017-11-25 15:20:11', '', 4, '', 'inherit', 'open', 'closed', '', '4-4', '', '', '2017-11-25 15:20:11', '2017-11-25 15:20:11', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/4-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (77, 1, '2017-11-25 15:20:13', '2017-11-25 15:20:13', '', 5, '', 'inherit', 'open', 'closed', '', '5-3', '', '', '2017-11-25 15:20:13', '2017-11-25 15:20:13', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/5-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (78, 1, '2017-11-25 15:20:15', '2017-11-25 15:20:15', '', 6, '', 'inherit', 'open', 'closed', '', '6-3', '', '', '2017-11-25 15:20:15', '2017-11-25 15:20:15', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/6-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (79, 1, '2017-11-25 15:20:16', '2017-11-25 15:20:16', '', 7, '', 'inherit', 'open', 'closed', '', 7, '', '', '2017-11-25 15:20:16', '2017-11-25 15:20:16', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/7.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (80, 1, '2017-11-25 15:20:18', '2017-11-25 15:20:18', '', 8, '', 'inherit', 'open', 'closed', '', 8, '', '', '2017-11-25 15:20:18', '2017-11-25 15:20:18', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/8.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (81, 1, '2017-11-25 15:20:19', '2017-11-25 15:20:19', '', 9, '', 'inherit', 'open', 'closed', '', 9, '', '', '2017-11-25 15:20:19', '2017-11-25 15:20:19', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/9.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (82, 1, '2017-11-25 15:20:21', '2017-11-25 15:20:21', '', 10, '', 'inherit', 'open', 'closed', '', 10, '', '', '2017-11-25 15:20:21', '2017-11-25 15:20:21', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/10.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (83, 1, '2017-11-25 15:20:23', '2017-11-25 15:20:23', '', 1, '', 'inherit', 'open', 'closed', '', '1-4', '', '', '2017-11-25 15:20:23', '2017-11-25 15:20:23', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/1-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (84, 1, '2017-11-25 15:20:24', '2017-11-25 15:20:24', '', 2, '', 'inherit', 'open', 'closed', '', '2-4', '', '', '2017-11-25 15:20:24', '2017-11-25 15:20:24', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/2-3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (85, 1, '2017-11-25 15:20:55', '2017-11-25 15:20:55', '', 1, '', 'publish', 'closed', 'closed', '', 1, '', '', '2017-11-25 15:20:55', '2017-11-25 15:20:55', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=85', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (86, 1, '2017-11-25 15:21:14', '2017-11-25 15:21:14', '', 2, '', 'publish', 'closed', 'closed', '', 2, '', '', '2017-11-25 15:21:14', '2017-11-25 15:21:14', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=86', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (87, 1, '2017-11-25 15:21:34', '2017-11-25 15:21:34', '', 3, '', 'publish', 'closed', 'closed', '', 3, '', '', '2017-11-25 15:21:34', '2017-11-25 15:21:34', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=87', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (88, 1, '2017-11-25 15:21:53', '2017-11-25 15:21:53', '', 4, '', 'publish', 'closed', 'closed', '', 4, '', '', '2017-11-25 15:21:53', '2017-11-25 15:21:53', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=88', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (89, 1, '2017-11-25 15:22:15', '2017-11-25 15:22:15', '', 5, '', 'publish', 'closed', 'closed', '', 5, '', '', '2017-11-25 15:22:15', '2017-11-25 15:22:15', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=89', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (90, 1, '2017-11-25 15:22:36', '2017-11-25 15:22:36', '', 6, '', 'publish', 'closed', 'closed', '', 6, '', '', '2017-11-25 15:22:36', '2017-11-25 15:22:36', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=90', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (91, 1, '2017-11-25 15:22:56', '2017-11-25 15:22:56', '', 7, '', 'publish', 'closed', 'closed', '', 7, '', '', '2017-11-25 15:22:56', '2017-11-25 15:22:56', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=91', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (92, 1, '2017-11-25 15:23:18', '2017-11-25 15:23:18', '', 8, '', 'publish', 'closed', 'closed', '', 8, '', '', '2017-11-25 15:23:18', '2017-11-25 15:23:18', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=92', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (93, 1, '2017-11-25 15:23:37', '2017-11-25 15:23:37', '', 9, '', 'publish', 'closed', 'closed', '', 9, '', '', '2017-11-25 15:23:37', '2017-11-25 15:23:37', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=93', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (94, 1, '2017-11-25 15:23:59', '2017-11-25 15:23:59', '', 10, '', 'publish', 'closed', 'closed', '', 10, '', '', '2017-11-25 15:23:59', '2017-11-25 15:23:59', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=clients&amp;p=94', '0', 'clients', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (96, 1, '2017-11-25 15:38:52', '2017-11-25 15:38:52', '[kc_row _id=\"933817\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"556269\"][home_banner_paralax_area sec_title=\"We make awesome tours\" sec_content=\"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gPGJyIC8+TG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgLg==\" sec_btn_text=\"Find tour\" sec_btn_link=\"#special_package\" _id=\"876064\" upload_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"261819\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"456426\"][services_area sec_title=\"FZtravel services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"331211\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"61972\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"609851\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"950787\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"276873\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"221507\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"408711\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"330935\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"36388\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"146691\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"549665\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"336316\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"986164\"][/kc_column][/kc_row][kc_row _id=\"804913\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"758377\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"184848\" sec_number_of_post=\"2\" sec_pac_styles=\"sp_1\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"759534\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"26310\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"421848\"][/kc_column][/kc_row][kc_row _id=\"538719\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"437577\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"882846\" sec_number_of_post=\"2\" sec_pac_styles=\"sp_1\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"32904\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"483281\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQgY29uc2VjdGV0dXIgYWRpcGlzaWNpbmcgZWxpdHNlZCBlaXVzbW9kIHRlbXBvciBlbmltIG1pbmltIHZlbmlhbSBxdWlzIG5vdHJ1PGJyPiBleGVyY2l0IGF0aW9uIExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LlZlbmlhbSBxdWlzIG5vdHJ1IGV4ZXJjaXQu\" _id=\"267389\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\"][/kc_column][/kc_row][kc_row _id=\"3816\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"345942\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"676007\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"269296\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"773693\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"486621\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"729622\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"586013\"][clients_area _id=\"172724\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"658862\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"128011\"][contact_us_area sec_title=\"Contact Us\" _id=\"358951\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"383277\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"816060\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"928997\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"428908\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"342269\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"167211\"][google_area sec_lati=\"40.7127837\" sec_longi=\"-74.00594130000002\" sec_api_key=\"AIzaSyDwIQh7LGryQdDDi-A603lR8NqiF3R_ycA\" _id=\"907671\"][/kc_column][/kc_row]', 'Home Parallax', '', 'trash', 'closed', 'closed', '', 'home-paralax__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'http://getmasum.com/themes-wp/fz/?page_id=96', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (115, 1, '2022-12-22 08:51:36', '2022-12-22 08:51:36', '', 'bramha', '', 'publish', 'closed', 'closed', '', 'bramha', '', '', '2022-12-22 08:51:36', '2022-12-22 08:51:36', '', '0', 'http://localhost/learning/bramha/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (118, 1, '2017-11-26 16:02:50', '2017-11-26 16:02:50', '[kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"792570\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"943921\"][services_area sec_title=\"Vromon services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"629382\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"263167\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"284681\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"557333\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"601876\" container_class=\"counter-wrap\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"834769\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"872805\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"877245\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"695078\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"951322\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"482999\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"764027\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"100238\"][/kc_column][/kc_row][kc_row _id=\"3480\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"771171\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"266348\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"731514\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"846371\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"530554\"][/kc_column][/kc_row][kc_row _id=\"622665\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"48416\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"42845\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"486373\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"541551\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"205145\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\"][/kc_column][/kc_row][kc_row _id=\"65382\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"542867\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"577225\" read_more_btn=\"Read More\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"81531\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"585487\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"672661\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"101555\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"163669\"][clients_area _id=\"962625\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"198868\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"334054\"][contact_us_area sec_title=\"Contact Us\" _id=\"328332\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"677942\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"940840\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"165205\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"909593\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"937161\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"676471\"][kc_google_maps random_id=\"242130\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xOCExbTEyITFtMyExZDI5NzkzLjk5Njk3MzUyOTc2ITJkMTA1LjgxOTQ1NDA3NTk4NDE4ITNkMjEuMDIyNjk1NzU0MDkxMzIhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITNtMyExbTIhMXMweDMxMzVhYjliZDk4NjFjYTElM0EweGU3ODg3ZjdiNzJjYTE3YTkhMnpTR0Z1YjJrc0lFaHZ3NkJ1SUV0cDRicV9iU3dnU0dGdWIya3NJRlpwWlhSdVlXMCE1ZTAhM20yITFzZW4hMnMhNHYxNDUzOTYxMzgzMTY5IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==\" map_height=\"400\" _id=\"477319\"][/kc_column][/kc_row]', 'Home Slider', '', 'trash', 'closed', 'closed', '', 'home-slider__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'http://getmasum.com/themes-wp/fz/?page_id=118', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (120, 1, '2017-11-26 16:16:17', '2017-11-26 16:16:17', '', 'slider_1', '', 'inherit', 'open', 'closed', '', 'slider_1', '', '', '2017-11-26 16:16:17', '2017-11-26 16:16:17', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/slider_1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (123, 1, '2017-11-26 18:27:47', '2017-11-26 18:27:47', '', 'slider_2', '', 'inherit', 'open', 'closed', '', 'slider_2', '', '', '2017-11-26 18:27:47', '2017-11-26 18:27:47', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/slider_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (124, 1, '2017-11-26 18:33:20', '2017-11-26 18:33:20', '', 'slider_3', '', 'inherit', 'open', 'closed', '', 'slider_3', '', '', '2017-11-26 18:33:20', '2017-11-26 18:33:20', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/slider_3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (132, 1, '2017-11-22 21:48:25', '2017-11-22 21:48:25', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://getmasum.com/themes-wp/fz/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Blog', '', 'trash', 'closed', 'closed', '', 'blog__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'http://getmasum.com/themes-wp/fz/?page_id=2', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (142, 1, '2017-12-26 17:30:59', '2017-12-26 17:30:59', '@media only screen and (max-width:767px) { \n  .navbar-brand {\n    padding-top: 20px;\n  }\n}\n.navigation.pagination a.prev,\n.navigation.pagination a.next{\n	width: auto;\n}', 'fztravel', '', 'publish', 'closed', 'closed', '', 'fztravel', '', '', '2017-12-26 17:30:59', '2017-12-26 17:30:59', '', '0', 'http://getmasum.com/themes-wp/fztravel/fztravel/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (150, 1, '2017-12-27 12:49:23', '2017-12-27 12:49:23', '', 'slider_1.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-1-jpg', '', '', '2017-12-27 12:49:23', '2017-12-27 12:49:23', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/12/slider_1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (151, 1, '2017-12-27 12:49:25', '2017-12-27 12:49:25', '', 'slider_2.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-2-jpg', '', '', '2017-12-27 12:49:25', '2017-12-27 12:49:25', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/12/slider_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (152, 1, '2017-12-27 12:49:26', '2017-12-27 12:49:26', '', 'slider_3.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-3-jpg', '', '', '2017-12-27 12:49:26', '2017-12-27 12:49:26', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/12/slider_3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (154, 1, '2017-12-31 21:43:49', '2017-12-31 21:43:49', '', 'slider_1.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-1-jpg-2', '', '', '2017-12-31 21:43:49', '2017-12-31 21:43:49', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/12/slider_1-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (155, 1, '2017-12-31 21:43:51', '2017-12-31 21:43:51', '', 'slider_2.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-2-jpg-2', '', '', '2017-12-31 21:43:51', '2017-12-31 21:43:51', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/12/slider_2-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (156, 1, '2017-12-31 21:43:52', '2017-12-31 21:43:52', '', 'slider_3.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-3-jpg-2', '', '', '2017-12-31 21:43:52', '2017-12-31 21:43:52', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/12/slider_3-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (157, 1, '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', 'Service', '', 'publish', 'closed', 'closed', '', 'service', '', '', '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=157', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (158, 1, '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', 'Package', '', 'publish', 'closed', 'closed', '', 'package', '', '', '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=158', 5, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (159, 1, '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', 'Top deals', '', 'publish', 'closed', 'closed', '', 'top-deals', '', '', '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=159', 6, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (160, 1, '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', 'offer', '', 'publish', 'closed', 'closed', '', 'offer', '', '', '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=160', 7, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (161, 1, '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', 'Gallery', '', 'publish', 'closed', 'closed', '', 'gallery', '', '', '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=161', 8, 'nav_menu_item', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (162, 1, '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=162', 9, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (175, 1, '2018-01-04 18:00:47', '2018-01-04 18:00:47', '/*\nTheme Name: Goaway\nTheme URI: http://getmasum.com/themes-wp/goaway\nAuthor: Masum Billah\nAuthor URI: http://themesvila.com/\nDescription: Tour & Travel Agency WordPress Theme\nVersion: 1.0.0\nLicense: GNU General Public License v2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\nText Domain: goaway\nTags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready\n\nThis theme, like WordPress, is licensed under the GPL.\nUse it to make something cool, have fun, and share what you\'ve learned with others.\n\ngoaway is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.\nUnderscores is distributed under the terms of the GNU GPL v2 or later.\n\nNormalizing styles have been helped along thanks to the fine work of\nNicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/\n*/\n/*--------------------------------------------------------------\n>>> TABLE OF CONTENTS:\n----------------------------------------------------------------\n# Normalize\n# Typography\n# Elements\n# Forms\n# Navigation\n	## Links\n	## Menus\n# Accessibility\n# Alignments\n# Clearings\n# Widgets\n# Content\n	## Posts and pages\n	## Comments\n# Infinite scroll\n# Media\n	## Captions\n	## Galleries\n--------------------------------------------------------------*/\n/*--------------------------------------------------------------\n# Normalize\n--------------------------------------------------------------*/\n\ndl {\n  margin: 0 20px;\n}\ndd {\n	margin-bottom: 12px;\n}\ntable {\n	border-bottom: 1px solid #ededed;\n	border-collapse: collapse;\n	border-spacing: 0;\n	font-size: 14px;\n	line-height: 2;\n	margin: 0 0 20px;\n	width: 100%;\n	text-align: center;\n}\ncaption, th, td {\n    font-weight: normal;\n    text-align: center;\n}\ncaption {\n	font-size: 16px;\n	margin: 0;\n	padding-top: 0;\n}\nth {\n    font-weight: bold;\n    text-transform: uppercase;\n}\ntd {\n    border-top: 1px solid #ededed;\n    padding: 6px 10px 6px 0;\n}\ntr{\n	 padding: 6px 10px 6px 0;\n}\ndel {\n    color: #333;\n}\nselect{\n	border: 1px solid #ddd;\n  padding: 10px;\n}\n\nbody{\n	overflow-x:hidden;\n}\n\nbody {\n	margin: 0;\n	overflow-x: hidden;\n}\n.form-control::-webkit-input-placeholder,\n.form-control::-moz-placeholder,\n.form-control:-ms-input-placeholder,\n.form-control::placeholder{\n  color: #727272!important;\n  opacity: 0.8;\n  font-family: \'Open Sans\', sans-serif;\n}\nblockquote{\n	background: #fafafa;\n	padding: 20px;\n	text-align: center;\n	font-style: italic;\n	\n}\n\n\n/*--------------------------------------------------------------\n# Accessibility\n--------------------------------------------------------------*/\n/* Text meant only for screen readers. */\n.screen-reader-text {\n	border: 0;\n	clip: rect(1px, 1px, 1px, 1px);\n	clip-path: inset(50%);\n	height: 1px;\n	margin: -1px;\n	overflow: hidden;\n	padding: 0;\n	position: absolute !important;\n	width: 1px;\n	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */\n}\n\n.screen-reader-text:focus {\n	background-color: #f1f1f1;\n	border-radius: 3px;\n	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\n	clip: auto !important;\n	clip-path: none;\n	color: #21759b;\n	display: block;\n	font-size: 14px;\n	font-size: 0.875rem;\n	font-weight: bold;\n	height: auto;\n	left: 5px;\n	line-height: normal;\n	padding: 15px 23px 14px;\n	text-decoration: none;\n	top: 5px;\n	width: auto;\n	z-index: 100000;\n	/* Above WP toolbar. */\n}\n\n/* Do not show the outline on the skip link target. */\n#content[tabindex=\"-1\"]:focus {\n	outline: 0;\n}\n\n/*--------------------------------------------------------------\n# Alignments\n--------------------------------------------------------------*/\n.alignleft {\n	display: inline;\n	float: left;\n	margin-right: 1.5em;\n}\n\n.alignright {\n	display: inline;\n	float: right;\n	margin-left: 1.5em;\n}\n\n.aligncenter {\n	clear: both;\n	display: block;\n	margin-left: auto;\n	margin-right: auto;\n}\n\n/*--------------------------------------------------------------\n# Clearings\n--------------------------------------------------------------*/\n.clear:before,\n.clear:after,\n.entry-content:before,\n.entry-content:after,\n.comment-content:before,\n.comment-content:after,\n.site-header:before,\n.site-header:after,\n.site-content:before,\n.site-content:after,\n.site-footer:before,\n.site-footer:after {\n	content: \"\";\n	display: table;\n	table-layout: fixed;\n}\n\n.clear:after,\n.entry-content:after,\n.comment-content:after,\n.site-header:after,\n.site-content:after,\n.site-footer:after {\n	clear: both;\n}\n.entry-content iframe,\n.entry-content video,\n.entry-content audio{\n  width: 100%;\n}\n\n/*--------------------------------------------------------------\n# Content\n--------------------------------------------------------------*/\n/*--------------------------------------------------------------\n## Posts and pages\n--------------------------------------------------------------*/\n.sticky {\n	display: block;\n}\narticle.sticky{\n	box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05);\n}\n.hentry {\n	margin: 0 0 40px;\n}\n\n.updated:not(.published) {\n	display: none;\n}\n\n.page-content,\n.entry-content,\n.entry-summary {\n	margin: .8em 0 0;\n}\n\n.page-links {\n	clear: both;\n	margin: 20px 0 0;\n}\n\n.goaway_preview_post,\n.goaway_next_post {\n	margin: 0 10px 5px;\n	display: inline-block;\n}\n.goaway_preview_post a,\n.goaway_next_post a{\n	background: #f9461d none repeat scroll 0 0;\n	border: 2px solid #f9461d;\n	border-radius: 100px;\n	color: #fff;\n	font-size: 14px;\n	padding: 10px 35px;\n	text-transform: uppercase;\n	transition: all 0.3s ease 0s;\n	margin-top: 0px;	\n	display: inline-block;\n}\n.goaway_preview_post a:hover,\n.goaway_preview_post a:focus,\n.goaway_next_post a:hover,\n.goaway_next_post a:focus{\n	background: #d4330e;\n	border-color: #d4330e;\n	color:#fff;\n}\n\n/*--------------------------------------------------------------\n## Comments\n--------------------------------------------------------------*/\n.comment-content a {\n	word-wrap: break-word;\n}\n\n.bypostauthor {\n	display: block;\n}\n\n/*--------------------------------------------------------------\n# Infinite scroll\n--------------------------------------------------------------*/\n/* Globally hidden elements when Infinite Scroll is supported and in use. */\n.infinite-scroll .posts-navigation,\n.infinite-scroll.neverending .site-footer {\n	/* Theme Footer (when set to scrolling) */\n	display: none;\n}\n\n/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */\n.infinity-end.neverending .site-footer {\n	display: block;\n}\n\n/*--------------------------------------------------------------\n# Media\n--------------------------------------------------------------*/\n.page-content .wp-smiley,\n.entry-content .wp-smiley,\n.comment-content .wp-smiley {\n	border: none;\n	margin-bottom: 0;\n	margin-top: 0;\n	padding: 0;\n}\n\n/* Make sure embeds and iframes fit their containers. */\nembed,\niframe,\nobject {\n	max-width: 100%;\n}\n\n/* Make sure logo link wraps around logo image. */\n.custom-logo-link {\n	display: inline-block;\n}\n\n/*--------------------------------------------------------------\n## Captions\n--------------------------------------------------------------*/\n.wp-caption {\n	margin-bottom: 1.5em;\n	max-width: 100%;\n}\n\n.wp-caption img[class*=\"wp-image-\"] {\n	display: block;\n	margin-left: auto;\n	margin-right: auto;\n}\n\n.wp-caption .wp-caption-text {\n	margin: 0.8075em 0;\n}\n\n.wp-caption-text {\n	text-align: center;\n}\n\n/*--------------------------------------------------------------\n## Galleries\n--------------------------------------------------------------*/\n.gallery {\n	margin-bottom: 1.5em;\n}\n\n.gallery-item {\n	display: inline-block;\n	text-align: center;\n	vertical-align: top;\n	width: 100%;\n}\n\n.gallery-columns-2 .gallery-item {\n	max-width: 50%;\n}\n\n.gallery-columns-3 .gallery-item {\n	max-width: 33.33%;\n}\n\n.gallery-columns-4 .gallery-item {\n	max-width: 25%;\n}\n\n.gallery-columns-5 .gallery-item {\n	max-width: 20%;\n}\n\n.gallery-columns-6 .gallery-item {\n	max-width: 16.66%;\n}\n\n.gallery-columns-7 .gallery-item {\n	max-width: 14.28%;\n}\n\n.gallery-columns-8 .gallery-item {\n	max-width: 12.5%;\n}\n\n.gallery-columns-9 .gallery-item {\n	max-width: 11.11%;\n}\n\n.gallery-caption {\n	display: block;\n}\n\n/* Blog Style */\n\na{\n	color: #727272;\n}\na:hover{\n	color: #f9461d;\n}\n.content-area{\n	padding: 60px 0; \n\n}\n.main_blog_area{\n	\n	\n}\n.post_text{\n	background: #fff;\n	padding: 25px;\n	border: 1px solid #f3f3f3;\n\n}\n.main_blog_area img,\n.main_sidebar_area img{\n	max-width: 100%;\n	height: auto;	\n  display: inline-block;\n}\n.main_blog_area img{\n	margin: 10px 0;\n}\n.main_blog_area p{\n	margin-bottom: 15px;\n}\n.main_blog_area ul,\n.main_blog_area ol{\n	padding-left: 25px;\n	\n}\n.main_blog_area ul{\n	list-style-type: square;\n}\n.entry-title{\n	margin-bottom: 10px;\n	font-size: 22px;\n}\n.entry-title a{\n	color: #333;\n	transition: .5s;\n}\n.entry-title a:hover,\n.entry-title a:focus{\n	color: #f9461d;\n}\narticle.format-video,\narticle.format-audio\n{\n	margin-top: 0;\n}\nbody.single article.format-video,\nbody.single article.format-audio,\nbody.single .post_thumb_img{\n	margin-top: 0px;\n}\n.post_thumb_img{\n	margin-bottom: -1px;\n	text-align: center;\n}\n.post_thumb_img img{\n	margin: 0;\n	display: inline-block;\n}\n.entry-content .btn.btn-default.btn-post-bg{\n	background: #f9461d none repeat scroll 0 0;\n	border: 2px solid #f9461d;\n	border-radius: 100px;\n	color: #fff;\n	font-size: 13px;\n	padding: 15px 31px;\n	text-transform: capitalize;\n	transition: all 0.3s ease 0s;\n	margin-top: 15px;\n	font-family: \"Montserrat\",sans-serif;\n}\n.entry-content .btn.btn-default.btn-post-bg:hover,\n.entry-content .btn.btn-default.btn-post-bg:focus{\n	background: #d4330e;\n}\n.meta_area{\n	width: 100%;\n	overflow: hidden;\n}\n\n.meta_area .single_meta {\n	padding-right: 12px;\n}\n\n.meta_area .single_meta,\n.meta_area .single_meta a,\n.meta_area .single_meta i,\n.meta_area .single_meta a{\n	color: #999;\n	font-size: 14px;\n}\n.meta_area .single_meta i{\n	color: #f9461d;\n}\n.meta_area .single_meta i{\n	padding-right: 5px;\n}\n.navigation.pagination{\n	text-align: center;\n	width: auto;\n\n}\n.navigation.pagination .nav-links{\n	display: inline-block;\n	text-align: center;\n	width: 100%;\n\n}\n.navigation.pagination a,\n.navigation.pagination span\n{\n	display: inline-block;\n	line-height: 45px;\n	padding: 0px 18px;\n	margin-right: 8px;\n	margin-bottom: 10px;	\n	transition: .5s;\n	width: 45px;\n	height: 45px;\n	line-height: 45px;\n	border-radius: 30px;\n	font-family: \"Montserrat\",sans-serif;\n}\n.navigation.pagination span{\n	background: #f9461d;\n	color: #fff;\n}\n.navigation.pagination a.prev,\n.navigation.pagination a.next{\n	width: auto;\n}\n.inner_page{\n	margin-top: 0;\n}\n.main_blog_area input[type=\"text\"],\n.main_blog_area input[type=\"email\"],\n.main_blog_area input[type=\"url\"],\n.main_blog_area input[type=\"password\"],\n.main_blog_area input[type=\"search\"],\n.main_blog_area input[type=\"number\"],\n.main_blog_area input[type=\"tel\"],\n.main_blog_area input[type=\"range\"],\n.main_blog_area input[type=\"date\"],\n.main_blog_area input[type=\"month\"],\n.main_blog_area input[type=\"week\"],\n.main_blog_area input[type=\"time\"],\n.main_blog_area input[type=\"datetime\"],\n.main_blog_area input[type=\"datetime-local\"],\n.main_blog_area input[type=\"color\"],\n.main_blog_area textarea {\n	border: 1px solid #ddd;\n	padding: 6px 10px;\n}\n.form-submit #submit,\n.entry-content button,\n.entry-content input[type=\"button\"],\n.entry-content input[type=\"reset\"],\n.entry-content input[type=\"submit\"]{\n	border: 1px solid #ddd;\n	padding: 6px 15px;\n	cursor: pointer;\n	transition: .5s;\n	font-family: \"Montserrat\",sans-serif;\n}\n.form-submit #submit:hover,\n.form-submit #submit:focus,\n.entry-content button:hover,\n.entry-content input[type=\"button\"]:hover,\n.entry-content input[type=\"reset\"]:hover,\n.entry-content input[type=\"submit\"]:hover{\n	background: #f9461d;\n	border-color: #f9461d;\n	color: #fff;\n}\n.post-password-form input[type=\"submit\"]{\n	margin-left: 10px;\n}\n.navigation.post-navigation .nav-previous,\n.navigation.post-navigation .nav-next{\n	display: inline-block;\n	margin: 15px 15px 33px 0;\n}\n.navigation.post-navigation .nav-previous a ,\n.navigation.post-navigation .nav-next a{\n	background: #f9461d none repeat scroll 0 0;\n	border: 2px solid #f9461d;\n	border-radius: 100px;\n	color: #fff;\n	font-size: 12px;\n	padding: 17px 35px;\n	text-transform: uppercase;\n	transition: all 0.3s ease 0s;\n\n}\n.navigation.post-navigation .nav-previous a:hover ,\n.navigation.post-navigation .nav-next a:hover,\n.navigation.post-navigation .nav-previous a:focus ,\n.navigation.post-navigation .nav-next a:focus{\n	background: #d4330e;\n}\n.comments-area{\n	margin-top: 25px;\n}\n.main_comment_text{\n	margin-top: 15px;\n}\nol.comment-list{\n	padding-left: 0;\n}\n.entry-content .btn-post-bg{\n	margin-bottom: 0px;\n}\n#reply-title,\n.comments-title{\n	font-size: 20px;\n	margin-bottom: 30px;\n	position: relative;\n	padding-bottom: 20px;\n}\n#reply-title::after,\n.comments-title::after {\n	position: absolute;\n	content: \'\';\n	background: #f9461d;\n	height: 6px;\n	width: 50px;\n	left: 0;\n	bottom: 0px;\n}\n.comment-respond #author,\n.comment-respond #email,\n.comment-respond #url{\n	border: 1px solid #ddd;\n	padding: 6px 15px;\n	height: 50px;\n	line-height: 50px;\n	border-radius: 0;\n	transition: .5s;\n}\n.comment-respond #comment{\n	border: 1px solid #ddd;\n	transition: .5s;\n	padding: 6px 15px;\n}\n.comment-respond #comment:focus,\n.comment-respond #author:focus,\n.comment-respond #email:focus,\n.comment-respond #url:focus{\n	border-color: #f9461d;\n}\n#commentform #submit{\n	background: #f9461d;\n	border: 2px solid #f9461d;\n	padding: 10px 31px;\n	color: #fff;\n	border-radius: 30px;\n	margin-top: 15px;\n	transition: .5s;\n	font-size: 13px;\n	font-family: \"Montserrat\",sans-serif;\n}\n#commentform #comment{\n	margin-bottom: 15px;\n	height: 120px;\n	border-radius: 0;\n}\n#commentform #submit:hover,\n#commentform #submit:focus{\n	background: #d4330e;\n	border-color: #d4330e;\n}\n/*--------------------------------------------------------------\n# Widgets\n--------------------------------------------------------------*/\n\n.widget{\n	margin-bottom: 30px;\n}\n.widget:last-child{\n	margin-bottom: 0px;\n}\nselect{\n	max-width: 100%;\n	padding: 14px 10px;\n	border: 1px solid #ddd;\n}\n\n.widget select {\n	width: 100%;\n}\n.widget-title{\n	margin-bottom:20px;\n	position: relative;	\n	padding-bottom: 20px;\n	font-size: 20px;\n}\n.widget-title:after{\n	position: absolute;\n	content: \'\';\n	background: #f9461d;\n	height: 6px;\n	width: 50px;\n	left: 0;\n	bottom: 0px;\n	\n}\n.widget ul,\n.widget ol{\n	list-style-type: none;\n}\n.widget li{\n	padding-bottom: 10px;\n	margin-bottom: 10px;\n	border-bottom: 1px dashed #ddd;\n}\n.widget li li{\n	border-bottom: inherit;\n	padding-bottom: 5px;\n}\n.widget li:last-child{\n	padding-bottom: 0px;\n\n}\n.widget_categories ul > li:before,\n.widget_archive ul > li:before{\n    content: \"f10c\"; /* Insert content that looks like bullets */\n    padding-right: 8px;\n    color: #f9461d; /* Or a color you prefer */\n	font-family: FontAwesome;\n}\n.widget_text img{\n	margin: 10px 0;\n}\n.widget li li{\n	padding-left: 15px;\n	padding-bottom:5px;\n}\n.widget a{\n	color: #727272;\n	transition: .5s;\n}\n.widget li, \n.widget a{\n	font-family: \'Open Sans\', sans-serif;\n} \n\n.widget a:hover{\n	color: #f9461d;\n}\n.widget li:last-child{\n	border-bottom: inherit;\n}\n.widget_tag_cloud a{\n	display: inline-block;\n	border: 1px solid #e4e4e4;\n	font-size: 14px !important;\n	line-height: 45px;\n	padding: 0px 16px;	\n	margin-right: 8px;\n	margin-bottom: 10px;\n	transition: .5s;\n}\n.widget_tag_cloud a:hover,\n.widget_tag_cloud a:focus{\n	background: #f9461d;\n	border-color: #f9461d;\n	color: #fff;\n}\n\n#searchform .form-control{\n	height: 45px;\n	line-height: 45px;\n	padding: 7px 16px;\n	border-radius: 0;\n	border: 1px solid #ddd;\n	font-size: 13px;\n	font-weight: 300;\n	letter-spacing: 1px;\n	font-family: \"Montserrat\",sans-serif;\n	border-radius: 50px 0 0 50px;\n}\n#searchform .form-control:hover{\n	\n}\n#searchform .form-control:focus{\n	border-color: #f9461d;\n}\n#searchform .search_btn{\n	background: #f9461d;\n	color: #fff;\n	border-color: #f9461d;\n	cursor: pointer;\n	transition: .5s;\n	padding: 10px 19px;\n	font-size: 13px;\n	border-radius: 0 50px 50px 0;\n	height: 45px;\n}\n#searchform .search_btn:hover,\n#searchform .search_btn:focus{\n	background: #222;\n	border-color: #222;\n}\n.customize-support .fixed-top.navbar-light {\n    margin-top: 30px;\n }\n.center-block{\n	float: inherit;\n	margin-left: auto;\n	margin-right: auto;\n}\n.error-404.not-found{\n	padding: 80px ;\n}\n.error-404.not-found .page-title{\n	font-size: 30px;\n}\n.error-404.not-found p{\n	margin-bottom: 50px;\n}\n.section-blog-title{\n    -ms-word-wrap: break-word!important;\n    word-wrap: break-word!important;\n}\n@media only screen and (max-width:782px) { \n	.customize-support .fixed-top.navbar-light {\n		margin-top: 45px;\n	}\n}\n\n@media only screen and (max-width:767px) { \n	.customize-support .fixed-top.navbar-light {\n		background: rgba(0,0,0,0.9);\n	}\n\n	.navbar-light .navbar-toggler {\n		cursor: pointer;\n	}\n	#navbarCollapse ul li a {\n		position: inherit;\n		color: #fff;\n	}\n	#navbarCollapse > ul > li > ul, \n	#navbarCollapse > ul > li > ul > li > ul{\n		box-shadow: inherit;\n		background: transparent;\n		border: inherit;\n	}\n	#navbarCollapse > ul > li > ul > li a {\n		color: #fff!important;\n	}\n}\n@media only screen and (max-width:600px) {\n	.customize-support .fixed-top.navbar-light.navbar-fixed {\n		margin-top: 0;\n	}	\n	.fixed-top.navbar-light .container{\n		width: 100%;\n	}\n}\n\n#kc_page_template{\n	margin-left: -15px !important;\n	margin-right: -15px !important;\n}\n', 'goaway', '', 'publish', 'closed', 'closed', '', 'goaway', '', '', '2018-01-04 18:00:47', '2018-01-04 18:00:47', '', '0', 'https://getmasum.com/themes-wp/goaway/goaway/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (177, 1, '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2018-01-12 22:33:09', '2018-01-12 22:33:09', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=177', 16, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (178, 1, '2018-01-12 22:33:10', '2018-01-12 22:33:10', ' ', '', '', 'publish', 'closed', 'closed', '', 178, '', '', '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=178', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (179, 1, '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', 'Home Banner', '', 'publish', 'closed', 'closed', '', 'home-banner', '', '', '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=179', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (180, 1, '2018-01-12 22:33:10', '2018-01-12 22:33:10', ' ', '', '', 'publish', 'closed', 'closed', '', 180, '', '', '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=180', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (181, 1, '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', 'Standard Blog', '', 'publish', 'closed', 'closed', '', 'standard-blog', '', '', '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=181', 10, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (182, 1, '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', 'Blog Details', '', 'publish', 'closed', 'closed', '', 'blog-details', '', '', '2018-01-12 22:33:10', '2018-01-12 22:33:10', '', '0', 'http://getmasum.com/themes-wp/vromon/?p=182', 11, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (190, 1, '2018-01-12 22:46:31', '2018-01-12 22:46:31', '', 'slider_1.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-1-jpg-3', '', '', '2018-01-12 22:46:31', '2018-01-12 22:46:31', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/revslider/homeslider/slider_1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (191, 1, '2018-01-12 22:46:32', '2018-01-12 22:46:32', '', 'slider_2.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-2-jpg-3', '', '', '2018-01-12 22:46:32', '2018-01-12 22:46:32', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/revslider/homeslider/slider_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (192, 1, '2018-01-12 22:46:33', '2018-01-12 22:46:33', '', 'slider_3.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-3-jpg-3', '', '', '2018-01-12 22:46:33', '2018-01-12 22:46:33', '', '0', 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/revslider/homeslider/slider_3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (205, 1, '2018-04-06 21:28:26', '2018-04-06 21:28:26', '', 'Shop', '', 'trash', 'closed', 'closed', '', 'shop-2__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://getmasum.com/themes-wp/vromon/shop/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (206, 1, '2018-04-06 21:28:26', '2018-04-06 21:28:26', '[woocommerce_cart]', 'Cart', '', 'trash', 'closed', 'closed', '', 'cart-2__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://getmasum.com/themes-wp/vromon/cart/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (207, 1, '2018-04-06 21:28:26', '2018-04-06 21:28:26', '[woocommerce_checkout]', 'Checkout', '', 'trash', 'closed', 'closed', '', 'checkout-2__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://getmasum.com/themes-wp/vromon/checkout/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (208, 1, '2018-04-06 21:28:26', '2018-04-06 21:28:26', '[woocommerce_my_account]', 'My account', '', 'trash', 'closed', 'closed', '', 'my-account-2__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://getmasum.com/themes-wp/vromon/my-account/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (211, 1, '2018-04-06 21:39:33', '2018-04-06 21:39:33', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'V-Neck T-Shirt', 'This is a variable product.', 'publish', 'open', 'closed', '', 'v-neck-t-shirt', '', '', '2018-04-06 21:39:33', '2018-04-06 21:39:33', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-44/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (212, 1, '2018-04-06 21:39:33', '2018-04-06 21:39:33', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Hoodie', 'This is a variable product.', 'publish', 'open', 'closed', '', 'hoodie', '', '', '2018-04-06 21:39:33', '2018-04-06 21:39:33', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-45/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (213, 1, '2018-04-06 21:39:33', '2018-04-06 21:39:33', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Hoodie with Logo', 'This is a simple product.', 'publish', 'open', 'closed', '', 'hoodie-with-logo', '', '', '2018-04-06 21:39:33', '2018-04-06 21:39:33', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-46/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (214, 1, '2018-04-06 21:39:33', '2018-04-06 21:39:33', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'T-Shirt', 'This is a simple product.', 'publish', 'open', 'closed', '', 't-shirt', '', '', '2018-04-06 21:39:33', '2018-04-06 21:39:33', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-47/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (215, 1, '2018-04-06 21:39:33', '2018-04-06 21:39:33', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Beanie', 'This is a simple product.', 'publish', 'open', 'closed', '', 'beanie', '', '', '2018-04-06 21:39:33', '2018-04-06 21:39:33', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-48/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (216, 1, '2018-04-06 21:39:33', '2018-04-06 21:39:33', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Belt', 'This is a simple product.', 'publish', 'open', 'closed', '', 'belt', '', '', '2018-04-06 21:39:33', '2018-04-06 21:39:33', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-58/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (217, 1, '2018-04-06 21:39:33', '2018-04-06 21:39:33', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Cap', 'This is a simple product.', 'publish', 'open', 'closed', '', 'cap', '', '', '2018-04-06 21:39:33', '2018-04-06 21:39:33', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-60/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (218, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Sunglasses', 'This is a simple product.', 'publish', 'open', 'closed', '', 'sunglasses', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-62/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (219, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Hoodie with Pocket', 'This is a simple product.', 'publish', 'open', 'closed', '', 'hoodie-with-pocket', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-64/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (220, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Hoodie with Zipper', 'This is a simple product.', 'publish', 'open', 'closed', '', 'hoodie-with-zipper', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-66/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (221, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Long Sleeve Tee', 'This is a simple product.', 'publish', 'open', 'closed', '', 'long-sleeve-tee', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-68/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (222, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Polo', 'This is a simple product.', 'publish', 'open', 'closed', '', 'polo', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-70/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (223, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.', 'Album', 'This is a simple, virtual product.', 'publish', 'open', 'closed', '', 'album', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-73/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (224, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.', 'Single', 'This is a simple, virtual product.', 'publish', 'open', 'closed', '', 'single', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-75/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (225, 1, '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', 'V-Neck T-Shirt - Red', 'color: Red', 'publish', 'closed', 'closed', '', 'v-neck-t-shirt-red', '', '', '2018-04-06 21:39:34', '2018-04-06 21:39:34', '', 211, 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-76/', '0', 'product_variation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (226, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 'V-Neck T-Shirt - Green', 'color: Green', 'publish', 'closed', 'closed', '', 'v-neck-t-shirt-green', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 211, 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-77/', '0', 'product_variation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (227, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 'V-Neck T-Shirt - Blue', 'color: Blue', 'publish', 'closed', 'closed', '', 'v-neck-t-shirt-blue', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 211, 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-78/', '0', 'product_variation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (228, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 'Hoodie - Red, No', 'color: Red, Logo: No', 'publish', 'closed', 'closed', '', 'hoodie-red-no', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 212, 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-79/', 1, 'product_variation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (229, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 'Hoodie - Green, No', 'color: Green, Logo: No', 'publish', 'closed', 'closed', '', 'hoodie-green-no', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 212, 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-80/', 2, 'product_variation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (230, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 'Hoodie - Blue, No', 'color: Blue, Logo: No', 'publish', 'closed', 'closed', '', 'hoodie-blue-no', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', 212, 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-81/', 3, 'product_variation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (231, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'T-Shirt with Logo', 'This is a simple product.', 'publish', 'open', 'closed', '', 't-shirt-with-logo', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-83/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (232, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Beanie with Logo', 'This is a simple product.', 'publish', 'open', 'closed', '', 'beanie-with-logo', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-85/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (233, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Logo Collection', 'This is a grouped product.', 'publish', 'open', 'closed', '', 'logo-collection', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-87/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (234, 1, '2018-04-06 21:39:35', '2018-04-06 21:39:35', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'WordPress Pennant', 'This is an external product.', 'publish', 'open', 'closed', '', 'wordpress-pennant', '', '', '2018-04-06 21:39:35', '2018-04-06 21:39:35', '', '0', 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-89/', '0', 'product', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (235, 1, '2018-04-06 21:39:36', '2018-04-06 21:39:36', '', 'Hoodie - Blue, Yes', 'color: Blue, Logo: Yes', 'publish', 'closed', 'closed', '', 'hoodie-blue-yes', '', '', '2018-04-06 21:39:36', '2018-04-06 21:39:36', '', 212, 'https://getmasum.com/themes-wp/vromon/product/import-placeholder-for-90/', '0', 'product_variation', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (236, 1, '2018-04-06 21:39:36', '2018-04-06 21:39:36', '', 'vneck-tee-2.jpg', '', 'inherit', 'open', 'closed', '', 'vneck-tee-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 211, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/vneck-tee-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (237, 1, '2018-04-06 21:39:38', '2018-04-06 21:39:38', '', 'vnech-tee-green-1.jpg', '', 'inherit', 'open', 'closed', '', 'vnech-tee-green-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 211, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/vnech-tee-green-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (238, 1, '2018-04-06 21:39:40', '2018-04-06 21:39:40', '', 'vnech-tee-blue-1.jpg', '', 'inherit', 'open', 'closed', '', 'vnech-tee-blue-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 211, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/vnech-tee-blue-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (239, 1, '2018-04-06 21:39:42', '2018-04-06 21:39:42', '', 'hoodie-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 212, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/hoodie-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (240, 1, '2018-04-06 21:39:43', '2018-04-06 21:39:43', '', 'hoodie-blue-1.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-blue-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 212, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/hoodie-blue-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (241, 1, '2018-04-06 21:39:45', '2018-04-06 21:39:45', '', 'hoodie-green-1.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-green-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 212, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/hoodie-green-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (242, 1, '2018-04-06 21:39:46', '2018-04-06 21:39:46', '', 'hoodie-with-logo-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-with-logo-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 212, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/hoodie-with-logo-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (243, 1, '2018-04-06 21:39:48', '2018-04-06 21:39:48', '', 'tshirt-2.jpg', '', 'inherit', 'open', 'closed', '', 'tshirt-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 214, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/tshirt-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (244, 1, '2018-04-06 21:39:49', '2018-04-06 21:39:49', '', 'beanie-2.jpg', '', 'inherit', 'open', 'closed', '', 'beanie-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 215, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/beanie-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (245, 1, '2018-04-06 21:39:51', '2018-04-06 21:39:51', '', 'belt-2.jpg', '', 'inherit', 'open', 'closed', '', 'belt-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 216, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/belt-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (246, 1, '2018-04-06 21:39:52', '2018-04-06 21:39:52', '', 'cap-2.jpg', '', 'inherit', 'open', 'closed', '', 'cap-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 217, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/cap-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (247, 1, '2018-04-06 21:39:54', '2018-04-06 21:39:54', '', 'sunglasses-2.jpg', '', 'inherit', 'open', 'closed', '', 'sunglasses-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 218, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/sunglasses-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (248, 1, '2018-04-06 21:39:56', '2018-04-06 21:39:56', '', 'hoodie-with-pocket-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-with-pocket-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 219, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/hoodie-with-pocket-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (249, 1, '2018-04-06 21:39:59', '2018-04-06 21:39:59', '', 'hoodie-with-zipper-2.jpg', '', 'inherit', 'open', 'closed', '', 'hoodie-with-zipper-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 220, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/hoodie-with-zipper-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (250, 1, '2018-04-06 21:40:01', '2018-04-06 21:40:01', '', 'long-sleeve-tee-2.jpg', '', 'inherit', 'open', 'closed', '', 'long-sleeve-tee-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 221, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/long-sleeve-tee-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (251, 1, '2018-04-06 21:40:02', '2018-04-06 21:40:02', '', 'polo-2.jpg', '', 'inherit', 'open', 'closed', '', 'polo-2-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 222, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/polo-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (252, 1, '2018-04-06 21:40:04', '2018-04-06 21:40:04', '', 'album-1.jpg', '', 'inherit', 'open', 'closed', '', 'album-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 223, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/album-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (253, 1, '2018-04-06 21:40:06', '2018-04-06 21:40:06', '', 'single-1.jpg', '', 'inherit', 'open', 'closed', '', 'single-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 224, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/single-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (254, 1, '2018-04-06 21:40:08', '2018-04-06 21:40:08', '', 't-shirt-with-logo-1.jpg', '', 'inherit', 'open', 'closed', '', 't-shirt-with-logo-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 231, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/t-shirt-with-logo-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (255, 1, '2018-04-06 21:40:09', '2018-04-06 21:40:09', '', 'beanie-with-logo-1.jpg', '', 'inherit', 'open', 'closed', '', 'beanie-with-logo-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 232, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/beanie-with-logo-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (256, 1, '2018-08-29 12:33:49', '2018-08-29 12:33:49', '', 'One Click Demo Import - log_file_2018-08-29__12-33-49', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2018-08-29__12-33-49', '', '', '2018-08-29 12:33:49', '2018-08-29 12:33:49', '', '0', 'https://bestwpware.com/themes-wp/vromon/wp-content/uploads/2018/08/log_file_2018-08-29__12-33-49.txt', '0', 'attachment', 'text/plain', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (257, 1, '2018-04-06 21:40:11', '2018-04-06 21:40:11', '', 'logo-1.jpg', '', 'inherit', 'open', 'closed', '', 'logo-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 233, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/logo-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (258, 1, '2018-04-06 21:40:13', '2018-04-06 21:40:13', '', 'pennant-1.jpg', '', 'inherit', 'open', 'closed', '', 'pennant-1-jpg', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 234, 'https://getmasum.com/themes-wp/vromon/wp-content/uploads/2018/04/pennant-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (259, 1, '2018-04-06 21:44:23', '2018-04-06 21:44:23', ' ', '', '', 'publish', 'closed', 'closed', '', 259, '', '', '2018-04-06 21:44:23', '2018-04-06 21:44:23', '', '0', 'https://getmasum.com/themes-wp/vromon/?p=259', 15, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (260, 1, '2018-04-06 21:44:23', '2018-04-06 21:44:23', ' ', '', '', 'publish', 'closed', 'closed', '', 260, '', '', '2018-04-06 21:44:23', '2018-04-06 21:44:23', '', '0', 'https://getmasum.com/themes-wp/vromon/?p=260', 12, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (261, 1, '2018-04-06 21:44:23', '2018-04-06 21:44:23', '', 'Shop Details', '', 'publish', 'closed', 'closed', '', 'shop-details', '', '', '2018-04-06 21:44:23', '2018-04-06 21:44:23', '', '0', 'https://getmasum.com/themes-wp/vromon/?p=261', 13, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (264, 1, '2018-08-29 13:10:12', '2018-08-29 13:10:12', '', 'slider_1.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-1-jpg-4', '', '', '2018-08-29 13:10:12', '2018-08-29 13:10:12', '', '0', 'https://bestwpware.com/themes-wp/vromon/wp-content/uploads/revslider/homeslider/slider_1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (265, 1, '2018-08-29 13:10:14', '2018-08-29 13:10:14', '', 'slider_2.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-2-jpg-4', '', '', '2018-08-29 13:10:14', '2018-08-29 13:10:14', '', '0', 'https://bestwpware.com/themes-wp/vromon/wp-content/uploads/revslider/homeslider/slider_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (266, 1, '2018-08-29 13:10:17', '2018-08-29 13:10:17', '', 'slider_3.jpg', '', 'inherit', 'closed', 'closed', '', 'slider-3-jpg-4', '', '', '2018-08-29 13:10:17', '2018-08-29 13:10:17', '', '0', 'https://bestwpware.com/themes-wp/vromon/wp-content/uploads/revslider/homeslider/slider_3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (273, 1, '2018-10-31 19:20:05', '2018-10-31 19:20:05', '', 'vromon', '', 'publish', 'closed', 'closed', '', 'vromon', '', '', '2018-10-31 19:20:05', '2018-10-31 19:20:05', '', '0', 'https://bestwpware.com/themes-wp/vromon/vromon/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (285, 1, '2019-12-13 12:00:46', '2019-12-13 12:00:46', '', 'Order &ndash; December 13, 2019 @ 12:00 PM', '', 'wc-on-hold', 'open', 'closed', 'order_5df37d6e598d8', 'order-dec-13-2019-1200-pm', '', '', '2019-12-13 12:00:46', '2019-12-13 12:00:46', '', '0', 'https://bestwpware.com/themes-wp/vromon/?post_type=shop_order&amp;p=285', '0', 'shop_order', '', 1);

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (286, 1, '2020-04-27 11:03:21', '2020-04-27 11:03:21', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder-2-2', '', '', '2020-04-27 11:03:21', '2020-04-27 11:03:21', '', '0', 'https://bestwpware.com/themes-wp/vromon/wp-content/uploads/2020/04/woocommerce-placeholder.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (287, 1, '2018-04-06 21:44:23', '2018-04-06 21:44:23', ' ', '', '', 'publish', 'closed', 'closed', '', 258, '', '', '2018-04-06 21:44:23', '2018-04-06 21:44:23', '', '0', 'https://getmasum.com/themes-wp/vromon/?p=258', 14, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (288, 1, '2018-08-29 12:21:33', '2018-08-29 12:21:33', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"https://bestwpware.com/themes-wp/vromon/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page-2__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://bestwpware.com/themes-wp/vromon/?page_id=2', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (289, 1, '2018-08-29 12:21:33', '2018-08-29 12:21:33', '<h2>Who we are</h2><p>Our website address is: https://bestwpware.com/themes-wp/vromon.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'trash', 'closed', 'open', '', 'privacy-policy__trashed-2', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://bestwpware.com/themes-wp/vromon/?page_id=3', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (291, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'trash', 'closed', 'closed', '', 'refund_returns__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://themesvila.com/themes-wp/vromon/?page_id=291', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (296, 1, '2022-02-04 11:08:02', '2022-02-04 11:08:02', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-vromon', '', '', '2022-02-04 11:08:02', '2022-02-04 11:08:02', '', '0', 'https://themesvila.com/themes-wp/vromon/wp-global-styles-vromon/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (298, 1, '2022-12-07 05:39:36', '2022-12-07 05:39:36', '', 'pexels-saad-khan-3687139', '', 'inherit', 'open', 'closed', '', 'pexels-saad-khan-3687139', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 46, 'https://themesvila.com/themes-wp/vromon/wp-content/uploads/2017/11/pexels-saad-khan-3687139.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (306, 1, '2023-02-15 12:06:35', '2023-02-15 12:06:35', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2023-02-15 12:06:35', '2023-02-15 12:06:35', '', '0', 'https://up2client.com/envato/bramha/demo/wp-content/uploads/2023/02/Logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (307, 1, '2023-02-15 12:06:56', '2023-02-15 12:06:56', '', 'desktop-logo', '', 'inherit', 'open', 'closed', '', 'desktop-logo', '', '', '2023-02-15 12:06:56', '2023-02-15 12:06:56', '', '0', 'https://up2client.com/envato/bramha/demo/wp-content/uploads/2023/02/desktop-logo.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (308, 1, '2025-09-04 10:19:58', '2025-09-04 10:19:58', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2025-09-04 10:19:58', '2025-09-04 10:19:58', '', '0', 'https://denworldtravel.ma/?p=308', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (309, 1, '2025-09-04 10:22:26', '2025-09-04 10:22:26', '<!-- wp:shortcode -->\n[aboutus_shortcode]\n<!-- /wp:shortcode -->', 'About', '', 'inherit', 'closed', 'closed', '', '50-revision-v1', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', 50, 'https://denworldtravel.ma/?p=309', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (310, 1, '2025-09-04 10:22:26', '2025-09-04 10:22:26', '<!-- wp:shortcode -->\n[contact_shortcode]\n<!-- /wp:shortcode -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', 65, 'https://denworldtravel.ma/?p=310', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (311, 1, '2025-09-04 10:22:26', '2025-09-04 10:22:26', '<!-- wp:shortcode -->\n[home_shortcode]\n<!-- /wp:shortcode -->', 'Home', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', 22, 'https://denworldtravel.ma/?p=311', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (312, 1, '2025-09-04 10:22:26', '2025-09-04 10:22:26', '<!-- wp:shortcode -->\n[portfolio_shortcode]\n<!-- /wp:shortcode -->', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', 67, 'https://denworldtravel.ma/?p=312', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (313, 1, '2025-09-04 10:22:26', '2025-09-04 10:22:26', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://denworldtravel.ma.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', 3, 'https://denworldtravel.ma/?p=313', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (314, 1, '2025-09-04 10:22:26', '2025-09-04 10:22:26', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://denworldtravel.ma/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2025-09-04 10:22:26', '2025-09-04 10:22:26', '', 2, 'https://denworldtravel.ma/?p=314', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (317, 1, '2025-09-04 10:35:55', '2025-09-04 10:35:55', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2025-09-04 10:35:55', '2025-09-04 10:35:55', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/woocommerce-placeholder.webp', '0', 'attachment', 'image/webp', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (318, 1, '2025-09-04 10:35:56', '2025-09-04 10:35:56', '', 'Shop', '', 'trash', 'closed', 'closed', '', 'shop__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://denworldtravel.ma/shop/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (319, 1, '2025-09-04 10:35:56', '2025-09-04 10:35:56', '<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->', 'Cart', '', 'trash', 'closed', 'closed', '', 'cart__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://denworldtravel.ma/cart/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (320, 1, '2025-09-04 10:35:56', '2025-09-04 10:35:56', '<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block -->\n\n<!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block --></div>\n<!-- /wp:woocommerce/checkout -->', 'Checkout', '', 'trash', 'closed', 'closed', '', 'checkout__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://denworldtravel.ma/checkout/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (321, 1, '2025-09-04 10:35:56', '2025-09-04 10:35:56', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'trash', 'closed', 'closed', '', 'my-account__trashed', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://denworldtravel.ma/my-account/', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (322, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Refunds</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Late or missing refunds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sale items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Exchanges</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Gifts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Shipping returns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Need help?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'trash', 'closed', 'closed', '', 'refund_returns__trashed-2', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://denworldtravel.ma/?page_id=322', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (323, 1, '2025-09-04 10:38:17', '2025-09-04 10:38:17', '', 'One Click Demo Import - log_file_2025-09-04__10-38-17', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2025-09-04__10-38-17', '', '', '2025-09-04 10:38:17', '2025-09-04 10:38:17', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/log_file_2025-09-04__10-38-17.txt', '0', 'attachment', 'text/plain', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (324, 1, '2017-11-25 13:21:50', '2017-11-25 13:21:50', '', 4, '', 'inherit', 'open', 'closed', '', '4-3', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 49, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/4-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (325, 1, '2017-11-25 13:21:56', '2017-11-25 13:21:56', '', 2, '', 'inherit', 'open', 'closed', '', '2-3', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 49, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/2-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (326, 1, '2017-11-25 13:21:58', '2017-11-25 13:21:58', '', 3, '', 'inherit', 'open', 'closed', '', '3-3', '', '', '2025-09-04 10:40:18', '2025-09-04 10:40:18', '', 49, 'http://getmasum.com/themes-wp/vromon/wp-content/uploads/2017/11/3-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (327, 1, '2020-09-09 06:24:58', '2020-09-09 06:24:58', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder-2', '', '', '2020-09-09 06:24:58', '2020-09-09 06:24:58', '', '0', 'https://themesvila.com/themes-wp/vromon/wp-content/uploads/2020/09/woocommerce-placeholder.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (328, 1, '2020-09-09 06:09:14', '2020-09-09 06:09:14', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://wpdemothemes.com/vromon/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page__trashed-2', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://themesvila.com/themes-wp/vromon/?page_id=2', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (329, 1, '2020-09-09 06:09:14', '2020-09-09 06:09:14', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://wpdemothemes.com/vromon.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'trash', 'closed', 'open', '', 'privacy-policy__trashed-3', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', '0', 'https://themesvila.com/themes-wp/vromon/?page_id=3', '0', 'page', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (330, 1, '2017-11-23 13:55:39', '2017-11-23 13:55:39', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat labore et dolore magna aliquyam erat.', 'Amazing tour', '', 'publish', 'closed', 'closed', '', 'amazing-tour', '', '', '2017-11-23 13:55:39', '2017-11-23 13:55:39', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=service&amp;p=12', '0', 'service', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (331, 1, '2017-11-23 13:59:25', '2017-11-23 13:59:25', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat labore et dolore magna aliquyam erat.', 'Flight Booking', '', 'publish', 'closed', 'closed', '', 'flight-booking', '', '', '2017-11-23 13:59:25', '2017-11-23 13:59:25', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=service&amp;p=16', '0', 'service', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (332, 1, '2017-11-25 15:15:00', '2017-11-25 15:15:00', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent bibendum dolor sit amet eros imperdiet, sit amet hendrerit nisi vehicula.', 'williamson', '', 'publish', 'closed', 'closed', '', 'williamson', '', '', '2017-11-25 15:15:00', '2017-11-25 15:15:00', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=testimonials&amp;p=69', '0', 'testimonials', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (333, 1, '2017-11-23 14:13:38', '2017-11-23 14:13:38', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labored.', 'Handpicked Hotels', '', 'publish', 'closed', 'closed', '', 'handpicked-hotels', '', '', '2017-11-23 14:13:38', '2017-11-23 14:13:38', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=why_choice_us&amp;p=22', '0', 'why_choice_us', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (334, 1, '2017-11-25 15:15:55', '2017-11-25 15:15:55', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent bibendum dolor sit amet eros imperdiet, sit amet hendrerit nisi vehicula.', 'Kristina', '', 'publish', 'closed', 'closed', '', 'kristina', '', '', '2017-11-25 15:15:55', '2017-11-25 15:15:55', '', '0', 'http://getmasum.com/themes-wp/fz/?post_type=testimonials&amp;p=71', '0', 'testimonials', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (335, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://getmasum.com/themes-wp/fz/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Blog', '', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 132, 'https://denworldtravel.ma/?p=335', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (336, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->', 'Cart', '', 'inherit', 'closed', 'closed', '', '319-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 319, 'https://denworldtravel.ma/?p=336', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (337, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '[woocommerce_cart]', 'Cart', '', 'inherit', 'closed', 'closed', '', '206-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 206, 'https://denworldtravel.ma/?p=337', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (338, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block -->\n\n<!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block --></div>\n<!-- /wp:woocommerce/checkout -->', 'Checkout', '', 'inherit', 'closed', 'closed', '', '320-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 320, 'https://denworldtravel.ma/?p=338', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (339, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '[woocommerce_checkout]', 'Checkout', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 207, 'https://denworldtravel.ma/?p=339', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (340, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '[kc_row _id=\"426764\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"383516\"][home_banner_area sec_title=\"We make awesome tours\" sec_content=\"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gPGJyIC8+TG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgLg==\" sec_btn_text=\"Find tour\" sec_btn_link=\"#special_package\" _id=\"776664\" upload_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"612233\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"416450\"][services_area sec_title=\"FZtravel services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"437399\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"129065\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"257898\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"170274\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"299935\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"455203\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"51144\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"482545\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"741411\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"41787\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"681335\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"229969\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"180946\"][/kc_column][/kc_row][kc_row _id=\"394125\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"338021\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"972963\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"709774\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"62289\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"823311\"][/kc_column][/kc_row][kc_row _id=\"211228\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"523979\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"100941\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"398946\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"664648\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQgY29uc2VjdGV0dXIgYWRpcGlzaWNpbmcgZWxpdHNlZCBlaXVzbW9kIHRlbXBvciBlbmltIG1pbmltIHZlbmlhbSBxdWlzIG5vdHJ1PGJyPiBleGVyY2l0IGF0aW9uIExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LlZlbmlhbSBxdWlzIG5vdHJ1IGV4ZXJjaXQu\" _id=\"167897\"][/kc_column][/kc_row][kc_row _id=\"252294\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"798347\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"639535\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"305666\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"231326\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"965703\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"593472\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"786149\"][clients_area _id=\"97476\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"822301\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"332752\"][contact_us_area sec_title=\"Contact Us\" _id=\"670267\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"243807\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"256938\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"890813\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"145913\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"717242\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"624768\"][google_area sec_lati=\"40.7127837\" sec_longi=\"-74.00594130000002\" sec_api_key=\"AIzaSyDwIQh7LGryQdDDi-A603lR8NqiF3R_ycA\" _id=\"159309\"][/kc_column][/kc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 8, 'https://denworldtravel.ma/?p=340', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (341, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '[kc_row _id=\"933817\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"556269\"][home_banner_paralax_area sec_title=\"We make awesome tours\" sec_content=\"TG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gPGJyIC8+TG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgLg==\" sec_btn_text=\"Find tour\" sec_btn_link=\"#special_package\" _id=\"876064\" upload_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"261819\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"456426\"][services_area sec_title=\"FZtravel services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"331211\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"61972\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"609851\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"950787\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"276873\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"221507\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"408711\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"330935\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"36388\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"146691\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"549665\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"336316\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"986164\"][/kc_column][/kc_row][kc_row _id=\"804913\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"758377\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"184848\" sec_number_of_post=\"2\" sec_pac_styles=\"sp_1\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"759534\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"26310\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"421848\"][/kc_column][/kc_row][kc_row _id=\"538719\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"437577\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"882846\" sec_number_of_post=\"2\" sec_pac_styles=\"sp_1\" sec_grid_columns=\"sg_1\"][/kc_column][/kc_row][kc_row _id=\"32904\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"483281\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQgY29uc2VjdGV0dXIgYWRpcGlzaWNpbmcgZWxpdHNlZCBlaXVzbW9kIHRlbXBvciBlbmltIG1pbmltIHZlbmlhbSBxdWlzIG5vdHJ1PGJyPiBleGVyY2l0IGF0aW9uIExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LlZlbmlhbSBxdWlzIG5vdHJ1IGV4ZXJjaXQu\" _id=\"267389\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\"][/kc_column][/kc_row][kc_row _id=\"3816\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"345942\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"676007\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"269296\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"773693\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"486621\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"729622\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"586013\"][clients_area _id=\"172724\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"658862\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"128011\"][contact_us_area sec_title=\"Contact Us\" _id=\"358951\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"383277\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"816060\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"928997\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"428908\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"342269\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"167211\"][google_area sec_lati=\"40.7127837\" sec_longi=\"-74.00594130000002\" sec_api_key=\"AIzaSyDwIQh7LGryQdDDi-A603lR8NqiF3R_ycA\" _id=\"907671\"][/kc_column][/kc_row]', 'Home Parallax', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 96, 'https://denworldtravel.ma/?p=341', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (342, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '[kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"792570\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"943921\"][services_area sec_title=\"Vromon services\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"6\" _id=\"629382\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"263167\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"284681\"][why_choice_area sec_title=\"why choose us\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"557333\" sec_bg=\"18\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"yes\" force=\"__empty__\" css_custom=\"{`kc-css`:{`any`:{`box`:{`padding|`:`60px inherit 60px inherit`}}}}\" _id=\"601876\" container_class=\"counter-wrap\"][kc_column width=\"25%\" video_mute=\"no\" _id=\"834769\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"872805\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"877245\"][counter_area counter_text=\"Amazing Tours\" counter_number=\"1821\" _id=\"695078\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"951322\"][counter_area counter_text=\"In Business\" counter_number=\"5660\" _id=\"482999\"][/kc_column][kc_column width=\"25%\" video_mute=\"no\" _id=\"764027\"][counter_area counter_text=\"Support Cases\" counter_number=\"11859\" _id=\"100238\"][/kc_column][/kc_row][kc_row _id=\"3480\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"771171\"][special_package_area sec_title=\"special package\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"266348\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"731514\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"846371\"][tour_area sec_title=\"Top deals\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_promotional_text=\"Promotional Tour\" sec_details_text=\"tour-details\" number_of_post=\"6\" _id=\"530554\"][/kc_column][/kc_row][kc_row _id=\"622665\" cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"48416\"][related_tour_area sec_title=\"Related tours\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" sec_btn_text=\"View details\" _id=\"42845\" sec_number_of_post=\"6\" sec_pac_styles=\"sp_2\" sec_grid_columns=\"sg_2\"][/kc_column][/kc_row][kc_row _id=\"486373\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"541551\"][gallery_area sec_title=\"Gallery\" sec_content=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"205145\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\"][/kc_column][/kc_row][kc_row _id=\"65382\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"542867\"][blog_area sec_title=\"Our Blog\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" number_of_post=\"3\" _id=\"577225\" read_more_btn=\"Read More\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"81531\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"585487\"][testimonials_area sec_title=\"What our client say\" sec_subtitle=\"TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNldGV0dXIgc2FkaXBzY2luZyBlbGl0ciwgc2VkIGRpYW0gbm9udW15IGVpcm1vZCB0ZW1wb3IgaW52aWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdXlhbSBlcmF0Lg==\" _id=\"672661\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"101555\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"163669\"][clients_area _id=\"962625\" sec_bg_image=\"11\"][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" _id=\"198868\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"334054\"][contact_us_area sec_title=\"Contact Us\" _id=\"328332\" enter_shortcode=\"W2NvbnRhY3QtZm9ybS03IGlkPSI5NSIgdGl0bGU9IkNvbnRhY3QgVXMiXQ==\"][contact_info_area sec_icon=\"fa fa-rocket\" sec_text=\"MjM2OSBSb2JpbnNvbiBMYW5lIEphY2tzb24sIE9IIDQ1NjQw\" _id=\"677942\"][contact_info_area sec_icon=\"fa fa-phone\" sec_text=\"KCsxKSA3NDAtMzk1LTM4Mjk=\" _id=\"940840\"][contact_info_area sec_icon=\"fa fa-envelope\" sec_text=\"SW5mb0BleGFtcGxlLmNvbQ==\" _id=\"165205\"][contact_info_area sec_icon=\"fa fa-clock-o\" sec_text=\"TW9uIC0gRnJpOiAwOC4wMCAtIDE2LjAw\" _id=\"909593\"][/contact_us_area][/kc_column][/kc_row][kc_row cols_gap=\"{`kc-css`:{}}\" use_container=\"no\" force=\"__empty__\" css_custom=\"{`kc-css`:{}}\" _id=\"937161\"][kc_column width=\"12/12\" video_mute=\"no\" _id=\"676471\"][kc_google_maps random_id=\"242130\" map_location=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xOCExbTEyITFtMyExZDI5NzkzLjk5Njk3MzUyOTc2ITJkMTA1LjgxOTQ1NDA3NTk4NDE4ITNkMjEuMDIyNjk1NzU0MDkxMzIhMm0zITFmMCEyZjAhM2YwITNtMiExaTEwMjQhMmk3NjghNGYxMy4xITNtMyExbTIhMXMweDMxMzVhYjliZDk4NjFjYTElM0EweGU3ODg3ZjdiNzJjYTE3YTkhMnpTR0Z1YjJrc0lFaHZ3NkJ1SUV0cDRicV9iU3dnU0dGdWIya3NJRlpwWlhSdVlXMCE1ZTAhM20yITFzZW4hMnMhNHYxNDUzOTYxMzgzMTY5IiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPg==\" map_height=\"400\" _id=\"477319\"][/kc_column][/kc_row]', 'Home Slider', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 118, 'https://denworldtravel.ma/?p=342', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (343, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->', 'My account', '', 'inherit', 'closed', 'closed', '', '321-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 321, 'https://denworldtravel.ma/?p=343', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (344, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '[woocommerce_my_account]', 'My account', '', 'inherit', 'closed', 'closed', '', '208-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 208, 'https://denworldtravel.ma/?p=344', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (345, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<h2>Who we are</h2><p>Our website address is: https://bestwpware.com/themes-wp/vromon.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '289-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 289, 'https://denworldtravel.ma/?p=345', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (346, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://wpdemothemes.com/vromon.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '329-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 329, 'https://denworldtravel.ma/?p=346', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (347, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'inherit', 'closed', 'closed', '', '291-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 291, 'https://denworldtravel.ma/?p=347', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (348, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Refunds</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Late or missing refunds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sale items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Exchanges</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Gifts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Shipping returns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Need help?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'inherit', 'closed', 'closed', '', '322-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 322, 'https://denworldtravel.ma/?p=348', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (349, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"https://bestwpware.com/themes-wp/vromon/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '288-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 288, 'https://denworldtravel.ma/?p=349', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (350, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://wpdemothemes.com/vromon/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '328-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 328, 'https://denworldtravel.ma/?p=350', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (351, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 'Shop', '', 'inherit', 'closed', 'closed', '', '318-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 318, 'https://denworldtravel.ma/?p=351', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (352, 1, '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 'Shop', '', 'inherit', 'closed', 'closed', '', '205-revision-v1', '', '', '2025-09-04 10:47:37', '2025-09-04 10:47:37', '', 205, 'https://denworldtravel.ma/?p=352', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (354, 1, '2025-09-04 10:51:31', '2025-09-04 10:51:31', '', 'Whiz - Travel Agency Elementor Template Kit', '', 'publish', 'closed', 'closed', '', 'whiz-travel-agency-elementor-template-kit', '', '', '2025-09-04 10:51:31', '2025-09-04 10:51:31', '', '0', 'https://denworldtravel.ma/?envato_tk_import=whiz-travel-agency-elementor-template-kit', '0', 'envato_tk_import', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (355, 1, '2025-09-04 10:55:15', '2025-09-04 10:55:15', '', 'logo_Asset-15.png', '', 'inherit', 'open', 'closed', '', 'logo_asset-15-png', '', '', '2025-09-04 10:55:15', '2025-09-04 10:55:15', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (356, 1, '2025-09-04 10:55:16', '2025-09-04 10:55:16', '<img width=\"800\" height=\"263\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-300x99.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-768x252.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15.png 1148w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<button aria-label=\"open-menu\"></button>\n        <ul id=\"menu-main-menu\"><li id=\"menu-item-157\"><a href=\"https://wpdemothemes.com/vromon/#service\">Service</a></li>\n<li id=\"menu-item-158\"><a href=\"https://wpdemothemes.com/vromon/#special_package\">Package</a></li>\n<li id=\"menu-item-159\"><a href=\"https://wpdemothemes.com/vromon/#top_deals\">Top deals</a></li>\n<li id=\"menu-item-160\"><a href=\"https://wpdemothemes.com/vromon/#deals_discount\">offer</a></li>\n<li id=\"menu-item-161\"><a href=\"https://wpdemothemes.com/vromon/#gallery\">Gallery</a></li>\n<li id=\"menu-item-162\"><a href=\"https://wpdemothemes.com/vromon/#blog\">Blog</a>\n<ul>\n	<li id=\"menu-item-182\"><a href=\"https://denworldtravel.ma/aliquam-sodales-tellus-ante-nec/\">Blog Details</a></li>\n</ul>\n</li>\n<li id=\"menu-item-177\"><a href=\"https://wpdemothemes.com/vromon/#contact\">Contact</a></li>\n</ul>\n                <a href=\"https://denworldtravel.ma\" aria-label=\"Home Link\"></a>\n                <button aria-label=\"close-menu\"></button>\n        					        <a href=\"#ekit_modal-popup-2b9f413f\" aria-label=\"navsearch-button\">\n                    </a>\n        <!-- language switcher strart -->\n        <!-- xs modal -->\n            <!-- Polylang search - thanks to Alain Melsens -->\n                <form role=\"search\" method=\"get\" action=\"https://denworldtravel.ma/\">\n                    <input type=\"search\" aria-label=\"search-form\" placeholder=\"Search...\" value=\"\" name=\"s\">\n					<button type=\"submit\" aria-label=\"search-button\">\n                                            </button>\n                </form>\n        <!-- End xs modal -->\n        <!-- end language switcher strart -->', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2025-09-04 10:55:16', '2025-09-04 10:55:16', '', '0', 'https://denworldtravel.ma/?elementor_library=header', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (357, 1, '2025-09-04 10:55:16', '2025-09-04 10:55:16', '', 'Header', '', 'inherit', 'closed', 'closed', '', '356-revision-v1', '', '', '2025-09-04 10:55:16', '2025-09-04 10:55:16', '', 356, 'https://denworldtravel.ma/?p=357', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (358, 1, '2025-09-04 10:55:16', '2025-09-04 10:55:16', '<img width=\"800\" height=\"263\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-300x99.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-768x252.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15.png 1148w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<button aria-label=\"open-menu\"></button>\n        <ul id=\"menu-main-menu\"><li id=\"menu-item-157\"><a href=\"https://wpdemothemes.com/vromon/#service\">Service</a></li>\n<li id=\"menu-item-158\"><a href=\"https://wpdemothemes.com/vromon/#special_package\">Package</a></li>\n<li id=\"menu-item-159\"><a href=\"https://wpdemothemes.com/vromon/#top_deals\">Top deals</a></li>\n<li id=\"menu-item-160\"><a href=\"https://wpdemothemes.com/vromon/#deals_discount\">offer</a></li>\n<li id=\"menu-item-161\"><a href=\"https://wpdemothemes.com/vromon/#gallery\">Gallery</a></li>\n<li id=\"menu-item-162\"><a href=\"https://wpdemothemes.com/vromon/#blog\">Blog</a>\n<ul>\n	<li id=\"menu-item-182\"><a href=\"https://denworldtravel.ma/aliquam-sodales-tellus-ante-nec/\">Blog Details</a></li>\n</ul>\n</li>\n<li id=\"menu-item-177\"><a href=\"https://wpdemothemes.com/vromon/#contact\">Contact</a></li>\n</ul>\n                <a href=\"https://denworldtravel.ma\" aria-label=\"Home Link\"></a>\n                <button aria-label=\"close-menu\"></button>\n        					        <a href=\"#ekit_modal-popup-2b9f413f\" aria-label=\"navsearch-button\">\n                    </a>\n        <!-- language switcher strart -->\n        <!-- xs modal -->\n            <!-- Polylang search - thanks to Alain Melsens -->\n                <form role=\"search\" method=\"get\" action=\"https://denworldtravel.ma/\">\n                    <input type=\"search\" aria-label=\"search-form\" placeholder=\"Search...\" value=\"\" name=\"s\">\n					<button type=\"submit\" aria-label=\"search-button\">\n                                            </button>\n                </form>\n        <!-- End xs modal -->\n        <!-- end language switcher strart -->', 'Header', '', 'inherit', 'closed', 'closed', '', '356-revision-v1', '', '', '2025-09-04 10:55:16', '2025-09-04 10:55:16', '', 356, 'https://denworldtravel.ma/?p=358', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (359, 1, '2025-09-04 10:55:18', '2025-09-04 10:55:18', '', 'woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg', '', 'inherit', 'open', 'closed', '', 'woman-faces-a-beautiful-mountain-sunset-p9gxe8x_2-jpg', '', '', '2025-09-04 10:55:18', '2025-09-04 10:55:18', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/woman-faces-a-beautiful-mountain-sunset-P9GXE8X_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (360, 1, '2025-09-04 10:55:22', '2025-09-04 10:55:22', '', 'beautiful-young-woman-enjoying-nature-J2B2P9B.jpg', '', 'inherit', 'open', 'closed', '', 'beautiful-young-woman-enjoying-nature-j2b2p9b-jpg', '', '', '2025-09-04 10:55:22', '2025-09-04 10:55:22', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-young-woman-enjoying-nature-J2B2P9B.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (361, 1, '2025-09-04 10:55:24', '2025-09-04 10:55:24', '<h1>Let\'s trip together</h1>										<a href=\"#\">\n									CONTACT US\n					</a>\n																			<img width=\"800\" height=\"263\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-300x99.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-768x252.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15.png 1148w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pharetra condimentum.</p>					\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h2>OUR ADDRESS</h2>										<a href=\"#\">\n									T : 123 456 789 0\n					</a>\n														<a href=\"#\">\n									(+321) 123 456 789 0\n					</a>\n														<a href=\"#\">\n									A :  80 Pine ST, 10TH FLOOR\n					</a>\n														<a href=\"#\">\n									NEW YORK, NY 10005, USA\n					</a>\n														<a href=\"#\">\n									E : whiz@mail.com\n					</a>\n														<a href=\"#\">\n									whiz_project@mail.com\n					</a>\n									<h2>QUICK LINKS</h2>				\n					Menu\n				<nav data-toggle-icon=\"\" data-close-icon=\"\" data-full-width=\"\">\n					<ul id=\"menu-1-11a1177f\"><li id=\"menu-item-157\"><a href=\"https://wpdemothemes.com/vromon/#service\" class = \"hfe-menu-item\">Service</a></li>\n<li id=\"menu-item-158\"><a href=\"https://wpdemothemes.com/vromon/#special_package\" class = \"hfe-menu-item\">Package</a></li>\n<li id=\"menu-item-159\"><a href=\"https://wpdemothemes.com/vromon/#top_deals\" class = \"hfe-menu-item\">Top deals</a></li>\n<li id=\"menu-item-160\"><a href=\"https://wpdemothemes.com/vromon/#deals_discount\" class = \"hfe-menu-item\">offer</a></li>\n<li id=\"menu-item-161\"><a href=\"https://wpdemothemes.com/vromon/#gallery\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-162\"><a href=\"https://wpdemothemes.com/vromon/#blog\" class = \"hfe-menu-item\">Blog</a>\n<ul>\n	<li id=\"menu-item-182\"><a href=\"https://denworldtravel.ma/aliquam-sodales-tellus-ante-nec/\" class = \"hfe-sub-menu-item\">Blog Details</a></li>\n</ul>\n</li>\n<li id=\"menu-item-177\"><a href=\"https://wpdemothemes.com/vromon/#contact\" class = \"hfe-menu-item\">Contact</a></li>\n</ul> \n				</nav>\n					<h2>NEWSLETTER</h2>		<p>Subscribe to our newsletter &amp; get all the latest news</p>		\n		<p>Copyright © 2021 UNQ Design</p>', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2025-09-04 10:55:24', '2025-09-04 10:55:24', '', '0', 'https://denworldtravel.ma/?elementor_library=footer', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (362, 1, '2025-09-04 10:55:24', '2025-09-04 10:55:24', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '361-revision-v1', '', '', '2025-09-04 10:55:24', '2025-09-04 10:55:24', '', 361, 'https://denworldtravel.ma/?p=362', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (363, 1, '2025-09-04 10:55:24', '2025-09-04 10:55:24', '<h1>Let\'s trip together</h1>										<a href=\"#\">\n									CONTACT US\n					</a>\n																			<img width=\"800\" height=\"263\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-1024x336.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-300x99.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15-768x252.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/logo_Asset-15.png 1148w\" sizes=\"(max-width: 800px) 100vw, 800px\" />													<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pharetra condimentum.</p>					\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n							<h2>OUR ADDRESS</h2>										<a href=\"#\">\n									T : 123 456 789 0\n					</a>\n														<a href=\"#\">\n									(+321) 123 456 789 0\n					</a>\n														<a href=\"#\">\n									A :  80 Pine ST, 10TH FLOOR\n					</a>\n														<a href=\"#\">\n									NEW YORK, NY 10005, USA\n					</a>\n														<a href=\"#\">\n									E : whiz@mail.com\n					</a>\n														<a href=\"#\">\n									whiz_project@mail.com\n					</a>\n									<h2>QUICK LINKS</h2>				\n					Menu\n				<nav data-toggle-icon=\"\" data-close-icon=\"\" data-full-width=\"\">\n					<ul id=\"menu-1-11a1177f\"><li id=\"menu-item-157\"><a href=\"https://wpdemothemes.com/vromon/#service\" class = \"hfe-menu-item\">Service</a></li>\n<li id=\"menu-item-158\"><a href=\"https://wpdemothemes.com/vromon/#special_package\" class = \"hfe-menu-item\">Package</a></li>\n<li id=\"menu-item-159\"><a href=\"https://wpdemothemes.com/vromon/#top_deals\" class = \"hfe-menu-item\">Top deals</a></li>\n<li id=\"menu-item-160\"><a href=\"https://wpdemothemes.com/vromon/#deals_discount\" class = \"hfe-menu-item\">offer</a></li>\n<li id=\"menu-item-161\"><a href=\"https://wpdemothemes.com/vromon/#gallery\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-162\"><a href=\"https://wpdemothemes.com/vromon/#blog\" class = \"hfe-menu-item\">Blog</a>\n<ul>\n	<li id=\"menu-item-182\"><a href=\"https://denworldtravel.ma/aliquam-sodales-tellus-ante-nec/\" class = \"hfe-sub-menu-item\">Blog Details</a></li>\n</ul>\n</li>\n<li id=\"menu-item-177\"><a href=\"https://wpdemothemes.com/vromon/#contact\" class = \"hfe-menu-item\">Contact</a></li>\n</ul> \n				</nav>\n					<h2>NEWSLETTER</h2>		<p>Subscribe to our newsletter &amp; get all the latest news</p>		\n		<p>Copyright © 2021 UNQ Design</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '361-revision-v1', '', '', '2025-09-04 10:55:24', '2025-09-04 10:55:24', '', 361, 'https://denworldtravel.ma/?p=363', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (364, 1, '2025-09-04 10:55:26', '2025-09-04 10:55:26', '', 'Mesa-de-trabajo-1%402x-100.jpg', '', 'inherit', 'open', 'closed', '', 'mesa-de-trabajo-1%402x-100-jpg', '', '', '2025-09-04 10:55:26', '2025-09-04 10:55:26', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/Mesa-de-trabajo-1402x-100.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (365, 1, '2025-09-04 10:55:30', '2025-09-04 10:55:30', '', 'Mesa-de-trabajo-1%403x-100.jpg', '', 'inherit', 'open', 'closed', '', 'mesa-de-trabajo-1%403x-100-jpg', '', '', '2025-09-04 10:55:30', '2025-09-04 10:55:30', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/Mesa-de-trabajo-1403x-100.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (366, 1, '2025-09-04 10:55:34', '2025-09-04 10:55:34', '', 'travel-X82SAH8.jpeg', '', 'inherit', 'open', 'closed', '', 'travel-x82sah8-jpeg', '', '', '2025-09-04 10:55:34', '2025-09-04 10:55:34', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-X82SAH8.jpeg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (367, 1, '2025-09-04 10:55:36', '2025-09-04 10:55:36', '', 'young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg', '', 'inherit', 'open', 'closed', '', 'young-couple-at-the-pura-ulun-danu-bratan-bali-xegj9sb_2-jpg', '', '', '2025-09-04 10:55:36', '2025-09-04 10:55:36', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (368, 1, '2025-09-04 10:55:40', '2025-09-04 10:55:40', '', 'travel-RRCKD9M_2-e1619270694360.jpg', '', 'inherit', 'open', 'closed', '', 'travel-rrckd9m_2-e1619270694360-jpg', '', '', '2025-09-04 10:55:40', '2025-09-04 10:55:40', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (369, 1, '2025-09-04 10:55:42', '2025-09-04 10:55:42', '', 'maldives-C9SGLV9_2.jpg', '', 'inherit', 'open', 'closed', '', 'maldives-c9sglv9_2-jpg', '', '', '2025-09-04 10:55:42', '2025-09-04 10:55:42', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (370, 1, '2025-09-04 10:55:45', '2025-09-04 10:55:45', '', 'eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg', '', 'inherit', 'open', 'closed', '', 'eibner-saliba-3t9ddy0wqdi-unsplash_2-jpg', '', '', '2025-09-04 10:55:45', '2025-09-04 10:55:45', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (371, 1, '2025-09-04 10:55:49', '2025-09-04 10:55:49', '', 'stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg', '', 'inherit', 'open', 'closed', '', 'stylish-girl-enjoying-peaceful-evening-in-countrys-ynewhs_2-jpg', '', '', '2025-09-04 10:55:49', '2025-09-04 10:55:49', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (372, 1, '2025-09-04 10:55:51', '2025-09-04 10:55:51', '', 'young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg', '', 'inherit', 'open', 'closed', '', 'young-female-traveler-with-a-luggage-at-the-transp-x2h93a6_2-jpg', '', '', '2025-09-04 10:55:51', '2025-09-04 10:55:51', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (373, 1, '2025-09-04 10:55:53', '2025-09-04 10:55:53', '', 'beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg', '', 'inherit', 'open', 'closed', '', 'beautiful-carefree-long-hair-asian-girl-in-white-c-akq7fny_2-jpg', '', '', '2025-09-04 10:55:53', '2025-09-04 10:55:53', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (374, 1, '2025-09-04 10:55:56', '2025-09-04 10:55:56', '', 'beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg', '', 'inherit', 'open', 'closed', '', 'beautiful-girl-in-tropical-forest-vxrjeh6_2-jpg', '', '', '2025-09-04 10:55:56', '2025-09-04 10:55:56', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (375, 1, '2025-09-04 10:56:00', '2025-09-04 10:56:00', '', 'girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg', '', 'inherit', 'open', 'closed', '', 'girl-traveler-holding-hat-and-looking-at-mountains-34arez5_2-jpg', '', '', '2025-09-04 10:56:00', '2025-09-04 10:56:00', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (376, 1, '2025-09-04 10:56:03', '2025-09-04 10:56:03', '', 'beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg', '', 'inherit', 'open', 'closed', '', 'beautiful-carefree-long-hair-asian-girl-in-white-c-aexyz48_2-jpg', '', '', '2025-09-04 10:56:03', '2025-09-04 10:56:03', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (377, 1, '2025-09-04 10:56:07', '2025-09-04 10:56:07', '', 'travel-time-JYWCQGA.jpg', '', 'inherit', 'open', 'closed', '', 'travel-time-jywcqga-jpg', '', '', '2025-09-04 10:56:07', '2025-09-04 10:56:07', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (378, 1, '2025-09-04 10:56:09', '2025-09-04 10:56:09', '', 'travel-6SMUDKD.jpg', '', 'inherit', 'open', 'closed', '', 'travel-6smudkd-jpg', '', '', '2025-09-04 10:56:09', '2025-09-04 10:56:09', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (379, 1, '2025-09-04 10:56:12', '2025-09-04 10:56:12', '', 'travel-MGL2UAM.jpg', '', 'inherit', 'open', 'closed', '', 'travel-mgl2uam-jpg', '', '', '2025-09-04 10:56:12', '2025-09-04 10:56:12', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (380, 1, '2025-09-04 10:56:14', '2025-09-04 10:56:14', '', 'travel-4YHXH2F.jpg', '', 'inherit', 'open', 'closed', '', 'travel-4yhxh2f-jpg', '', '', '2025-09-04 10:56:14', '2025-09-04 10:56:14', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (381, 1, '2025-09-04 10:56:16', '2025-09-04 10:56:16', '', 'travel-AH2QZY9.jpg', '', 'inherit', 'open', 'closed', '', 'travel-ah2qzy9-jpg', '', '', '2025-09-04 10:56:16', '2025-09-04 10:56:16', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (382, 1, '2025-09-04 10:56:19', '2025-09-04 10:56:19', '', 'travel-SNYSL6E.jpg', '', 'inherit', 'open', 'closed', '', 'travel-snysl6e-jpg', '', '', '2025-09-04 10:56:19', '2025-09-04 10:56:19', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (383, 1, '2025-09-04 10:56:21', '2025-09-04 10:56:21', '', 'Mesa-de-trabajo-1@2x-100.jpg', '', 'inherit', 'open', 'closed', '', 'mesa-de-trabajo-12x-100-jpg', '', '', '2025-09-04 10:56:21', '2025-09-04 10:56:21', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/Mesa-de-trabajo-1@2x-100.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (384, 1, '2025-09-04 10:56:23', '2025-09-04 10:56:23', '', 'Mesa-de-trabajo-1@3x-100.jpg', '', 'inherit', 'open', 'closed', '', 'mesa-de-trabajo-13x-100-jpg', '', '', '2025-09-04 10:56:23', '2025-09-04 10:56:23', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/Mesa-de-trabajo-1@3x-100.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (385, 1, '2025-09-04 10:56:25', '2025-09-04 10:56:25', 'ADVENTURE				\n			<h2>Let’s Your Journey Begins</h2>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"2048\" height=\"1367\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"1001\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"2048\" height=\"1365\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"1800\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6aef4677_\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_e7640d3_\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_7204849a_\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1499\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b9705966c53\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9705966c53\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b9705966c53\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9705966c53\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9705966c53\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9705966c53\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9705966c53\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9705966c53\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b9705966c53\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b97059670c1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b97059670c1\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b97059670c1\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b97059670c1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b97059670c1\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b97059670c1\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b97059670c1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b97059670c1\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b97059670c1\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-09-04 10:56:25', '2025-09-04 10:56:25', '', '0', 'https://denworldtravel.ma/?elementor_library=home', '0', 'elementor_library', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (386, 1, '2025-09-04 10:56:25', '2025-09-04 10:56:25', '', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2025-09-04 10:56:25', '2025-09-04 10:56:25', '', 385, 'https://denworldtravel.ma/?p=386', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (387, 1, '2025-09-04 10:56:25', '2025-09-04 10:56:25', 'ADVENTURE				\n			<h2>Let’s Your Journey Begins</h2>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"2048\" height=\"1367\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"1001\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"2048\" height=\"1365\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"1800\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6aef4677_\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_e7640d3_\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_7204849a_\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"900\" height=\"1200\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1500\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"1200\" height=\"1499\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b9705966c53\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9705966c53\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b9705966c53\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9705966c53\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9705966c53\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9705966c53\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9705966c53\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9705966c53\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b9705966c53\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b97059670c1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b97059670c1\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b97059670c1\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b97059670c1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b97059670c1\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b97059670c1\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b97059670c1\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b97059670c1\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b97059670c1\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Home', '', 'inherit', 'closed', 'closed', '', '385-revision-v1', '', '', '2025-09-04 10:56:25', '2025-09-04 10:56:25', '', 385, 'https://denworldtravel.ma/?p=387', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (388, 1, '2025-09-04 10:57:11', '2025-09-04 10:57:11', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'publish', 'closed', 'closed', '', 'accueil', '', '', '2025-09-04 15:54:36', '2025-09-04 15:54:36', '', '0', 'https://denworldtravel.ma/?page_id=388', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (389, 1, '2025-09-04 10:57:11', '2025-09-04 10:57:11', '', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 10:57:11', '2025-09-04 10:57:11', '', 388, 'https://denworldtravel.ma/?p=389', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (391, 1, '2025-09-04 10:58:21', '2025-09-04 10:58:21', '', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 10:58:21', '2025-09-04 10:58:21', '', 388, 'https://denworldtravel.ma/?p=391', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (392, 1, '2025-09-04 10:58:21', '2025-09-04 10:58:21', '', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 10:58:21', '2025-09-04 10:58:21', '', 388, 'https://denworldtravel.ma/?p=392', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (393, 1, '2025-09-04 10:58:21', '2025-09-04 10:58:21', 'ADVENTURE				\n			<h2>Let’s Your Journey Begins</h2>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b970cd8bd7f\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b970cd8bd7f\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b970cd8bd7f\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b970cd8bd7f\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b970cd8bd7f\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b970cd8bd7f\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b970cd8c7f3\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b970cd8c7f3\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b970cd8c7f3\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b970cd8c7f3\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b970cd8c7f3\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b970cd8c7f3\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 10:58:21', '2025-09-04 10:58:21', '', 388, 'https://denworldtravel.ma/?p=393', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (394, 1, '2025-09-04 10:59:59', '2025-09-04 10:59:59', 'ADVENTURE				\n			<h2>Let’s Your Journey Begins</h2>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b970cd8bd7f\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b970cd8bd7f\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b970cd8bd7f\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b970cd8bd7f\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b970cd8bd7f\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b970cd8bd7f\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b970cd8c7f3\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b970cd8c7f3\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b970cd8c7f3\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b970cd8c7f3\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b970cd8c7f3\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b970cd8c7f3\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 10:59:59', '2025-09-04 10:59:59', '', 388, 'https://denworldtravel.ma/?p=394', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (395, 1, '2025-09-04 10:59:59', '2025-09-04 10:59:59', 'ADVENTURE				\n			<h2>Let’s Your Journey Begins</h2>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b970cd8bd7f\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b970cd8bd7f\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b970cd8bd7f\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b970cd8bd7f\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b970cd8bd7f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b970cd8bd7f\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b970cd8bd7f\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b970cd8c7f3\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b970cd8c7f3\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b970cd8c7f3\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b970cd8c7f3\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b970cd8c7f3\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b970cd8c7f3\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b970cd8c7f3\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 10:59:59', '2025-09-04 10:59:59', '', 388, 'https://denworldtravel.ma/?p=395', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (396, 1, '2025-09-04 11:00:00', '2025-09-04 11:00:00', 'ADVENTURE				\n			<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b971301ebdf\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b971301ebdf\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b971301ebdf\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b971301ebdf\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b971301ebdf\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b971301ebdf\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b971301f532\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b971301f532\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b971301f532\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b971301f532\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b971301f532\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b971301f532\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:00:00', '2025-09-04 11:00:00', '', 388, 'https://denworldtravel.ma/?p=396', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (397, 1, '2025-09-04 11:07:36', '2025-09-04 11:07:36', '/* Add your CSS code here.\r\n\r\nFor example:\r\n.example {\r\n    color: red;\r\n}\r\n\r\nFor brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp\r\n\r\nEnd of comment */ \r\n\r\n.jeg-elementor-kit.jkit-countdown .timer-inner-container {\r\n	background: none !important;\r\n	font-family: \"Poppins\", sans-serif !important;\r\n}', 'Style', '', 'publish', 'closed', 'closed', '', 'style', '', '', '2025-09-09 13:05:05', '2025-09-09 13:05:05', '', '0', 'https://denworldtravel.ma/?post_type=custom-css-js&#038;p=397', '0', 'custom-css-js', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (398, 1, '2025-09-04 11:09:57', '2025-09-04 11:09:57', 'ADVENTURE				\n			<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b971301ebdf\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b971301ebdf\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b971301ebdf\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b971301ebdf\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b971301ebdf\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b971301ebdf\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b971301f532\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b971301f532\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b971301f532\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b971301f532\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b971301f532\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b971301f532\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:09:57', '2025-09-04 11:09:57', '', 388, 'https://denworldtravel.ma/?p=398', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (399, 1, '2025-09-04 11:09:58', '2025-09-04 11:09:58', 'ADVENTURE				\n			<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n									<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b971301ebdf\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b971301ebdf\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b971301ebdf\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b971301ebdf\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b971301ebdf\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b971301ebdf\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b971301ebdf\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b971301f532\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b971301f532\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b971301f532\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b971301f532\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b971301f532\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b971301f532\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b971301f532\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:09:58', '2025-09-04 11:09:58', '', 388, 'https://denworldtravel.ma/?p=399', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (400, 1, '2025-09-04 11:09:58', '2025-09-04 11:09:58', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9738670031\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b9738670031\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9738670031\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9738670031\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9738670031\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b9738670031\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9738670890\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b9738670890\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9738670890\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9738670890\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9738670890\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b9738670890\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:09:58', '2025-09-04 11:09:58', '', 388, 'https://denworldtravel.ma/?p=400', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (401, 1, '2025-09-04 11:12:31', '2025-09-04 11:12:31', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9738670031\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b9738670031\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9738670031\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9738670031\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9738670031\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b9738670031\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9738670890\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b9738670890\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9738670890\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9738670890\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9738670890\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b9738670890\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:12:31', '2025-09-04 11:12:31', '', 388, 'https://denworldtravel.ma/?p=401', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (402, 1, '2025-09-04 11:12:32', '2025-09-04 11:12:32', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>OUR FEATURES</h2>					<h2>OUR EXCLUSIVE FEATURES</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																<h2>Pricing</h2>					<h2>Chose Your Journey Plan</h2>					<h2>Individual</h2>					<h2>$45</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n						</ul>\n									<ul>\n							<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Couples</h2>					<h2>$65</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Team</h2>					<h2>$85</h2>							<ul>\n							<li>\n										Tour Guide\n									</li>\n								<li>\n										Free Messages\n									</li>\n								<li>\n										3 x Eat Service\n									</li>\n								<li>\n										24 / 7 support\n									</li>\n								<li>\n										Free 3X eat\n									</li>\n								<li>\n										Free Transport\n									</li>\n						</ul>\n												<a href=\"#\">\n									Choose\n					</a>\n									<h2>Our Team</h2>					<h2>meet our amazing team</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_6f7f93b_388\">\n									Samantha Chris									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Samantha Chris</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_60517727_388\">\n									Vivi Kimm									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/girl-traveler-holding-hat-and-looking-at-mountains-34AREZ5_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Vivi Kimm</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n													<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																	<a aria-label=\"profile\" href=\"javascript:void(0)\" data-mfp-src=\"#ekit_team_modal_21b056fd_388\">\n									Leony Ann									</a>\n																	</h2>\n								<p>Traveler</p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n						<button type=\"button\">\n													</button>\n									<img width=\"800\" height=\"1067\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg\" alt=\"\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2.jpg 900w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AEXYZ48_2-768x1024.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<h2>Leony Ann</h2>\n								<p>Traveler</p>\n									A small river named Duden flows by their place and supplies it with the necessary								\n																	<ul>\n																					<li><strong>Phone:</strong><a href=\"tel:+1 (859) 254-6589\">+1 (859) 254-6589</a></li>\n																					<li><strong>Email:</strong><a href=\"mailto:info@example.com\">info@example.com</a></li>\n																			</ul>\n								<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n					<h2>Testimonials</h2>					<h2>What our clients say</h2>					\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" alt=\"Sammy Jack\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-time-JYWCQGA-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Sammy Jack</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" alt=\"Jim &amp; Janes\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-6SMUDKD-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Jim &amp; Janes</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" alt=\"Lily Anth\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-MGL2UAM-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Lily Anth</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" alt=\"Tom Cruise\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-4YHXH2F-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Tom Cruise</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"1000\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" alt=\"Amanda Stash\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-819x1024.jpg 819w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-AH2QZY9-768x960.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Amanda Stash</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n                    <img width=\"800\" height=\"999\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" alt=\"Joanne Sam\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E.jpg 1200w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-240x300.jpg 240w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-820x1024.jpg 820w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-SNYSL6E-768x959.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                    <ul></ul>\n                        <strong>Joanne Sam</strong>\n                        <p>Traveler</p>\n            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n        					<h2>need something</h2>					<h2>Frequently asked question</h2>					\n                        <a href=\"#collapse-759068268b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9738670031\" aria-expanded=\"true\" aria-controls=\"Collapse-759068268b9738670031\">\n                            How do I book\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9738670031\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9738670031\">\n                            Is there a down payment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9738670031\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9738670031\" aria-expanded=\"false\" aria-controls=\"Collapse-0e35ce368b9738670031\">\n                            What is the payment method\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-759068268b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-759068268b9738670890\" aria-expanded=\"false\" aria-controls=\"Collapse-759068268b9738670890\">\n                            How to cancel an order\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-67a71d968b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-67a71d968b9738670890\" aria-expanded=\"false\" aria-controls=\"Collapse-67a71d968b9738670890\">\n                            Do we get the equipment\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-0e35ce368b9738670890\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-0e35ce368b9738670890\" aria-expanded=\"true\" aria-controls=\"Collapse-0e35ce368b9738670890\">\n                            How many people per team\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut vehicula eleifend sapien, quis cursus dui. Phasellus sodales nibh vel finibus malesuada. Nullam enim odio, imperdiet imperdiet mollis id, cursus sit amet nulla. Aenean pellentesque lectus a tristique consequat.</p>                        \n                <!-- .elementskit-card END -->', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:12:32', '2025-09-04 11:12:32', '', 388, 'https://denworldtravel.ma/?p=402', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (403, 1, '2025-09-04 11:12:32', '2025-09-04 11:12:32', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:12:32', '2025-09-04 11:12:32', '', 388, 'https://denworldtravel.ma/?p=403', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (404, 1, '2025-09-04 11:13:06', '2025-09-04 11:13:06', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:13:06', '2025-09-04 11:13:06', '', 388, 'https://denworldtravel.ma/?p=404', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (405, 1, '2025-09-04 11:13:06', '2025-09-04 11:13:06', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:13:06', '2025-09-04 11:13:06', '', 388, 'https://denworldtravel.ma/?p=405', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (406, 1, '2025-09-04 11:13:06', '2025-09-04 11:13:06', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:13:06', '2025-09-04 11:13:06', '', 388, 'https://denworldtravel.ma/?p=406', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (407, 1, '2025-09-04 11:14:44', '2025-09-04 11:14:44', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:14:44', '2025-09-04 11:14:44', '', 388, 'https://denworldtravel.ma/?p=407', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (408, 1, '2025-09-04 11:14:44', '2025-09-04 11:14:44', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:14:44', '2025-09-04 11:14:44', '', 388, 'https://denworldtravel.ma/?p=408', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (409, 1, '2025-09-04 11:14:44', '2025-09-04 11:14:44', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:14:44', '2025-09-04 11:14:44', '', 388, 'https://denworldtravel.ma/?p=409', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (411, 1, '2025-09-04 11:21:39', '2025-09-04 11:21:39', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:21:39', '2025-09-04 11:21:39', '', 388, 'https://denworldtravel.ma/?p=411', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (412, 1, '2025-09-04 11:21:39', '2025-09-04 11:21:39', '<h1>Coming Soon</h1>				\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:21:39', '2025-09-04 11:21:39', '', 388, 'https://denworldtravel.ma/?p=412', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (413, 1, '2025-09-04 11:21:39', '2025-09-04 11:21:39', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:21:39', '2025-09-04 11:21:39', '', 388, 'https://denworldtravel.ma/?p=413', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (415, 1, '2025-09-04 11:38:06', '2025-09-04 11:38:06', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:38:06', '2025-09-04 11:38:06', '', 388, 'https://denworldtravel.ma/?p=415', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (416, 1, '2025-09-04 11:38:06', '2025-09-04 11:38:06', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>24/7 HELP CENTER</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>MANY CHOICE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n							<h2>Get lost with us</h2>					<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:38:06', '2025-09-04 11:38:06', '', 388, 'https://denworldtravel.ma/?p=416', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (417, 1, '2025-09-04 11:38:06', '2025-09-04 11:38:06', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:38:06', '2025-09-04 11:38:06', '', 388, 'https://denworldtravel.ma/?p=417', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (418, 1, '2025-09-04 11:38:31', '2025-09-04 11:38:31', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:38:31', '2025-09-04 11:38:31', '', 388, 'https://denworldtravel.ma/?p=418', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (419, 1, '2025-09-04 11:38:31', '2025-09-04 11:38:31', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>			<h2>This week</h2>					<h2>Popular Trip This Week</h2>					<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-2048x1367.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1024x684.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-768x513.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-couple-at-the-pura-ulun-danu-bratan-bali-XEGJ9SB_2-1536x1025.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Bali, Indonesia</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"799\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360.jpg 1001w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-300x300.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-150x150.jpg 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/travel-RRCKD9M_2-e1619270694360-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Norway</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus. \n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-2048x1365.jpg 2048w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/maldives-C9SGLV9_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>Maldives</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n        					<img width=\"800\" height=\"533\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" alt=\"\" url=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2.jpg 1800w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/eibner-saliba-3T9dDY0WqDI-unsplash_2-1536x1024.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n            <h2>El Nido</h2>\n                Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam justo justo, laoreet vitae ex non, consectetur dignissim augue. Pellentesque quis diam tristique, vehicula lacus ac, porttitor mi. Donec ultricies ornare libero sed faucibus. Proin non dapibus purus.\n			Total Trip			\n				0\n				+\n			Satisfied Client			\n				0\n				K\n			Positif Review			\n				0\n				K\n			Available Trip			\n				0\n				+\n			Grup Trip			\n				0\n				+\n							<h2>Feel Free To Discuss, With a Cup of Coffee\n</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									Contact Us\n					</a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n			</a>\n					<h2>Explore the world</h2>					<h2>Our Experts Would Love To Get You Lost</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								<a href=\"#\">\n									LEARN MORE\n					</a>\n																			<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/stylish-girl-enjoying-peaceful-evening-in-countrys-YNEWHS_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/young-female-traveler-with-a-luggage-at-the-transp-X2H93A6_2.jpg 900w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"768\" height=\"1024\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-768x1024.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-225x300.jpg 225w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2-1152x1536.jpg 1152w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-carefree-long-hair-asian-girl-in-white-c-AKQ7FNY_2.jpg 1200w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																										<img width=\"800\" height=\"534\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-1024x683.jpg 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-300x200.jpg 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2-768x512.jpg 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/beautiful-girl-in-tropical-forest-VXRJEH6_2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:38:31', '2025-09-04 11:38:31', '', 388, 'https://denworldtravel.ma/?p=419', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (420, 1, '2025-09-04 11:38:31', '2025-09-04 11:38:31', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:38:31', '2025-09-04 11:38:31', '', 388, 'https://denworldtravel.ma/?p=420', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (421, 1, '2025-09-04 11:39:19', '2025-09-04 11:39:19', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:39:19', '2025-09-04 11:39:19', '', 388, 'https://denworldtravel.ma/?p=421', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (422, 1, '2025-09-04 11:39:19', '2025-09-04 11:39:19', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:39:19', '2025-09-04 11:39:19', '', 388, 'https://denworldtravel.ma/?p=422', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (423, 1, '2025-09-04 11:39:19', '2025-09-04 11:39:19', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 11:39:19', '2025-09-04 11:39:19', '', 388, 'https://denworldtravel.ma/?p=423', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (425, 1, '2025-09-04 14:07:13', '2025-09-04 14:07:13', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 14:07:13', '2025-09-04 14:07:13', '', 388, 'https://denworldtravel.ma/?p=425', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (426, 1, '2025-09-04 14:07:13', '2025-09-04 14:07:13', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>ONLINE BOOKING</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>FAST &amp; FLEXIBLE</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Let’s Get Lost and Find Paradise</h2>							\n							<h2>Easy to Order</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>Safety Route</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>					\n							<h2>All Access</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullam corper mattis, pulvinar dapibus leo.</p>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 14:07:13', '2025-09-04 14:07:13', '', 388, 'https://denworldtravel.ma/?p=426', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (427, 1, '2025-09-04 14:07:13', '2025-09-04 14:07:13', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n							<h2>Transport sécurisé\net confortable</h2>							\n							<h2>Assistance complète\nsur place</h2>							\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 14:07:13', '2025-09-04 14:07:13', '', 388, 'https://denworldtravel.ma/?p=427', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (428, 1, '2025-09-04 14:11:40', '2025-09-04 14:11:40', '', 'img23', '', 'inherit', 'open', 'closed', '', 'img23', '', '', '2025-09-04 14:11:40', '2025-09-04 14:11:40', '', '0', 'https://denworldtravel.ma/wp-content/uploads/2025/09/img23.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (430, 1, '2025-09-04 14:13:30', '2025-09-04 14:13:30', '', 'img23', '', 'inherit', 'open', 'closed', '', 'img23-2', '', '', '2025-09-04 14:13:30', '2025-09-04 14:13:30', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img23-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (431, 1, '2025-09-04 14:15:45', '2025-09-04 14:15:45', '', 'img13', '', 'inherit', 'open', 'closed', '', 'img13', '', '', '2025-09-04 14:15:45', '2025-09-04 14:15:45', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img13.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (432, 1, '2025-09-04 14:18:15', '2025-09-04 14:18:15', '', 'img95', '', 'inherit', 'open', 'closed', '', 'img95', '', '', '2025-09-04 14:18:15', '2025-09-04 14:18:15', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img95.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (433, 1, '2025-09-04 14:19:03', '2025-09-04 14:19:03', '', 'img37', '', 'inherit', 'open', 'closed', '', 'img37', '', '', '2025-09-04 14:19:03', '2025-09-04 14:19:03', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img37.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (434, 1, '2025-09-04 14:19:44', '2025-09-04 14:19:44', '', 'img48', '', 'inherit', 'open', 'closed', '', 'img48', '', '', '2025-09-04 14:19:44', '2025-09-04 14:19:44', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img48.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (435, 1, '2025-09-04 14:20:20', '2025-09-04 14:20:20', '', 'img77', '', 'inherit', 'open', 'closed', '', 'img77', '', '', '2025-09-04 14:20:20', '2025-09-04 14:20:20', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img77.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (436, 1, '2025-09-04 14:20:59', '2025-09-04 14:20:59', '', 'img91', '', 'inherit', 'open', 'closed', '', 'img91', '', '', '2025-09-04 14:20:59', '2025-09-04 14:20:59', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img91.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (437, 1, '2025-09-04 14:21:49', '2025-09-04 14:21:49', '', 'img129', '', 'inherit', 'open', 'closed', '', 'img129', '', '', '2025-09-04 14:21:49', '2025-09-04 14:21:49', '', 388, 'https://denworldtravel.ma/wp-content/uploads/2025/09/img129.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (438, 1, '2025-09-04 15:15:29', '2025-09-04 15:15:29', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n							<h2>Transport sécurisé\net confortable</h2>							\n							<h2>Assistance complète\nsur place</h2>							\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:15:29', '2025-09-04 15:15:29', '', 388, 'https://denworldtravel.ma/?p=438', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (439, 1, '2025-09-04 15:15:30', '2025-09-04 15:15:30', '<h2>Coming Soon</h2>		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n							<h2>Transport sécurisé\net confortable</h2>							\n							<h2>Assistance complète\nsur place</h2>							\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:15:30', '2025-09-04 15:15:30', '', 388, 'https://denworldtravel.ma/?p=439', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (440, 1, '2025-09-04 15:15:30', '2025-09-04 15:15:30', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:15:30', '2025-09-04 15:15:30', '', 388, 'https://denworldtravel.ma/?p=440', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (441, 1, '2025-09-04 15:17:29', '2025-09-04 15:17:29', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:17:29', '2025-09-04 15:17:29', '', 388, 'https://denworldtravel.ma/?p=441', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (442, 1, '2025-09-04 15:17:29', '2025-09-04 15:17:29', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:17:29', '2025-09-04 15:17:29', '', 388, 'https://denworldtravel.ma/?p=442', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (443, 1, '2025-09-04 15:17:29', '2025-09-04 15:17:29', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:17:29', '2025-09-04 15:17:29', '', 388, 'https://denworldtravel.ma/?p=443', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (445, 1, '2025-09-04 15:23:06', '2025-09-04 15:23:06', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:23:06', '2025-09-04 15:23:06', '', 388, 'https://denworldtravel.ma/?p=445', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (446, 1, '2025-09-04 15:23:06', '2025-09-04 15:23:06', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:23:06', '2025-09-04 15:23:06', '', 388, 'https://denworldtravel.ma/?p=446', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (447, 1, '2025-09-04 15:23:06', '2025-09-04 15:23:06', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:23:06', '2025-09-04 15:23:06', '', 388, 'https://denworldtravel.ma/?p=447', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (448, 1, '2025-09-04 15:23:50', '2025-09-04 15:23:50', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:23:50', '2025-09-04 15:23:50', '', 388, 'https://denworldtravel.ma/?p=448', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (449, 1, '2025-09-04 15:23:50', '2025-09-04 15:23:50', '<h2>BIENVENUE À\nDENWORLD\nTRAVEL</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:23:50', '2025-09-04 15:23:50', '', 388, 'https://denworldtravel.ma/?p=449', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (450, 1, '2025-09-04 15:23:51', '2025-09-04 15:23:51', '<h2>Den World\n<br>\nComing Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:23:51', '2025-09-04 15:23:51', '', 388, 'https://denworldtravel.ma/?p=450', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (452, 1, '2025-09-04 15:27:00', '2025-09-04 15:27:00', '<h2>Den World\n<br>\nComing Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:27:00', '2025-09-04 15:27:00', '', 388, 'https://denworldtravel.ma/?p=452', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (453, 1, '2025-09-04 15:27:00', '2025-09-04 15:27:00', '<h2>Den World\n<br>\nComing Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:27:00', '2025-09-04 15:27:00', '', 388, 'https://denworldtravel.ma/?p=453', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (454, 1, '2025-09-04 15:27:00', '2025-09-04 15:27:00', '<h2>Den World\n<br>\nComing Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:27:00', '2025-09-04 15:27:00', '', 388, 'https://denworldtravel.ma/?p=454', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (455, 1, '2025-09-04 15:27:13', '2025-09-04 15:27:13', '<h2>Den World\n<br>\nComing Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:27:13', '2025-09-04 15:27:13', '', 388, 'https://denworldtravel.ma/?p=455', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (456, 1, '2025-09-04 15:27:13', '2025-09-04 15:27:13', '<h2>Den World\n<br>\nComing Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:27:13', '2025-09-04 15:27:13', '', 388, 'https://denworldtravel.ma/?p=456', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (457, 1, '2025-09-04 15:27:13', '2025-09-04 15:27:13', '<h2>\nComing Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:27:13', '2025-09-04 15:27:13', '', 388, 'https://denworldtravel.ma/?p=457', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (459, 1, '2025-09-04 15:32:03', '2025-09-04 15:32:03', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:32:03', '2025-09-04 15:32:03', '', 388, 'https://denworldtravel.ma/?p=459', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (461, 1, '2025-09-04 15:54:35', '2025-09-04 15:54:35', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:54:35', '2025-09-04 15:54:35', '', 388, 'https://denworldtravel.ma/?p=461', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (462, 1, '2025-09-04 15:54:36', '2025-09-04 15:54:36', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:54:36', '2025-09-04 15:54:36', '', 388, 'https://denworldtravel.ma/?p=462', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (463, 1, '2025-09-04 15:54:36', '2025-09-04 15:54:36', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil', '', 'inherit', 'closed', 'closed', '', '388-revision-v1', '', '', '2025-09-04 15:54:36', '2025-09-04 15:54:36', '', 388, 'https://denworldtravel.ma/?p=463', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (464, 1, '2025-09-04 15:55:18', '2025-09-04 15:55:18', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'publish', 'closed', 'closed', '', 'accueil-court', '', '', '2025-09-10 09:51:05', '2025-09-10 09:51:05', '', '0', 'https://denworldtravel.ma/?page_id=464', '0', 'page', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (465, 1, '2025-09-04 15:55:18', '2025-09-04 15:55:18', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 15:55:18', '2025-09-04 15:55:18', '', 464, 'https://denworldtravel.ma/?p=465', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (466, 1, '2025-09-04 15:56:13', '2025-09-04 15:56:13', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 15:56:13', '2025-09-04 15:56:13', '', 464, 'https://denworldtravel.ma/?p=466', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (467, 1, '2025-09-04 15:56:13', '2025-09-04 15:56:13', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>					\n							<h2>PROMOTION\nTOURISTIQUE</h2>		<p>Nous offrons des voyages de qualité, alliant confort, sécurité et satisfaction. Grâce à notre expertise et notre réseau de partenaires, chaque séjour est adapté à vos besoins, que ce soit détente, aventure ou affaires.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Réservation dʼhôtels adaptés à tous\nles budgets</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transferts privés et partagés depuis\net vers lʼaéroport</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"></path></svg>			\n							<h2>Voyages en groupe pour entreprises,\nassociations et familles</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"></path></svg>			\n							<h2>Outils et guides interactifs pour\nexplorer chaque destination</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"></path></svg>			\n							<h2>Packages sur mesure selon vos\nenvies et besoins</h2>							\n							<h2>HÉBERGEMENTS\nET ATTRACTIONS</h2>		<p>Nous proposons une sélection dʼhôtels 3 à 5 étoiles, pour tous les voyageurs. Affaires, famille ou luxe : confort, services haut de gamme et expérience inoubliable garantie.</p>					\n							<h2>Hébergements confortables et bien\nsitués (de 3 à 5 étoiles)</h2>							\n							<h2>Chambres spacieuses et bien\néquipées</h2>							\n							<h2>Restaurants sur place ou\ngastronomiques</h2>							\n							<h2>Espaces bien-être : spa, hammam,\npiscine</h2>							\n							<h2>Services personnalisés (accueil,\nconciergerie, navette, room service)</h2>							\n							<h2>HAJJ\nET OMRA</h2>		<p>Nous proposons des formules complètes pour le Hajj et la<br />Omra, alliant spiritualité, confort et organisation. Nos services<br />incluent lʼhébergement proche des lieux saints, les transports,<br />lʼaccompagnement religieux et lʼassistance sur place, afin de<br />vous permettre dʼaccomplir vos rites en toute sérénité.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>			\n							<h2>Hébergement proche\ndes lieux saints</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"></path></svg>			\n							<h2>Transport sécurisé\net confortable</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"></path></svg>			\n							<h2>Assistance complète\nsur place</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"></path></svg>			\n							<h2>Guides spirituels\nqualifiés</h2>							\n							<h2>VOYAGES EN GROUPE</h2>		<p>En famille, entre amis ou en groupe, Denworld Travel<br />sʼoccupe de tout — hébergements, transports,<br />activités — pour que vous profitiez de lʼessentiel, au<br />meilleur prix.</p>					\n							<h2>Création dʼitinéraires sur mesure selon\nle profil du groupe</h2>							\n							<h2>Réservation de transports (autocar,\ntrain, avion)</h2>							\n							<h2>Hébergement adapté à la taille et au\ntype du groupe</h2>							\n							<h2>Organisation dʼactivités de cohésion ou\nculturelles</h2>							\n							<h2>Accompagnement par un guide ou un\nresponsable du groupe</h2>							\n							<h2>Gestion logistique complète : repas,\nvisites, transferts, assurances</h2>							\n							<h2>VOLS ET TRANSPORT</h2>							\n							<h2>Expériences de luxe pour\nles voyageurs exigeants</h2>							\n							<h2>Assistance 7/24 pour\ntoutes vos demandes</h2>							\n							<h2>Packages vacances incluant\nvol et hébergement</h2>							\n							<h2>Assurance voyage\ncouvrant tous les imprévus</h2>							\n							<h2>Enregistrement rapide et\nassistance aux formalités</h2>							\n							<h2>Service de tour opérateur\npour les agences partenaires</h2>							\n							<h2>NOTRE RÉSEAU\nINTERNATIONAL</h2>		<p>Denworld Travel sʼappuie sur un réseau de<br />partenaires fiables pour organiser vos voyages en<br />Europe, Asie et dans le Golf — avec des<br />prestations de qualité, des tarifs compétitifs et un<br />accompagnement sur mesure.</p>					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"></path></svg>			\n							<h2>Accès à des tarifs compétitifs sur toutes nos\ndestinations</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"></path></svg>			\n							<h2>Réseau dʼexperts locaux pour une organisation\nsans faille</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"></path></svg>			\n							<h2>Accompagnement personnalisé pour chaque\nclient</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"></path></svg>			\n							<h2>Offres spéciales pour les groupes et entreprises</h2>							\n							<h2>RESTONS EN CONTACT</h2>		<p>Contactez-nous dès maintenant pour organiser votre prochain voyage !</p>					\n							<h2>www.denworldtravel.com</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"></path></svg>			\n							<h2>+212 662 218 087</h2>							\n							<h2>fatimaenouri@dwt.ma</h2>							\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>			\n							<h2>Denworldtravelmorocco</h2>							\n							<h2>Immeuble Igoudar Nr 29, avenue des FAR Ville nouvelle Agadir</h2>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 15:56:13', '2025-09-04 15:56:13', '', 464, 'https://denworldtravel.ma/?p=467', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (468, 1, '2025-09-04 15:56:13', '2025-09-04 15:56:13', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 15:56:13', '2025-09-04 15:56:13', '', 464, 'https://denworldtravel.ma/?p=468', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (469, 1, '2025-09-04 16:34:36', '2025-09-04 16:34:36', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'trash', 'closed', 'closed', '', 'main-header__trashed', '', '', '2025-09-09 11:03:02', '2025-09-09 11:03:02', '', '0', 'https://denworldtravel.ma/?post_type=elementor-hf&#038;p=469', '0', 'elementor-hf', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (470, 1, '2025-09-04 16:34:36', '2025-09-04 16:34:36', '', 'Main Header', '', 'inherit', 'closed', 'closed', '', '469-revision-v1', '', '', '2025-09-04 16:34:36', '2025-09-04 16:34:36', '', 469, 'https://denworldtravel.ma/?p=470', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (472, 1, '2025-09-04 16:37:18', '2025-09-04 16:37:18', '', 'white bg', '', 'inherit', 'open', 'closed', '', 'white-bg', '', '', '2025-09-04 16:37:18', '2025-09-04 16:37:18', '', 469, 'https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (473, 1, '2025-09-04 16:37:23', '2025-09-04 16:37:23', '', 'Main Header', '', 'inherit', 'closed', 'closed', '', '469-revision-v1', '', '', '2025-09-04 16:37:23', '2025-09-04 16:37:23', '', 469, 'https://denworldtravel.ma/?p=473', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (474, 1, '2025-09-04 16:37:24', '2025-09-04 16:37:24', '', 'Main Header', '', 'inherit', 'closed', 'closed', '', '469-revision-v1', '', '', '2025-09-04 16:37:24', '2025-09-04 16:37:24', '', 469, 'https://denworldtravel.ma/?p=474', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (475, 1, '2025-09-04 16:37:24', '2025-09-04 16:37:24', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '469-revision-v1', '', '', '2025-09-04 16:37:24', '2025-09-04 16:37:24', '', 469, 'https://denworldtravel.ma/?p=475', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (476, 1, '2025-09-04 17:05:19', '2025-09-04 17:05:19', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 17:05:19', '2025-09-04 17:05:19', '', 464, 'https://denworldtravel.ma/?p=476', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (477, 1, '2025-09-04 17:05:19', '2025-09-04 17:05:19', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 17:05:19', '2025-09-04 17:05:19', '', 464, 'https://denworldtravel.ma/?p=477', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (478, 1, '2025-09-04 17:05:19', '2025-09-04 17:05:19', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 17:05:19', '2025-09-04 17:05:19', '', 464, 'https://denworldtravel.ma/?p=478', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (479, 1, '2025-09-04 17:06:11', '2025-09-04 17:06:11', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 17:06:11', '2025-09-04 17:06:11', '', 464, 'https://denworldtravel.ma/?p=479', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (480, 1, '2025-09-04 17:06:11', '2025-09-04 17:06:11', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 17:06:11', '2025-09-04 17:06:11', '', 464, 'https://denworldtravel.ma/?p=480', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (481, 1, '2025-09-04 17:06:11', '2025-09-04 17:06:11', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-04 17:06:11', '2025-09-04 17:06:11', '', 464, 'https://denworldtravel.ma/?p=481', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (482, 1, '2025-09-09 10:58:53', '2025-09-09 10:58:53', '<h2>\n<p data-pm-slice=\"0 0 []\">Coming Soon</p>\n</h2>\n<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>\n<h2>Nos services</h2>\n<h2>Packages vacances personnalisés</h2>\n<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>\n<h2>Assistance complète avant, pendant et après le voyage</h2>\n<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>\n<h2>Réservations simplifiées et sécurisées</h2>\n<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>\n<h2>Offres spéciales et réductions saisonnières</h2>\n<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 10:58:53', '2025-09-09 10:58:53', '', 464, 'https://denworldtravel.ma/?p=482', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (483, 1, '2025-09-09 11:02:55', '2025-09-09 11:02:55', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'publish', 'closed', 'closed', '', 'main-header', '', '', '2025-09-09 11:13:28', '2025-09-09 11:13:28', '', '0', 'https://denworldtravel.ma/?post_type=elementor-hf&#038;p=483', '0', 'elementor-hf', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (484, 1, '2025-09-09 11:03:29', '2025-09-09 11:03:29', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:03:29', '2025-09-09 11:03:29', '', 483, 'https://denworldtravel.ma/?p=484', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (485, 1, '2025-09-09 11:03:29', '2025-09-09 11:03:29', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:03:29', '2025-09-09 11:03:29', '', 483, 'https://denworldtravel.ma/?p=485', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (486, 1, '2025-09-09 11:03:30', '2025-09-09 11:03:30', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:03:30', '2025-09-09 11:03:30', '', 483, 'https://denworldtravel.ma/?p=486', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (487, 1, '2025-09-09 11:08:09', '2025-09-09 11:08:09', '<h2>\n<p data-pm-slice=\"0 0 []\">Coming Soon</p>\n</h2>\n<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>\n<h2>Nos services</h2>\n<h2>Packages vacances personnalisés</h2>\n<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>\n<h2>Assistance complète avant, pendant et après le voyage</h2>\n<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>\n<h2>Réservations simplifiées et sécurisées</h2>\n<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>\n<h2>Offres spéciales et réductions saisonnières</h2>\n<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:08:09', '2025-09-09 11:08:09', '', 464, 'https://denworldtravel.ma/?p=487', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (488, 1, '2025-09-09 11:08:09', '2025-09-09 11:08:09', '<h2>\n<p data-pm-slice=\"0 0 []\">Coming Soon</p>\n</h2>\n<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>\n<h2>Nos services</h2>\n<h2>Packages vacances personnalisés</h2>\n<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>\n<h2>Assistance complète avant, pendant et après le voyage</h2>\n<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>\n<h2>Réservations simplifiées et sécurisées</h2>\n<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>\n<h2>Offres spéciales et réductions saisonnières</h2>\n<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:08:09', '2025-09-09 11:08:09', '', 464, 'https://denworldtravel.ma/?p=488', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (489, 1, '2025-09-09 11:08:09', '2025-09-09 11:08:09', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:08:09', '2025-09-09 11:08:09', '', 464, 'https://denworldtravel.ma/?p=489', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (490, 1, '2025-09-09 11:10:58', '2025-09-09 11:10:58', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:10:58', '2025-09-09 11:10:58', '', 464, 'https://denworldtravel.ma/?p=490', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (491, 1, '2025-09-09 11:10:58', '2025-09-09 11:10:58', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:10:58', '2025-09-09 11:10:58', '', 464, 'https://denworldtravel.ma/?p=491', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (492, 1, '2025-09-09 11:10:59', '2025-09-09 11:10:59', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:10:59', '2025-09-09 11:10:59', '', 464, 'https://denworldtravel.ma/?p=492', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (493, 1, '2025-09-09 11:11:36', '2025-09-09 11:11:36', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:11:36', '2025-09-09 11:11:36', '', 464, 'https://denworldtravel.ma/?p=493', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (494, 1, '2025-09-09 11:11:36', '2025-09-09 11:11:36', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:11:36', '2025-09-09 11:11:36', '', 464, 'https://denworldtravel.ma/?p=494', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (495, 1, '2025-09-09 11:11:36', '2025-09-09 11:11:36', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:11:36', '2025-09-09 11:11:36', '', 464, 'https://denworldtravel.ma/?p=495', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (496, 1, '2025-09-09 11:11:51', '2025-09-09 11:11:51', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:11:51', '2025-09-09 11:11:51', '', 464, 'https://denworldtravel.ma/?p=496', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (497, 1, '2025-09-09 11:11:51', '2025-09-09 11:11:51', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:11:51', '2025-09-09 11:11:51', '', 464, 'https://denworldtravel.ma/?p=497', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (498, 1, '2025-09-09 11:11:51', '2025-09-09 11:11:51', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>													<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:11:51', '2025-09-09 11:11:51', '', 464, 'https://denworldtravel.ma/?p=498', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (499, 1, '2025-09-09 11:12:35', '2025-09-09 11:12:35', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:12:35', '2025-09-09 11:12:35', '', 483, 'https://denworldtravel.ma/?p=499', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (500, 1, '2025-09-09 11:12:35', '2025-09-09 11:12:35', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:12:35', '2025-09-09 11:12:35', '', 483, 'https://denworldtravel.ma/?p=500', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (501, 1, '2025-09-09 11:12:35', '2025-09-09 11:12:35', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:12:35', '2025-09-09 11:12:35', '', 483, 'https://denworldtravel.ma/?p=501', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (502, 1, '2025-09-09 11:12:49', '2025-09-09 11:12:49', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:12:49', '2025-09-09 11:12:49', '', 483, 'https://denworldtravel.ma/?p=502', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (503, 1, '2025-09-09 11:12:49', '2025-09-09 11:12:49', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:12:49', '2025-09-09 11:12:49', '', 483, 'https://denworldtravel.ma/?p=503', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (504, 1, '2025-09-09 11:12:49', '2025-09-09 11:12:49', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />', 'Main Header', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2025-09-09 11:12:49', '2025-09-09 11:12:49', '', 483, 'https://denworldtravel.ma/?p=504', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (505, 1, '2025-09-09 11:13:54', '2025-09-09 11:13:54', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>													<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:13:54', '2025-09-09 11:13:54', '', 464, 'https://denworldtravel.ma/?p=505', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (506, 1, '2025-09-09 11:13:54', '2025-09-09 11:13:54', '<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>													<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:13:54', '2025-09-09 11:13:54', '', 464, 'https://denworldtravel.ma/?p=506', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (507, 1, '2025-09-09 11:13:54', '2025-09-09 11:13:54', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:13:54', '2025-09-09 11:13:54', '', 464, 'https://denworldtravel.ma/?p=507', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (508, 1, '2025-09-09 11:16:40', '2025-09-09 11:16:40', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:16:40', '2025-09-09 11:16:40', '', 464, 'https://denworldtravel.ma/?p=508', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (509, 1, '2025-09-09 11:16:40', '2025-09-09 11:16:40', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:16:40', '2025-09-09 11:16:40', '', 464, 'https://denworldtravel.ma/?p=509', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (510, 1, '2025-09-09 11:16:40', '2025-09-09 11:16:40', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:16:40', '2025-09-09 11:16:40', '', 464, 'https://denworldtravel.ma/?p=510', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (511, 1, '2025-09-09 11:17:33', '2025-09-09 11:17:33', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:17:33', '2025-09-09 11:17:33', '', 464, 'https://denworldtravel.ma/?p=511', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (512, 1, '2025-09-09 11:17:33', '2025-09-09 11:17:33', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:17:33', '2025-09-09 11:17:33', '', 464, 'https://denworldtravel.ma/?p=512', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (513, 1, '2025-09-09 11:17:33', '2025-09-09 11:17:33', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:17:33', '2025-09-09 11:17:33', '', 464, 'https://denworldtravel.ma/?p=513', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (514, 1, '2025-09-09 11:17:48', '2025-09-09 11:17:48', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:17:48', '2025-09-09 11:17:48', '', 464, 'https://denworldtravel.ma/?p=514', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (515, 1, '2025-09-09 11:17:48', '2025-09-09 11:17:48', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:17:48', '2025-09-09 11:17:48', '', 464, 'https://denworldtravel.ma/?p=515', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (516, 1, '2025-09-09 11:17:48', '2025-09-09 11:17:48', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:17:48', '2025-09-09 11:17:48', '', 464, 'https://denworldtravel.ma/?p=516', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (517, 1, '2025-09-09 11:18:11', '2025-09-09 11:18:11', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:18:11', '2025-09-09 11:18:11', '', 464, 'https://denworldtravel.ma/?p=517', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (518, 1, '2025-09-09 11:18:11', '2025-09-09 11:18:11', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:18:11', '2025-09-09 11:18:11', '', 464, 'https://denworldtravel.ma/?p=518', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (519, 1, '2025-09-09 11:18:11', '2025-09-09 11:18:11', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:18:11', '2025-09-09 11:18:11', '', 464, 'https://denworldtravel.ma/?p=519', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (520, 1, '2025-09-09 11:19:17', '2025-09-09 11:19:17', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:19:17', '2025-09-09 11:19:17', '', 464, 'https://denworldtravel.ma/?p=520', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (521, 1, '2025-09-09 11:19:17', '2025-09-09 11:19:17', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:19:17', '2025-09-09 11:19:17', '', 464, 'https://denworldtravel.ma/?p=521', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (522, 1, '2025-09-09 11:19:17', '2025-09-09 11:19:17', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:19:17', '2025-09-09 11:19:17', '', 464, 'https://denworldtravel.ma/?p=522', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (523, 1, '2025-09-09 11:20:22', '2025-09-09 11:20:22', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:20:22', '2025-09-09 11:20:22', '', 464, 'https://denworldtravel.ma/?p=523', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (524, 1, '2025-09-09 11:20:22', '2025-09-09 11:20:22', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:20:22', '2025-09-09 11:20:22', '', 464, 'https://denworldtravel.ma/?p=524', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (525, 1, '2025-09-09 11:20:22', '2025-09-09 11:20:22', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:20:22', '2025-09-09 11:20:22', '', 464, 'https://denworldtravel.ma/?p=525', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (526, 1, '2025-09-09 11:20:37', '2025-09-09 11:20:37', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:20:37', '2025-09-09 11:20:37', '', 464, 'https://denworldtravel.ma/?p=526', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (527, 1, '2025-09-09 11:20:37', '2025-09-09 11:20:37', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:20:37', '2025-09-09 11:20:37', '', 464, 'https://denworldtravel.ma/?p=527', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (528, 1, '2025-09-09 11:20:37', '2025-09-09 11:20:37', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:20:37', '2025-09-09 11:20:37', '', 464, 'https://denworldtravel.ma/?p=528', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (529, 1, '2025-09-09 11:21:18', '2025-09-09 11:21:18', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:21:18', '2025-09-09 11:21:18', '', 464, 'https://denworldtravel.ma/?p=529', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (530, 1, '2025-09-09 11:21:19', '2025-09-09 11:21:19', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:21:19', '2025-09-09 11:21:19', '', 464, 'https://denworldtravel.ma/?p=530', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (531, 1, '2025-09-09 11:21:19', '2025-09-09 11:21:19', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:21:19', '2025-09-09 11:21:19', '', 464, 'https://denworldtravel.ma/?p=531', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (532, 1, '2025-09-09 11:23:14', '2025-09-09 11:23:14', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:23:14', '2025-09-09 11:23:14', '', 464, 'https://denworldtravel.ma/?p=532', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (533, 1, '2025-09-09 11:23:14', '2025-09-09 11:23:14', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:23:14', '2025-09-09 11:23:14', '', 464, 'https://denworldtravel.ma/?p=533', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (534, 1, '2025-09-09 11:23:14', '2025-09-09 11:23:14', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:23:14', '2025-09-09 11:23:14', '', 464, 'https://denworldtravel.ma/?p=534', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (535, 1, '2025-09-09 11:23:29', '2025-09-09 11:23:29', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:23:29', '2025-09-09 11:23:29', '', 464, 'https://denworldtravel.ma/?p=535', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (536, 1, '2025-09-09 11:23:30', '2025-09-09 11:23:30', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:23:30', '2025-09-09 11:23:30', '', 464, 'https://denworldtravel.ma/?p=536', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (537, 1, '2025-09-09 11:23:30', '2025-09-09 11:23:30', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:23:30', '2025-09-09 11:23:30', '', 464, 'https://denworldtravel.ma/?p=537', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (538, 1, '2025-09-09 11:24:03', '2025-09-09 11:24:03', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:24:03', '2025-09-09 11:24:03', '', 464, 'https://denworldtravel.ma/?p=538', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (539, 1, '2025-09-09 11:24:04', '2025-09-09 11:24:04', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:24:04', '2025-09-09 11:24:04', '', 464, 'https://denworldtravel.ma/?p=539', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (540, 1, '2025-09-09 11:24:04', '2025-09-09 11:24:04', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 11:24:04', '2025-09-09 11:24:04', '', 464, 'https://denworldtravel.ma/?p=540', '0', 'revision', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (542, 1, '2025-09-09 12:17:11', '2025-09-09 12:17:11', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:11', '2025-09-09 12:17:11', '', 464, 'https://denworldtravel.ma/?p=542', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (543, 1, '2025-09-09 12:17:11', '2025-09-09 12:17:11', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2><p data-pm-slice=\"0 0 []\">Coming Soon</p></h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:11', '2025-09-09 12:17:11', '', 464, 'https://denworldtravel.ma/?p=543', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (544, 1, '2025-09-09 12:17:12', '2025-09-09 12:17:12', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:12', '2025-09-09 12:17:12', '', 464, 'https://denworldtravel.ma/?p=544', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (545, 1, '2025-09-09 12:17:33', '2025-09-09 12:17:33', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:33', '2025-09-09 12:17:33', '', 464, 'https://denworldtravel.ma/?p=545', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (546, 1, '2025-09-09 12:17:33', '2025-09-09 12:17:33', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:33', '2025-09-09 12:17:33', '', 464, 'https://denworldtravel.ma/?p=546', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (547, 1, '2025-09-09 12:17:33', '2025-09-09 12:17:33', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:33', '2025-09-09 12:17:33', '', 464, 'https://denworldtravel.ma/?p=547', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (548, 1, '2025-09-09 12:17:41', '2025-09-09 12:17:41', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:41', '2025-09-09 12:17:41', '', 464, 'https://denworldtravel.ma/?p=548', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (549, 1, '2025-09-09 12:17:41', '2025-09-09 12:17:41', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:41', '2025-09-09 12:17:41', '', 464, 'https://denworldtravel.ma/?p=549', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (550, 1, '2025-09-09 12:17:41', '2025-09-09 12:17:41', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:17:41', '2025-09-09 12:17:41', '', 464, 'https://denworldtravel.ma/?p=550', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (551, 1, '2025-09-09 12:18:08', '2025-09-09 12:18:08', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:18:08', '2025-09-09 12:18:08', '', 464, 'https://denworldtravel.ma/?p=551', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (552, 1, '2025-09-09 12:18:08', '2025-09-09 12:18:08', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:18:08', '2025-09-09 12:18:08', '', 464, 'https://denworldtravel.ma/?p=552', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (553, 1, '2025-09-09 12:18:08', '2025-09-09 12:18:08', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:18:08', '2025-09-09 12:18:08', '', 464, 'https://denworldtravel.ma/?p=553', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (554, 1, '2025-09-09 12:19:55', '2025-09-09 12:19:55', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:19:55', '2025-09-09 12:19:55', '', 464, 'https://denworldtravel.ma/?p=554', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (555, 1, '2025-09-09 12:19:55', '2025-09-09 12:19:55', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:19:55', '2025-09-09 12:19:55', '', 464, 'https://denworldtravel.ma/?p=555', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (556, 1, '2025-09-09 12:19:55', '2025-09-09 12:19:55', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:19:55', '2025-09-09 12:19:55', '', 464, 'https://denworldtravel.ma/?p=556', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (557, 1, '2025-09-09 12:20:13', '2025-09-09 12:20:13', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:13', '2025-09-09 12:20:13', '', 464, 'https://denworldtravel.ma/?p=557', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (558, 1, '2025-09-09 12:20:13', '2025-09-09 12:20:13', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:13', '2025-09-09 12:20:13', '', 464, 'https://denworldtravel.ma/?p=558', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (559, 1, '2025-09-09 12:20:13', '2025-09-09 12:20:13', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:13', '2025-09-09 12:20:13', '', 464, 'https://denworldtravel.ma/?p=559', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (560, 1, '2025-09-09 12:20:21', '2025-09-09 12:20:21', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:21', '2025-09-09 12:20:21', '', 464, 'https://denworldtravel.ma/?p=560', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (561, 1, '2025-09-09 12:20:21', '2025-09-09 12:20:21', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:21', '2025-09-09 12:20:21', '', 464, 'https://denworldtravel.ma/?p=561', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (562, 1, '2025-09-09 12:20:22', '2025-09-09 12:20:22', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:22', '2025-09-09 12:20:22', '', 464, 'https://denworldtravel.ma/?p=562', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (563, 1, '2025-09-09 12:20:45', '2025-09-09 12:20:45', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:45', '2025-09-09 12:20:45', '', 464, 'https://denworldtravel.ma/?p=563', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (564, 1, '2025-09-09 12:20:45', '2025-09-09 12:20:45', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:45', '2025-09-09 12:20:45', '', 464, 'https://denworldtravel.ma/?p=564', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (565, 1, '2025-09-09 12:20:45', '2025-09-09 12:20:45', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:20:45', '2025-09-09 12:20:45', '', 464, 'https://denworldtravel.ma/?p=565', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (566, 1, '2025-09-09 12:31:30', '2025-09-09 12:31:30', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:31:30', '2025-09-09 12:31:30', '', 464, 'https://denworldtravel.ma/?p=566', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (567, 1, '2025-09-09 12:31:30', '2025-09-09 12:31:30', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:31:30', '2025-09-09 12:31:30', '', 464, 'https://denworldtravel.ma/?p=567', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (568, 1, '2025-09-09 12:31:31', '2025-09-09 12:31:31', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 12:31:31', '2025-09-09 12:31:31', '', 464, 'https://denworldtravel.ma/?p=568', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (569, 1, '2025-09-09 13:01:13', '2025-09-09 13:01:13', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:01:13', '2025-09-09 13:01:13', '', 464, 'https://denworldtravel.ma/?p=569', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (570, 1, '2025-09-09 13:01:14', '2025-09-09 13:01:14', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:01:14', '2025-09-09 13:01:14', '', 464, 'https://denworldtravel.ma/?p=570', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (571, 1, '2025-09-09 13:01:14', '2025-09-09 13:01:14', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>					\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:01:14', '2025-09-09 13:01:14', '', 464, 'https://denworldtravel.ma/?p=571', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (572, 1, '2025-09-09 13:01:59', '2025-09-09 13:01:59', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>					\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:01:59', '2025-09-09 13:01:59', '', 464, 'https://denworldtravel.ma/?p=572', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (573, 1, '2025-09-09 13:01:59', '2025-09-09 13:01:59', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>					\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:01:59', '2025-09-09 13:01:59', '', 464, 'https://denworldtravel.ma/?p=573', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (574, 1, '2025-09-09 13:01:59', '2025-09-09 13:01:59', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>					\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:01:59', '2025-09-09 13:01:59', '', 464, 'https://denworldtravel.ma/?p=574', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (575, 1, '2025-09-09 13:02:20', '2025-09-09 13:02:20', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>					\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:02:20', '2025-09-09 13:02:20', '', 464, 'https://denworldtravel.ma/?p=575', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (576, 1, '2025-09-09 13:02:20', '2025-09-09 13:02:20', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>					\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:02:20', '2025-09-09 13:02:20', '', 464, 'https://denworldtravel.ma/?p=576', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (577, 1, '2025-09-09 13:02:20', '2025-09-09 13:02:20', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:02:20', '2025-09-09 13:02:20', '', 464, 'https://denworldtravel.ma/?p=577', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (578, 1, '2025-09-09 13:06:17', '2025-09-09 13:06:17', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:06:17', '2025-09-09 13:06:17', '', 464, 'https://denworldtravel.ma/?p=578', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (579, 1, '2025-09-09 13:06:18', '2025-09-09 13:06:18', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:06:18', '2025-09-09 13:06:18', '', 464, 'https://denworldtravel.ma/?p=579', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (580, 1, '2025-09-09 13:06:18', '2025-09-09 13:06:18', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-09 13:06:18', '2025-09-09 13:06:18', '', 464, 'https://denworldtravel.ma/?p=580', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (581, 1, '2025-09-10 09:50:59', '2025-09-10 09:50:59', '', 'Dark bg', '', 'inherit', 'open', 'closed', '', 'dark-bg', '', '', '2025-09-10 09:50:59', '2025-09-10 09:50:59', '', 464, 'https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (582, 1, '2025-09-10 09:51:04', '2025-09-10 09:51:04', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-10 09:51:04', '2025-09-10 09:51:04', '', 464, 'https://denworldtravel.ma/?p=582', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (583, 1, '2025-09-10 09:51:04', '2025-09-10 09:51:04', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/white-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-10 09:51:04', '2025-09-10 09:51:04', '', 464, 'https://denworldtravel.ma/?p=583', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (584, 1, '2025-09-10 09:51:05', '2025-09-10 09:51:05', '<img width=\"1563\" height=\"1563\" src=\"https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg.png\" alt=\"\" decoding=\"async\" srcset=\"https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg.png 1563w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-300x300.png 300w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-1024x1024.png 1024w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-150x150.png 150w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-768x768.png 768w, https://denworldtravel.ma/wp-content/uploads/2025/09/Dark-bg-1536x1536.png 1536w\" sizes=\"(max-width: 1563px) 100vw, 1563px\" />																<h2>Coming Soon</h2>		<p>Denworld Travel organise des voyages sur mesure, pour des<br />vacances, affaires, pèlerinages ou escapades de luxe — afin<br />dʼoffrir des expériences inoubliables.</p>			\n                    0 Jours\n                    0 Heures\n                    0 Minutes\n                    0 Secondes\n            					<h2>Nos services</h2>							\n							<h2>Packages vacances personnalisés</h2>		<p>Créez un voyage à votre image avec des offres adaptées à vos envies, votre budget et votre planning. Chaque séjour est conçu sur mesure pour une expérience unique.</p>					\n							<h2>Assistance complète avant, pendant et après le voyage</h2>		<p>Bénéficiez d’un accompagnement dédié à chaque étape : conseils avant le départ, aide pendant le séjour, et suivi après votre retour.</p>					\n							<h2>Réservations simplifiées et sécurisées</h2>		<p>Centralisez toutes vos réservations sur une plateforme intuitive avec paiement sécurisé et confirmation rapide.</p>					\n							<h2>Offres spéciales et réductions saisonnières</h2>		<p>Accédez à des promotions exclusives toute l’année pour voyager plus souvent à prix réduit.</p>', 'Accueil court', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2025-09-10 09:51:05', '2025-09-10 09:51:05', '', 464, 'https://denworldtravel.ma/?p=584', '0', 'revision', '', '0');

INSERT IGNORE INTO `iwp2d52_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (585, 1, '2025-09-12 20:38:34', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-09-12 20:38:34', '0000-00-00 00:00:00', '', '0', 'https://denworldtravel.ma/?p=585', '0', 'post', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 1, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (9, 2, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (52, 3, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (53, 3, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (57, 18, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (57, 22, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (57, 23, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (61, 19, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (61, 21, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (61, 23, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (61, 40, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (64, 19, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (64, 20, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (64, 23, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (64, 24, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (64, 41, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (66, 18, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (66, 22, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (69, 3, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (71, 3, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (157, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (158, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (159, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (160, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (161, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (162, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (177, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (178, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (179, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (180, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (181, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (182, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 6, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 10, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 25, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 29, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 31, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 32, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 34, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 35, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (211, 36, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (212, 6, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (212, 25, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (212, 29, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (212, 30, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (212, 34, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (213, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (213, 25, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (213, 30, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (214, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (214, 28, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (214, 36, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (215, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (215, 34, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (215, 38, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (216, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (216, 38, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (217, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (217, 10, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (217, 37, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (217, 38, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (218, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (218, 10, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (218, 38, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (219, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (219, 8, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (219, 9, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (219, 10, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (219, 28, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (219, 30, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (220, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (220, 10, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (220, 30, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (221, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (221, 29, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (221, 36, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (222, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (222, 25, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (222, 36, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (223, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (223, 33, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (224, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (224, 33, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (231, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (231, 28, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (231, 36, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (232, 4, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (232, 34, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (232, 38, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (233, 5, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (233, 26, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (234, 7, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (234, 27, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (259, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (260, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (261, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (287, 39, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (356, 42, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (361, 42, '0');

INSERT IGNORE INTO `iwp2d52_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (385, 43, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (2, 2, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 3, 'nav_menu', '', '0', 4);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (4, 4, 'product_type', '', '0', 14);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (5, 5, 'product_type', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (6, 6, 'product_type', '', '0', 2);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (7, 7, 'product_type', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (8, 8, 'product_visibility', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (9, 9, 'product_visibility', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (10, 10, 'product_visibility', '', '0', 5);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (11, 11, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (12, 12, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (13, 13, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (14, 14, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (15, 15, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (16, 16, 'product_visibility', '', '0', '0');

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (17, 17, 'product_cat', '', '0', '0');

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (18, 18, 'category', '', '0', 2);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (19, 19, 'category', '', '0', 2);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (20, 20, 'category', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (21, 21, 'post_tag', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (22, 22, 'post_tag', '', '0', 2);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (23, 23, 'post_tag', '', '0', 3);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (24, 24, 'post_tag', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (25, 25, 'pa_color', '', '0', 4);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (26, 26, 'product_cat', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (27, 27, 'product_cat', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (28, 28, 'pa_color', '', '0', 3);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (29, 29, 'pa_color', '', '0', 3);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (30, 30, 'product_cat', '', 26, 4);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (31, 31, 'pa_size', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (32, 32, 'pa_size', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (33, 33, 'product_cat', '', '0', 2);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (34, 34, 'pa_color', '', '0', 4);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (35, 35, 'pa_size', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (36, 36, 'product_cat', '', 26, 5);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (37, 37, 'pa_color', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (38, 38, 'product_cat', '', 26, 5);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (39, 39, 'nav_menu', '', '0', 16);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (40, 40, 'post_format', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (41, 41, 'post_format', '', '0', 1);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (42, 42, 'elementor_library_type', '', '0', 2);

INSERT IGNORE INTO `iwp2d52_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (43, 43, 'elementor_library_type', '', '0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (1, 25, 'order_pa_color', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (2, 26, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (3, 26, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (4, 26, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (5, 26, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (6, 26, 'product_count_product_cat', 14);

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (7, 27, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (8, 27, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (9, 27, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (10, 27, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (11, 27, 'product_count_product_cat', 1);

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (12, 28, 'order_pa_color', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (13, 29, 'order_pa_color', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (14, 30, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (15, 30, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (16, 30, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (17, 30, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (18, 30, 'product_count_product_cat', 3);

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (19, 31, 'order_pa_size', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (20, 32, 'order_pa_size', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (21, 33, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (22, 33, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (23, 33, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (24, 33, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (25, 33, 'product_count_product_cat', 2);

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (26, 34, 'order_pa_color', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (27, 35, 'order_pa_size', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (28, 36, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (29, 36, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (30, 36, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (31, 36, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (32, 36, 'product_count_product_cat', 5);

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (33, 37, 'order_pa_color', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (34, 38, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (35, 38, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (36, 38, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (37, 38, 'order', '0');

INSERT IGNORE INTO `iwp2d52_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (38, 38, 'product_count_product_cat', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (2, 'hello-elementor', 'hello-elementor', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (3, 'Menu 1', 'menu-1', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (4, 'simple', 'simple', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (5, 'grouped', 'grouped', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (6, 'variable', 'variable', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (7, 'external', 'external', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (8, 'exclude-from-search', 'exclude-from-search', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (9, 'exclude-from-catalog', 'exclude-from-catalog', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (10, 'featured', 'featured', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (11, 'outofstock', 'outofstock', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (12, 'rated-1', 'rated-1', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (13, 'rated-2', 'rated-2', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (14, 'rated-3', 'rated-3', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (15, 'rated-4', 'rated-4', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (16, 'rated-5', 'rated-5', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (17, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (18, 'General', 'general', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (19, 'Tour', 'tour', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (20, 'Video', 'video', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (21, 'audio', 'audio', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (22, 'general', 'general', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (23, 'tour', 'tour', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (24, 'video', 'video', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (25, 'Blue', 'blue', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (26, 'Clothing', 'clothing', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (27, 'Decor', 'decor', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (28, 'Gray', 'gray', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (29, 'Green', 'green', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (30, 'Hoodies', 'hoodies', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (31, 'Large', 'large', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (32, 'Medium', 'medium', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (33, 'Music', 'music', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (34, 'Red', 'red', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (35, 'Small', 'small', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (36, 'Tshirts', 'tshirts', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (37, 'Yellow', 'yellow', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (38, 'Accessories', 'accessories', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (39, 'Main Menu', 'main-menu', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (40, 'Audio', 'post-format-audio', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (41, 'Video', 'post-format-video', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (42, 'section', 'section', '0');

INSERT IGNORE INTO `iwp2d52_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (43, 'page', 'page', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'puhoseseko1708');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (2, 1, 'first_name', '');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (3, 1, 'last_name', '');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (4, 1, 'description', '');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (5, 1, 'rich_editing', 'true');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (6, 1, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (7, 1, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (8, 1, 'admin_color', 'fresh');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (9, 1, 'use_ssl', '0');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (10, 1, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (11, 1, 'locale', '');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (12, 1, 'iwp2d52_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (13, 1, 'iwp2d52_user_level', 10);

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (14, 1, 'dismissed_wp_pointers', 'theme_editor_notice');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (15, 1, 'show_welcome_panel', 1);

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (16, 1, 'session_tokens', 'a:2:{s:64:\"a421a93c29810c505f93895abdb95e8e54fd2c738462a4182e5faa4c1f5a4d1a\";a:4:{s:10:\"expiration\";i:1758198794;s:2:\"ip\";s:14:\"160.176.26.157\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";s:5:\"login\";i:1756989194;}s:64:\"2ca402a3f3e590f96782180ea0f459205797d547c4005829b25e40218e7634a8\";a:4:{s:10:\"expiration\";i:1757882312;s:2:\"ip\";s:15:\"196.115.200.229\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1757709512;}}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (17, 1, 'iwp2d52_dashboard_quick_press_last_post_id', 585);

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"196.115.200.0\";}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (19, 1, '_hello_elementor_install_notice', 1);

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (20, 1, 'iwp2d52_persisted_preferences', 'a:4:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-09-04T10:16:47.936Z\";s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (21, 1, '_woocommerce_tracks_anon_id', 'woo:R8cIGrzmfcUZncSwKgCoMaOR');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (22, 1, 'wc_last_active', 1756944000);

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (23, 1, 'meta-box-order_product', 'a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (24, 1, 'elementor_introduction', 'a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (25, 1, 'iwp2d52_user-settings', 'editor=tinymce&libraryContent=browse');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (26, 1, 'iwp2d52_user-settings-time', 1757003842);

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (41, 3, 'nickname', 'Islane');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (42, 3, 'first_name', 'Islane');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (43, 3, 'last_name', 'Islane');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (44, 3, 'description', '');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (45, 3, 'rich_editing', 'true');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (46, 3, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (47, 3, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (48, 3, 'admin_color', 'fresh');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (49, 3, 'use_ssl', '0');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (50, 3, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (51, 3, 'locale', '');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (52, 3, 'iwp2d52_capabilities', 'a:1:{s:6:\"editor\";b:1;}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (53, 3, 'iwp2d52_user_level', 7);

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (54, 3, 'dismissed_wp_pointers', '');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (55, 1, 'elementor_dismissed_editor_notices', 'a:1:{i:0;s:20:\"image_optimizer_hint\";}');

INSERT IGNORE INTO `iwp2d52_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (56, 1, '_application_passwords', 'a:2:{i:0;a:7:{s:4:\"uuid\";s:36:\"1bb792af-a7b2-4fd0-a8e0-07192770c9d7\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:14:\"InstaWP-839978\";s:8:\"password\";s:49:\"$generic$6JkrnNAEFA99FWiauWMzqwTQ09d-se4vrZZcZvCO\";s:7:\"created\";i:1757709526;s:9:\"last_used\";i:1757709528;s:7:\"last_ip\";s:12:\"159.65.64.73\";}i:1;a:7:{s:4:\"uuid\";s:36:\"428c104f-7ec9-426f-93f7-429ed8c182aa\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:14:\"InstaWP-197948\";s:8:\"password\";s:49:\"$generic$FrfK3yTZHder9aC1v170qo56M7qJg6erAaKTPiSB\";s:7:\"created\";i:1757710070;s:9:\"last_used\";i:1757710072;s:7:\"last_ip\";s:12:\"159.65.64.73\";}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'puhoseseko1708', '$wp$2y$10$c4v.Quz3NnF7dsY6lxFXJe8u5vdUsjUkz1fQIxS4PHVOEJmE1fni2', 'puhoseseko1708', 'zakaria.tek@fycom.ma', 'https://denworldtravel.ma', '2025-09-03 16:35:52', '', '0', 'puhoseseko1708');

INSERT IGNORE INTO `iwp2d52_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (3, 'Islane', '$wp$2y$10$aPh7WjxeBu5Ma4.mkQ9TbuzLu4zxp9tYJIRRkIup8EjUmhz4rvWoC', 'islane', 'islam.khzaibi@e-polytechnique.ma', '', '2025-09-04 12:30:13', '1756989013:$generic$Gll3HvKKBkfoUR6-brQJ0997m5Wk0L32ROZ6nVOg', '0', 'Islane Islane');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1109 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1, 1, 'try-the-new-templates', 'Try the new templates', '?page=wc-settings&tab=email&try-new-templates', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (81, 57, 'notify-refund-returns-page', 'Edit page', 'https://denworldtravel.ma/wp-admin/post.php?post=322&action=edit', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1030, 2, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1031, 3, 'optimizing-the-checkout-flow', 'Learn more', 'https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1032, 4, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/woopayments-new-user-feedback', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1033, 5, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1034, 6, 'get-started', 'Get started', 'https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1035, 7, 'update-wc-subscriptions-3-0-15', 'View latest version', 'https://denworldtravel.ma/wp-admin/&page=wc-addons&section=helper', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1036, 8, 'update-wc-core-5-4-0', 'How to update WooCommerce', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1037, 11, 'ppxo-pps-install-paypal-payments-1', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1038, 12, 'ppxo-pps-install-paypal-payments-2', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1039, 13, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1040, 13, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1041, 14, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1042, 14, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1043, 15, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1044, 15, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1045, 16, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1046, 16, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1047, 17, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1048, 18, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1049, 18, 'woocommerce-core-paypal-march-2022-dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1050, 19, 'learn-more', 'Learn more', 'https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1051, 19, 'dismiss', 'Dismiss', '', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1052, 20, 'pinterest_03_2022_update', 'Update Instructions', 'https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1053, 21, 'store_setup_survey_survey_q2_2022_share_your_thoughts', 'Tell us how it’s going', 'https://automattic.survey.fm/store-setup-survey-2022', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1054, 22, 'needs-update-eway-payment-gateway-rin-action-button-2022-12-20', 'See available updates', 'https://denworldtravel.ma/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1055, 22, 'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1056, 23, 'updated-eway-payment-gateway-rin-action-button-2022-12-20', 'See all updates', 'https://denworldtravel.ma/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1057, 23, 'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1058, 24, 'share-navigation-survey-feedback', 'Share feedback', 'https://automattic.survey.fm/new-ecommerce-plan-navigation', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1059, 25, 'woopay-beta-merchantrecruitment-activate-04MAY23', 'Activate WooPay', 'https://denworldtravel.ma/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1060, 25, 'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1061, 26, 'woocommerce-wcpay-march-2023-update-needed-button', 'See Blog Post', 'https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1062, 26, 'woocommerce-wcpay-march-2023-update-needed-dismiss-button', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1063, 27, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'Simplify my payments', 'https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1064, 28, 'extension-settings', 'See available updates', 'https://denworldtravel.ma/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1065, 28, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1066, 29, 'woopay-beta-merchantrecruitment-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1067, 29, 'woopay-beta-merchantrecruitment-update-activate-04MAY23', 'Activate WooPay', 'https://denworldtravel.ma/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1068, 30, 'woopay-beta-existingmerchants-noaction-documentation-27APR23', 'Documentation', 'https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1069, 31, 'woopay-beta-existingmerchants-update-WCPay-27APR23', 'Update WooCommerce Payments', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1070, 32, 'woopay-beta-merchantrecruitment-short-activate-04MAY23', 'Activate WooPay', 'https://denworldtravel.ma/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1071, 32, 'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1072, 33, 'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23', 'Update WooCommerce Payments', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1073, 33, 'woopay-beta-merchantrecruitment-short-update-activate-04MAY23', 'Activate WooPay', 'https://denworldtravel.ma/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1074, 34, 'woopay-beta-merchantrecruitment-short-activate-button-09MAY23', 'Activate WooPay', 'https://denworldtravel.ma/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1075, 34, 'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'Learn More', 'https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1076, 35, 'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23', 'Update WooCommerce Payments', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1077, 35, 'woopay-beta-merchantrecruitment-short-update-activate-09MAY23', 'Activate WooPay', 'https://denworldtravel.ma/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1078, 36, 'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings', 'See available updates', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1079, 36, 'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1080, 37, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'See available updates', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1081, 37, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1082, 38, 'woocommerce-WCOPC-June-2023-updated-needed', 'See available updates', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1083, 38, 'woocommerce-WCOPC-June-2023-updated-needed', 'Dismiss', 'https://denworldtravel.ma/wp-admin/#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1084, 39, 'woocommerce-WCGC-July-2023-update-needed', 'See available updates', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1085, 39, 'woocommerce-WCGC-July-2023-update-needed', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1086, 40, 'learn-more', 'Learn more', 'https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1087, 41, 'plugin-list', 'See available updates', 'https://denworldtravel.ma/wp-admin/plugins.php?plugin_status=all', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1088, 41, 'dismiss', 'Dismiss', 'https://denworldtravel.ma/wp-admin/admin.php?page=wc-admin', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1089, 42, 'woocommerce-WCStripe-Aug-2023-update-needed', 'See available updates', 'https://denworldtravel.ma/wp-admin/update-core.php?', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1090, 42, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1091, 43, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1092, 44, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1093, 45, 'avalara_q3-2023_noAvaTax', 'Automate my sales tax', 'https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1094, 46, 'woocommerce-usermeta-Sept2023-productvendors', 'See available updates', 'https://denworldtravel.ma/wp-admin/plugins.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1095, 46, 'dismiss', 'Dismiss', 'https://denworldtravel.ma/wp-admin/#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1096, 47, 'woocommerce-STRIPE-Oct-2023-update-needed', 'See available updates', 'https://denworldtravel.ma/wp-admin/update-core.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1097, 47, 'dismiss', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1098, 48, 'amazon-mcf-review-button-2023-12-07', 'Leave a review', 'https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1099, 48, 'amazon-mcf-support-button-2023-12-07', 'Request support', 'https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1100, 49, 'view_docs', 'Learn about Deposit schedules', 'https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1101, 50, 'sirt-woo-2024-11-xss-admin', 'See available updates', 'https://denworldtravel.ma/wp-admin/update-core.php?', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1102, 50, 'sirt-woo-2024-11-xss-admin', 'Dismiss', '#', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1103, 51, 'paypal-braintree-sdk-depreciation-2025-02-20-button', 'Upgrade now', 'https://denworldtravel.ma/wp-admin/wp-admin/plugins.php', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1104, 52, 'uk-vat-notice-button-2025-04-30', 'Learn more about this extension', 'https://wordpress.org/plugins/eu-vat-for-woocommerce/', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1105, 53, 'payson-retirement-2025', 'Explore alternative payment methods', 'https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025', 'actioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1106, 54, 'paypal-braintree-sdk-depreciation-2025-05-30-button', 'Update now', 'https://denworldtravel.ma/wp-admin/wp-admin/plugins.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1107, 55, 'stripe_optimizedcheckout_upgrade_q3_2025_click', 'Upgrade now', 'https://denworldtravel.ma/wp-admin/update.php', 'unactioned', '', NULL, NULL);

INSERT IGNORE INTO `iwp2d52_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES (1108, 56, 'stripe_optimizedcheckout_competitors_q3_2025_click', 'Get more from Stripe', 'https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_competitors_q3_2025_click', 'unactioned', '', NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (1, 'wc-admin-email-improvements', 'info', 'en_US', 'Store emails have had an upgrade!', 'We’ve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if you’re using a block theme, you can automatically sync your theme styles! Head to your email settings to explore the new features.', '{}', 'unactioned', 'woocommerce-admin', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (2, 'your-first-product', 'info', 'en_US', 'Your first product', 'That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (3, 'wc-admin-optimizing-the-checkout-flow', 'info', 'en_US', 'Optimizing the checkout flow', 'It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (4, 'wc-payments-qualitative-feedback', 'info', 'en_US', 'WooPayments setup - let us know what you think', 'Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (5, 'share-your-feedback-on-paypal', 'info', 'en_US', 'Share your feedback on PayPal', 'Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (6, 'google_listings_and_ads_install', 'marketing', 'en_US', 'Drive traffic and sales with Google', 'Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (7, 'wc-subscriptions-security-update-3-0-15', 'info', 'en_US', 'WooCommerce Subscriptions security update!', 'We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (8, 'woocommerce-core-update-5-4-0', 'info', 'en_US', 'Update to WooCommerce 5.4.1 now', 'WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (9, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (10, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (11, 'ppxo-pps-upgrade-paypal-payments-1', 'info', 'en_US', 'Get the latest PayPal extension for WooCommerce', 'Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (12, 'ppxo-pps-upgrade-paypal-payments-2', 'info', 'en_US', 'Upgrade your PayPal experience!', 'Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (13, 'woocommerce-core-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (14, 'woocommerce-blocks-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (15, 'woocommerce-core-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (16, 'woocommerce-blocks-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (17, 'habit-moment-survey', 'marketing', 'en_US', 'We’re all ears! Share your experience so far with WooCommerce', 'We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:58', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (18, 'woocommerce-core-paypal-march-2022-updated', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (19, 'woocommerce-core-paypal-march-2022-updated-nopp', 'update', 'en_US', 'Security auto-update of WooCommerce', '<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (20, 'pinterest_03_2022_update', 'marketing', 'en_US', 'Your Pinterest for WooCommerce plugin is out of date!', 'Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (21, 'store_setup_survey_survey_q2_2022', 'survey', 'en_US', 'How is your store setup going?', 'Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (22, 'needs-update-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'Security vulnerability patched in WooCommerce Eway Gateway', 'In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (23, 'updated-eway-payment-gateway-rin-2022-12-20', 'update', 'en_US', 'WooCommerce Eway Gateway has been automatically updated', 'Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (24, 'ecomm-wc-navigation-survey-2023', 'info', 'en_US', 'Navigating WooCommerce on WordPress.com', 'We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (25, 'woopay-beta-merchantrecruitment-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (26, 'woocommerce-wcpay-march-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Payments', '<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (27, 'tap_to_pay_iphone_q2_2023_no_wcpay', 'marketing', 'en_US', 'Accept in-person contactless payments on your iPhone', 'Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (28, 'woocommerce-WCPreOrders-april-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Pre-Orders extension', '<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (29, 'woopay-beta-merchantrecruitment-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (30, 'woopay-beta-existingmerchants-noaction-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (31, 'woopay-beta-existingmerchants-update-27APR23', 'info', 'en_US', 'WooPay is back!', 'Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (32, 'woopay-beta-merchantrecruitment-short-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (33, 'woopay-beta-merchantrecruitment-short-update-04MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (34, 'woopay-beta-merchantrecruitment-short-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (35, 'woopay-beta-merchantrecruitment-short-update-09MAY23', 'info', 'en_US', 'Increase conversions with WooPay — our fastest checkout yet', 'Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (36, 'woocommerce-WCSubscriptions-June-2023-updated-needed', 'marketing', 'en_US', 'Action required: Security update of WooCommerce Subscriptions', '<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (37, 'woocommerce-WCReturnsWarranty-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce Returns and Warranty Requests extension', '<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (38, 'woocommerce-WCOPC-June-2023-updated-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce One Page Checkout', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (39, 'woocommerce-WCGC-July-2023-update-needed', 'update', 'en_US', 'Action required: Security update of WooCommerce GoCardless Extension', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (40, 'woocommerce-shipping-fedex-api-outage-2023-07-16', 'warning', 'en_US', 'Scheduled FedEx API outage — July 2023', 'On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (41, 'wcship-2023-07-hazmat-update-needed', 'update', 'en_US', 'Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension', '<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (42, 'woocommerce-WCStripe-Aug-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Stripe plugin', '<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (43, 'woocommerce-WCStripe-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooCommerce Stripe plugin', '<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (44, 'woocommerce-WooPayments-Aug-2023-security-updated', 'update', 'en_US', 'Security update of WooPayments (WooCommerce Payments) plugin', '<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (45, 'avalara_q3-2023_noAvaTax', 'marketing', 'en_US', 'Automatically calculate VAT in real time', 'Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (46, 'woocommerce-usermeta-Sept2023-productvendors', 'update', 'en_US', 'Your store requires a security update', '<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (47, 'woocommerce-STRIPE-Oct-2023-update-needed', 'update', 'en_US', 'Action required: Security update for WooCommerce Stripe Gateway', '<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (48, 'amazon-mcf-reviews-2023-12-07', 'marketing', 'en_US', 'Enjoying Amazon MCF for WooCommerce?', 'We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (49, 'remove_estimated_deposits_2024', 'marketing', 'en_US', 'Estimated deposits are going away', 'To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (50, 'sirt-woo-2024-11-xss-admin', 'update', 'en_US', 'An important update is required for WooCommerce', 'This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (51, 'paypal-braintree-sdk-depreciation-2025-02-20', 'update', 'en_US', 'Update required for your PayPal Braintree extension', 'To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (52, 'uk-vat-notice-2025-04-30', 'warning', 'en_US', 'UK VAT numbers are no longer supported', 'Due to recent HM Revenue &amp; Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (53, 'payson-retirement-2025', 'update', 'en_US', 'Payson Form Retirement', 'Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (54, 'paypal-braintree-sdk-depreciation-2025-05-30', 'update', 'en_US', 'Action required: Update the PayPal Braintree extension', 'Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (55, 'stripe_optimizedcheckout_upgrade_q3_2025', 'marketing', 'en_US', 'Upgrade for a faster, more flexible Stripe checkout', 'You\'re not on the latest WooCommerce Stripe Payment Gateway version. Upgrade to version 9.8 to access Stripe\'s Optimized Checkout Suite and leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (56, 'stripe_optimizedcheckout_competitors_q3_2025', 'marketing', 'en_US', 'Upgrade to the official WooCommerce Stripe Payment Gateway', 'Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Use AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click checkout with Link.', '{}', 'pending', 'woocommerce.com', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');

INSERT IGNORE INTO `iwp2d52_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`, `is_read`, `icon`) VALUES (57, 'wc-refund-returns-page', 'info', 'en_US', 'Setup a Refund and Returns Policy page to boost your store\'s credibility.', 'We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.', '{}', 'unactioned', 'woocommerce-core', '2025-09-04 10:35:59', NULL, '0', 'plain', '', '0', '0', 'info');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (17, 17);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (26, 26);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (26, 30);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (26, 36);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (26, 38);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (27, 27);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (30, 30);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (33, 33);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (36, 36);

INSERT IGNORE INTO `iwp2d52_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (38, 38);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_order_addresses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `address_type` varchar(20) DEFAULT NULL,
  `first_name` text DEFAULT NULL,
  `last_name` text DEFAULT NULL,
  `company` text DEFAULT NULL,
  `address_1` text DEFAULT NULL,
  `address_2` text DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `postcode` text DEFAULT NULL,
  `country` text DEFAULT NULL,
  `email` varchar(320) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
  KEY `order_id` (`order_id`),
  KEY `email` (`email`(191)),
  KEY `phone` (`phone`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_order_operational_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `created_via` varchar(100) DEFAULT NULL,
  `woocommerce_version` varchar(20) DEFAULT NULL,
  `prices_include_tax` tinyint(1) DEFAULT NULL,
  `coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
  `download_permission_granted` tinyint(1) DEFAULT NULL,
  `cart_hash` varchar(100) DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) DEFAULT NULL,
  `order_stock_reduced` tinyint(1) DEFAULT NULL,
  `date_paid_gmt` datetime DEFAULT NULL,
  `date_completed_gmt` datetime DEFAULT NULL,
  `shipping_tax_amount` decimal(26,8) DEFAULT NULL,
  `shipping_total_amount` decimal(26,8) DEFAULT NULL,
  `discount_tax_amount` decimal(26,8) DEFAULT NULL,
  `discount_total_amount` decimal(26,8) DEFAULT NULL,
  `recorded_sales` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_id` (`order_id`),
  KEY `order_key` (`order_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_product_date` (`customer_id`,`product_id`,`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_orders` (
  `id` bigint(20) unsigned NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `tax_amount` decimal(26,8) DEFAULT NULL,
  `total_amount` decimal(26,8) DEFAULT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `billing_email` varchar(320) DEFAULT NULL,
  `date_created_gmt` datetime DEFAULT NULL,
  `date_updated_gmt` datetime DEFAULT NULL,
  `parent_order_id` bigint(20) unsigned DEFAULT NULL,
  `payment_method` varchar(100) DEFAULT NULL,
  `payment_method_title` text DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `ip_address` varchar(100) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `customer_note` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `date_created` (`date_created_gmt`),
  KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)),
  KEY `billing_email` (`billing_email`(191)),
  KEY `type_status_date` (`type`,`status`,`date_created_gmt`),
  KEY `parent_order_id` (`parent_order_id`),
  KEY `date_updated` (`date_updated_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_orders_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)),
  KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL,
  PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`url_id`),
  KEY `url` (`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES (1, 'file:///home/riwixokule4095/web/denworld.instawp.dev/public_html/wp-content/uploads/woocommerce_uploads/', 1);

INSERT IGNORE INTO `iwp2d52_wc_product_download_directories` (`url_id`, `url`, `enabled`) VALUES (2, 'https://denworldtravel.ma/wp-content/uploads/woocommerce_uploads/', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `global_unique_id` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`),
  KEY `sku` (`sku`(50))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES (1, 'Reduced rate', 'reduced-rate');

INSERT IGNORE INTO `iwp2d52_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES (2, 'Zero rate', 'zero-rate');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_woocommerce_attribute_taxonomies` (`attribute_id`, `attribute_name`, `attribute_label`, `attribute_type`, `attribute_orderby`, `attribute_public`) VALUES (1, 'color', 'color', 'select', 'menu_order', '0');

INSERT IGNORE INTO `iwp2d52_woocommerce_attribute_taxonomies` (`attribute_id`, `attribute_name`, `attribute_label`, `attribute_type`, `attribute_orderby`, `attribute_public`) VALUES (2, 'size', 'size', 'select', 'menu_order', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (1, 1, 'a:1:{s:8:\"customer\";s:763:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:20:\"zakaria.tek@fycom.ma\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}', 1757586959);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `zone_id` (`zone_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `types` varchar(255) NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `iwp2d52_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `iwp2d52_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (1, 'wpforms_process_forms_locator_scan', 'W10=', '2025-09-04 10:53:12');

INSERT IGNORE INTO `iwp2d52_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES (2, 'wpforms_process_purge_spam', 'W10=', '2025-09-04 10:53:12');